Skip to main content
Settings/Settings Operations/Global Settings Operations

QueryGlobalConfig

QueryGlobalConfig

GET/zstack/v1/global-configurations

Operation ID

QueryGlobalConfig

Since

0.6

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

This API requires no request parameters.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • error
    ErrorCodeRequired

    The error code. If not null, the operation fails, or vice versa. For more information, see error.

    • code
      StringRequired

      The error code, which is a numbered or alphanumeric code that specifies an error. For example, SYS.1000, HOST.1001.

    • description
      StringRequired

      The brief description of the error.

    • details
      StringRequired

      The details about the error.

    • elaboration
      StringRequired

      The reserved field. Default value: null.

    • opaque
      LinkedHashMapRequired

      The reserved field. Default value: null.

    • cause
      ErrorCodeRequired

      The root error, which is the associated root cause of the current error. If no root error exists, this parameter is null.

  • inventories
    ListRequired

    See inventories.

    • name
      StringRequired

      The resource name.

    • category
      StringRequired

      类型分类。

    • description
      StringRequired

      The detailed description of the resource.

    • defaultValue
      StringRequired

      默认值。

    • value
      StringRequired

      字段值。

Change History

This API has no change history records yet.

View all change history