Gets the endpoint identified By Id
Gets the endpoint identified by id
the endpoint id to be found
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.