Changed1
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Get Site Association
DescriptionGet specified site association.
Request
URLURL
https://{api_host}/cloudapi/1.0.0/site/associations/{id}
Path Parameters
Path Parameters
string
id
Required
Site Association ID Urn
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
SiteAssociation
of type(s) application/json;version=37.0
{
"baseUiEndpoint": "string",
"id": "string",
"maxSupportedApiVersion": "string",
"name": "string",
"publicKey": "string",
"restApiEndpoint": "string",
"status": "string"
}
string
baseUiEndpoint
Optional
URL of a webpage for the UI of the associated site.
string
id
Optional
A unique identifier for the associated site.
string
maxSupportedApiVersion
Optional
The API version of the associated site.
string as ^[a-zA-Z0-9_\-\.\!\'\(\),\$]+$
name
Optional
Name of the associated site.
string
publicKey
Optional
PEM-encoded public key for the associated site.
string
restApiEndpoint
Optional
URL for the REST endpoint of the associated site.
string
status
Optional
The status of the associated site. Possible statuses include symmetric, asymmetric, or error.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/cloudapi/1.0.0/site/associations/{id}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
What's changed in v37.0?
INTRODUCED
Availability
Added in 37.0
Site Association Operations
get
Get Site Association
Introduced
get
Query Site Associations
Introduced