serviceRegistryStatus
The Service Registry ServiceIdentityStatus.
XML
Elements
name (type) |
min/max occurs |
description |
serviceRegistrationId (string)
|
0/1 |
The registration Id received from the Component Registry Service after successful
registration.
|
sslCertificateInfo (certificateInfo)
|
0/1 |
The ssl certificate information for this service.
|
defaultServiceEndpointType (string)
|
0/1 |
Every service may have one or more endpoints. This indicates what the default endpoint is.
(usually the api endpoint is the default).
|
JSON
property |
type |
description |
serviceRegistrationId |
serviceRegistrationId (string)
|
The registration Id received from the Component Registry Service after successful
registration.
|
sslCertificateInfo |
sslCertificateInfo (certificateInfo)
|
The ssl certificate information for this service.
|
defaultServiceEndpointType |
defaultServiceEndpointType (string)
|
Every service may have one or more endpoints. This indicates what the default endpoint is.
(usually the api endpoint is the default).
|