Gets the endpoint instance that implements endpointTypeId for A given service instance.
Gets the endpoint instance that implements endpointTypeId for a given service instance.
the id of the service
the id of the endpoint type
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.