DeploymentServerModel

Information about an App Orchestration configuration server.

Properties

NameDescription Additional information
Name

Name of the server.

Type: String

DatabaseSchemaVersionStatus

Status of the server with respect to the current database schema version.

Type: DeploymentServerDatabaseSchemaVersionStatus

Sample

application/json

Sample:
{
  "Name": "server1",
  "DatabaseSchemaVersionStatus": "Older"
}