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",
"sslCertificate": "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
Credential to establish the connection and login to the service.
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
.
The SSL certificate of the service endpoint in PEM format.
A replacement for sslThumbprint.
Note: If both sslThumbprint
and sslCertificate
are set,
sslThumbprint
must correspond to the sslCertificate
.
Since: vSphere API Release 9.0.0.0