Get adminconsoles

GET /platform/infrastructure/adminconsoles

Retrieves an overview of all adminconsoles.

Responses

  • 200 application/json

    An overview of all adminconsoles.

    Hide headers attributes Show headers attributes
    • x-cloud-resource-version string

      The resource version, which is used to avoid update conflicts with concurrent operations

    • x-cloud-resource-created string

      The date-time when the resource was created (ISO format relative to UTC)

    • x-cloud-resource-last-modified string

      The date-time when the resource was last modified (ISO format relative to UTC)

    Hide response attribute Show response attribute object
    • adminconsoles array[object] Required

      List of adminconsoles

      Information for the adminconsole.

      Hide adminconsoles attribute Show adminconsoles attribute object
      • adminconsole_id string Required

        Identifier for this adminconsole

GET /platform/infrastructure/adminconsoles
curl \
 --request GET 'https://{{hostname}}/api/v1/platform/infrastructure/adminconsoles' \
 --user "username:password"