Provisioning State

get

Gets the provisioning state information

Responses
get
GET /api/v1/environments/{name}/proxy/api/v1/state HTTP/1.1
Host: 
Accept: */*
{
  "license": {
    "maxBrokers": 1,
    "expiry": 1,
    "clientId": "text",
    "isRespected": true,
    "status": "Valid",
    "message": "text"
  },
  "connections": {
    "ANY_ADDITIONAL_PROPERTY": [
      {
        "name": "text",
        "version": 1,
        "tags": [
          "text"
        ]
      }
    ]
  }
}

Last updated

Was this helpful?