This is the model for CM server information from v41. The class models the host environment that CM server is installed. Each CM server instance has an entry of CmServer entity and updates it periodically.
name | data type | description |
---|---|---|
cmServerId | string | The CM server ID. |
name | string | The CM server hostname. |
ipAddress | string | The IP address. |
createdTime | string | The created time. |
lastUpdatedTime | string | The last updated time. |
Example
{ "cmServerId" : "...", "name" : "...", "ipAddress" : "...", "createdTime" : "...", "lastUpdatedTime" : "..." }