GET Deployment

Get information about the deployment of App Orchestration.

Response Information

Deployment information.

Response type

DeploymentModel

Response body formats

application/json, text/json

Sample:
{
  "Href": "[api:Deployment]",
  "IsDatabaseUpgradeAvailable": true,
  "Servers": [
    {
      "Name": "server1",
      "DatabaseSchemaVersionStatus": "Older"
    }
  ]
}