DataPlaneStateDto
idstringrequired
Example:
44d1f3d6-f65d-4a7c-84db-f92ba826305edetails objectrequired
dataplaneIdstringrequired
Signaling identity of the data plane
endpointstringrequired
Base URL the control plane signals to
profilesstring[]required
Transfer profile URLs this data plane serves
authorizationobject
Private OAuth client credentials for signaling. Omit to use the control plane OAuth client. Never returned by management APIs.
labelsstring[]
Free-form labels used to select a data plane for a dataset
titlestring
Display name
healthEndpointstring
Optional health endpoint. Omit for data planes without health polling.
idstringrequired
sourcestringrequired
Possible values: [api, config]
DataPlaneStateDto
{
"id": "44d1f3d6-f65d-4a7c-84db-f92ba826305e",
"details": {
"dataplaneId": "string",
"endpoint": "string",
"profiles": [
"string"
],
"authorization": {},
"labels": [
"string"
],
"title": "string",
"healthEndpoint": "string",
"id": "string",
"source": "api"
}
}