Get Target
Returns the target identified by the requested ID.
Required permission:
action.target.read
Path Parameters
id*string
The unique identifier of the target to retrieve.
Response Body
application/json
curl -X GET "https://loading/v2/actions/targets/string"{
"target": {
"id": "string",
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"name": "string",
"timeout": "string",
"endpoint": "string",
"signingKey": "string",
"payloadType": "PAYLOAD_TYPE_UNSPECIFIED",
"restAsync": {}
}
}Was this page helpful?
Delete Target
Delete Target: Delete an existing target. This will remove it from any configured execution as well. In case the target is not found, the request will return a successful response as the desired state is already ...
List Execution Functions
List Execution Functions: List all available functions which can be used as condition for executions.