An agent group is simply a collection of agents. Agents in one group share the load and ensure high availability.
You need to set up an agent group, every time you are creating an authentication for an on-prem service.
Returns paginated list of agent groups from a workspace using workspace-id
Array of objects (PublicOnPremAgentGroupHttpResponse) | |
required | object (BasePageInfo_PublicOnPremAgentGroupHttpResponse) |
Invalid Input
Unauthorized
Forbidden
Not Found
Request Timeout
Concurrency Conflict
Content Too Large
Limit Exceeded
Internal Error
{- "elements": [
- {
- "id": "string",
- "name": "string",
- "workspaceId": "string"
}
], - "pageInfo": {
- "startCursor": "string",
- "endCursor": "string",
- "hasNextPage": true,
- "hasPreviousPage": true
}
}
Creates an agent group in the specified workspace
{- "name": "string"
}
{- "id": "string",
- "name": "string",
- "workspaceId": "string"
}
Deletes an agent group using agent-group-id
and workspace-id
Invalid Input
Unauthorized
Forbidden
Not Found
Request Timeout
Concurrency Conflict
Content Too Large
Limit Exceeded
Internal Error
{- "message": "string",
- "code": "string"
}