ServiceLocator
ServiceLocator
This data object type specifies the information of a service endpoint as well as the parameters needed to locate and login to to the service endpoint.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"instanceUuid": "string",
"url": "string",
"credential": {
"_typeName": "string"
},
"sslThumbprint": "string"
}
string
instanceUuid
Required
Unique ID of the instance to which the service belongs.
For instances that support the vSphere API, this is the same as the value found in instanceUuid.
string
url
Required
URL used to access the service endpoint
credential
Required
The data object type is a base type of credential for authentication such as username/password or SAML token.
string
sslThumbprint
Optional
The SSL thumbprint of the certificate of the service endpoint.