DeploymentServerModel
Information about an App Orchestration configuration server.
Properties
| Name | Description | Additional information |
|---|---|---|
| Name | Name of the server. |
Type: String |
| DatabaseSchemaVersionStatus | Status of the server with respect to the current database schema version. |
Sample
application/json
Sample:
{
"Name": "server1",
"DatabaseSchemaVersionStatus": "Older"
}