Binds an Agent to a Squad.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The ID of the Squad application. |
pa-xxx |
| AgentId |
string |
Yes |
The instance ID of the Agent to attach. |
pa-xxx |
| Token |
string |
Yes |
The authentication token. |
pas_xxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
CD3FA5F3-FAF3-44CA-AFFF-BAF869****** |
| ApplicationId |
string |
The ID of the Squad application. |
pa-xxx |
Examples
Success response
JSON format
{
"RequestId": "CD3FA5F3-FAF3-44CA-AFFF-BAF869******",
"ApplicationId": "pa-xxx"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.