Gets the 'default' endpoint instance that implements the provided endpointTypeId
Gets the 'default' endpoint instance that implements the provided endpointTypeId. The 'default' endpoint is the most recently updated endpoint associated to an available service instance. If no endpoints exist with an available service, then the most recently updated endpoint is returned.
the endpoint type id for which to get the default instance
successful operation
{
"lastUpdated": "string",
"endPointType": {
"protocol": "string",
"typeId": "string"
},
"serviceInfoId": "string",
"createdDate": "string",
"endPointAttributes": [
{
"id": "string",
"value": "string",
"key": "string"
}
],
"id": "string",
"sslTrusts": [
"string"
],
"url": "string"
}
The last updated date.
The service info id associated with this end point.
The created date.
The specific attributes associated with this end point, if any.
The id.
The trust anchor certificates used to validate the SSL certificate path for this endpoint. If specified, the elements of this field should contain base64-encoded DER representations of X509 certificates. Multiple certificates may be included to eliminate certificate expiration gap for a single endpoint
The URL of this end point.