Update Agent Properties
Select
SaaS
Customer Managed
This operation updates the properties associated with an agent.
- application/json
Request Body
association object
entity object[]
clientName stringappName stringagentProperties object
idaActivityControl object
activityControlOptions object[]
activityType integerenableAfterADelay booleanenableActivityType boolean
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0
}
]
}
Loading...