Get the Agent Allow list
Agents
Get the Agent Allow list
Get the list of projects the Agent is restricted to only when the agent has the property restrictedAccess set to true.
If restrictedAccess is set to true and the list of projects is empty, then the Agent will not be applicable to be assigned to any project.
If restrictedAccess is set to false for the Agent, then restriction to these projects will not be enforced.
GET
Get the Agent Allow list
Authorizations
a valid bearer token
Path Parameters
The ID of the agent having the allow list set
Response
Agent allow list successfully retrieved
The list of projects the Agent is scoped to. Each project will be displayed as an object with the Project ID as the key.
Example:
{
"projects": {
"3fa85f64-5717-4562-b3fc-2c963f66afa6": { "environments": ["dev", "prod"] },
"1398aa31-af57-4a6a-9752-27c2e8556c3f": { "environments": ["prod"] }
}
}