Returns an array of agent procedures that can be "quick launched" from the Quick View window.
GET /automation/agentprocs/quicklaunch
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"AgentProcedureId": 0,
"AgentProcedureName": "string",
"Path": "string",
"Description": "string",
"Attributes": {}
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}