Validate Endpoint Using POST
Validates the given endpoint
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
Endpoint specification
{
"description": "string",
"id": "string",
"isRestricted": false,
"name": "My-Name",
"project": "My-Project",
"type": "jenkins"
}
A human-friendly description.
id of the endpoint, if already present
This type of Endpoint can be created, updated or deleted by admin only. If a restricted Endpoint is consumed in a pipeline, and that pipeline is executed by a non-admin user, then the execution will fail at the task which is consuming this restricted Endpoint. Only admin can then resume this pipeline to make it progress.
A human-friendly name used as an identifier in APIs that support this option
The project this entity belongs to.
Endpoint specific properties
The type of this Endpoint instance.
'Success' with endpoint validations
{
"duration": 0,
"status": "COMPLETED",
"statusMessage": "Failed to connect to jenkins server endpoint"
}
time taken for the Tile execution to finish.
Output properties from the Tile execution.
Status of the Tile execution.
Status message of the Tile execution.
Unauthorized Request
Forbidden
Not Found
Server Error