Provisioning State
get
Gets the provisioning state information
Responses
200Success
application/json
400
The request input was invalid
application/json
401
Authentication error
application/json
402
The purchased Lenses license does not provide access to this feature
application/json
403
Authorisation error
application/json
404
The requested resource cannot be found
application/json
500
An internal server error has occurred
application/json
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?