DeploymentModel
Information about the deployment of App Orchestration.
Properties
| Name | Description | Additional information |
|---|---|---|
| Href | See Hypermedia. |
Type: String |
| RelatedActions | See Hypermedia. |
Type: Array of RelationModel |
| IsDatabaseUpgradeAvailable | If true, a database schema upgrade is available. |
Type: Boolean |
| Servers | List of configuration servers in the deployment. |
Type: Array of DeploymentServerModel |
Sample
application/json
Sample:
{
"Href": "[api:Deployment]",
"IsDatabaseUpgradeAvailable": true,
"Servers": [
{
"Name": "server1",
"DatabaseSchemaVersionStatus": "Older"
}
]
}