GlobalVariableListResponse object

Example JSON representation

{
  "data": [
    {
      "category": "string",
      "computedValue": "string",
      "declaredIn": "scalr",
      "definedIn": "scalr",
      "description": "string",
      "hidden": true,
      "locked": true,
      "name": "string",
      "requiredIn": "scalr",
      "type": "GlobalVariable",
      "value": "string"
    }
  ],
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "meta": {
    "sample": "string"
  },
  "pagination": {
    "first": "string",
    "last": "string",
    "next": "string",
    "prev": "string"
  },
  "warnings": [
    {
      "code": "string",
      "message": "string"
    }
  ]
}

Properties

property attributes valid values description filter option
data
Array of GlobalVariable objects
read-only
errors
Array of ApiMessage objects
read-only
meta
ApiMetaContainer object
read-only
pagination
ApiPagination object
read-only
warnings
Array of ApiMessage objects
read-only

Endpoints using this object