Gets a list of all the agents configured for a user
Select
SaaS
Customer Managed
To get a list of all the agents configured for a user
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
- Example-1
Schema
agentDetails object[]
appTypeId int32Id of the associated agent
appTypeName stringName of the associated agent
{
"agentDetails": [
{
"appTypeId": 0,
"appTypeName": "string"
}
]
}
{
"agentDetails": [
{
"appTypeId": 33,
"appTypeName": "File System"
}
]
}
Internal Server Error
Loading...