Get Data Plane state
GET/api/management/state
Get the state of the data plane, consisting of the id, details and the dataset.
Request
Responses
- 200
- 403
- application/json
- Schema
- Example (from schema)
Schema
identifierstringrequired
details
object
required
identifierstringrequired
dataplaneTypestringrequired
endpointPrefixstringrequired
callbackAddressstringrequired
managementAddressstringrequired
managementTokenstringrequired
catalogSynchronizationstringrequired
rolestringrequired
datasetstring[]required
{
"identifier": "string",
"details": {
"identifier": "string",
"dataplaneType": "string",
"endpointPrefix": "string",
"callbackAddress": "string",
"managementAddress": "string",
"managementToken": "string",
"catalogSynchronization": "string",
"role": "string"
},
"dataset": [
"string"
]
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
namestringrequired
statusstringrequired
codenumberrequired
messageobject
errorstring
{
"name": "string",
"status": "string",
"code": 0,
"message": {},
"error": "string"
}