DeveloperAPI ReferenceAdminNetworkDeployment info
/api/admin/network/deployment-info
Response Body
application/json
curl -X GET "https://example.com/api/admin/network/deployment-info"{
"strategy": "docker",
"isDocker": true,
"currentPort": 0,
"currentHost": "string",
"tls": {
"tier": "none",
"certPath": "string",
"keyPath": "string",
"certExists": true,
"keyExists": true,
"domain": "string"
},
"primaryAccessUrl": {
"url": "string",
"source": "external-base-url",
"externallyReachable": true
},
"envControlled": {
"property1": "string",
"property2": "string"
}
}