QueueConsumerRequest

Request to add a role as a consumer of a queue

Properties

Name Type Description
roleId integer ID of the role to grant consumer access to the queue
View JSON Schema on GitHub

JSON Schema

automation-anywhere-queueconsumerrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QueueConsumerRequest",
  "title": "QueueConsumerRequest",
  "type": "object",
  "description": "Request to add a role as a consumer of a queue",
  "properties": {
    "roleId": {
      "type": "integer",
      "format": "int64",
      "description": "ID of the role to grant consumer access to the queue"
    }
  }
}