Validate endpoint
The API validates an endpoint
Request
URI
POST
https://{api_host}/endpoint-configuration-service/api/endpoints/validate
COPY
Request Body
Endpoint to be validated.
Endpoint
of type(s)
application/json
Required
{
"associations": [
{
"lastUpdated": "string",
"createdDate": "string",
"customProperties": "string",
"associationTypeInfoId": "string",
"id": "string",
"toEndpointId": "string",
"version": 0,
"fromEndpointId": "string"
}
],
"lastUpdated": "string",
"createdDate": "string",
"name": "string",
"tenantId": "string",
"description": "string",
"typeId": "string",
"id": "string",
"typeDisplayName": "string",
"version": 0,
"uri": "string",
"extensionData": {
"entries": [
{
"key": "string"
}
]
}
}
string As date-time
As date-time
lastUpdated
Optional
lastUpdated
string As date-time
As date-time
createdDate
Optional
createdDate
string
name
Optional
name
string
tenantId
Optional
tenantId
string
description
Optional
description
string
typeId
Optional
typeId
string As uuid
As uuid
id
Optional
id
string
typeDisplayName
Optional
typeDisplayName
integer As int64
As int64
version
Optional
version
string
uri
Optional
uri
Responses
200
Returns
EndpointValidationResult
of type(s)
*/*
{
"message": "string",
"certificateInfo": {
"notValidBefore": "string",
"identityCertificateExists": false,
"issuerName": "string",
"notValidAfter": "string",
"thumbprint": "string",
"principalName": "string"
},
"status": "string"
}
string
message
Optional
message
string
status
Optional
status
Possible values are :
SUCCESS,
INVALID_CERTIFICATE,
AGENT_NOT_FOUND,
HOST_NOT_REACHABLE,
INVALID_CREDENTIALS,
UNKNOWN_FAILURE,
TIMEOUT,
403
Unauthorized.
Operation doesn't return any data structure
Endpoints Operations
GET
Can delete An existing endpoint
GET
Can edit An existing endpoint
POST
Create A new endpoint
DELETE
Delete An existing endpoint
GET
Get the endpoint based On Id
GET
Get the list Of endpoints
GET
Get the list Of endpoints By category
GET
Get the list Of endpoints By type
PUT
Update An existing endpoint
POST
Validate endpoint