GET Deployment
Get information about the deployment of App Orchestration.
Response Information
Deployment information.
Response type
Response body formats
application/json, text/json
Sample:
{
"Href": "[api:Deployment]",
"IsDatabaseUpgradeAvailable": true,
"Servers": [
{
"Name": "server1",
"DatabaseSchemaVersionStatus": "Older"
}
]
}