Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
    • Access key operation

      Hide access-key-operations attributes Show access-key-operations attributes object
      • Name of the operation

      • tags array[string]

        Tags associated with the operation

GET /access-key-known-operations
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/access-key-known-operations
Response examples (200)
{
  "access-key-operations": [
    {
      "operation": "string",
      "tags": [
        "string"
      ]
    }
  ]
}