Integrations
Create an Integration
Create an Integration
Create a new Integration. The response body will not contain Agent Status. To get it you should use getIntegration operation.
post/environments/{envId}/integrations
Request body
Response
Integration successfully created
Example response
{
"primaryOwner": {
"id": "00f8c9e7-78fc-4907-b8c9-e778fc790750",
"displayName": "John Doe"
},
"groups": [
"3dc1bc32-1411-4262-b3a2-058222569670",
"63cd7036-694f-4c40-833f-84c4a5d39544"
],
"agentStatus": "DISCONNECTED",
"pendingJob": {
"startedAt": "2023-05-25 12:40:46.184000+00:00",
"status": "SUCCESS"
}
}