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.
{
"_typeName": "string",
"instanceUuid": "string",
"url": "string",
"credential": {
"_typeName": "string"
},
"sslThumbprint": "string"
}
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.
URL used to access the service endpoint
The data object type is a base type of credential for authentication such as username/password or SAML token.
The SSL thumbprint of the certificate of the service endpoint.
Superceded by #sslCertificate. Note: If both sslThumbprint
and sslCertificate
are set, sslThumbprint
must correspond to the sslCertificate
.