Root Schema : monitor-responsem
Type: object
The response body includes health monitoring information.
Show Source
{
"description":"The response body includes health monitoring information.",
"properties":{
"domainName":{
"type":"string",
"description":"Identity domain ID for your account.<p>In Cloud accounts where multiple identity domains are supported in Oracle Identity Cloud Service, this is the primary identity domain."
},
"status":{
"type":"string",
"description":"Status of the instance. Valid values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"serviceId":{
"type":"integer",
"description":"ID of the Oracle Java Cloud Service instance."
},
"serviceName":{
"type":"string",
"description":"Name of the Oracle Java Cloud Service instance."
},
"serviceType":{
"type":"string",
"description":"Type of this service instance. For Oracle Java Cloud Service instances, the value is <code>JaaS</code>."
},
"statusMessage":{
"type":"string",
"description":"Service instance status. For example: <code>Running</code>"
},
"timestamp":{
"type":"string",
"description":"Time at which the status was recorded (UTC)."
},
"collectionTime":{
"type":"string",
"description":"Time at which the health data was retrieved (UTC)."
},
"dataQuality":{
"type":"object",
"description":"Groups quality messages.",
"properties":{
"message":{
"type":"string",
"description":"For example: <code>Health data complete</code>"
}
}
},
"components":{
"type":"object",
"description":"Groups health details about the WLS component and the OTD component (if provisioned).",
"properties":{
"WLS":{
"type":"object",
"description":"Details about the WLS component.",
"properties":{
"serviceId":{
"type":"integer",
"description":"ID of the Oracle Java Cloud Service instance."
},
"componentId":{
"type":"integer",
"description":"ID of this component of this service instance."
},
"componentType":{
"type":"string",
"description":"Type of the component. Value is <code>WLS</code>."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"vmInstances":{
"type":"object",
"description":"Groups details about WLS VM instances by host name. Each VM instance is a JSON object element.",
"properties":{
"vm-wls":{
"type":"object",
"description":"Details about a specific VM instance.<p>Note that the label of this object (<code>vm-wls</code>) is actually the host name, for example, <code>exampleinstance-wls-1</code>, <code>exampleinstance-wls-2</code>, and so on.",
"properties":{
"hostName":{
"type":"string",
"description":"DNS host name. For example, <code>exampleinstance-wls-1</code>."
},
"label":{
"type":"string",
"description":"Label associated with this host. For example, <code>ExampleInstance wls 1</code>."
},
"vmId":{
"type":"integer",
"description":"VM ID of this host."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"sub_status":{
"type":"string",
"description":"Status of a subcomponent, if applicable. For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
},
"servers":{
"type":"object",
"description":"Groups one or more servers on a VM (WLS component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleI_adminserver</code> or <code>ExampleI_server_1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleI_server_1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>MS</code>, <code>ADMIN</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"heapmax":{
"type":"object",
"description":"Max memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Max memory."
}
}
},
"heapfree":{
"type":"object",
"description":"Free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Free memory."
}
}
}
}
}
}
}
}
}
}
}
}
}
}
},
"OTD":{
"type":"object",
"description":"Details about the OTD component.",
"properties":{
"serviceId":{
"type":"integer",
"description":"ID of the Oracle Java Cloud Service instance."
},
"componentId":{
"type":"integer",
"description":"ID of this component of this service instance."
},
"componentType":{
"type":"string",
"description":"Type of the component. Value is <code>OTD</code>."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"message":{
"type":"string",
"description":"A message displays when no component level health indicators are defined or no metrics are collected. "
},
"vmInstances":{
"type":"object",
"description":"Groups details about OTD VM instances by host name. Each VM instance is a JSON object element.",
"properties":{
"vm-otd":{
"type":"object",
"description":"Details about a specific VM instance.<p>Note that the label of this object (<code>vm-otd</code>) is actually the host name, for example, <code>exampleinstance-lb-1</code> or <code>exampleinstance-lb-2</code>.",
"properties":{
"hostName":{
"type":"string",
"description":"DNS host name. For example, <code>exampleinstance-lb-1</code>."
},
"label":{
"type":"string",
"description":"Label associated with this host. For example, <code>ExampleInstance lb 1</code>."
},
"vmId":{
"type":"integer",
"description":"VM ID of this host."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"sub_status":{
"type":"string",
"description":"Status of a subcomponent, if applicable. For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
},
"servers":{
"type":"object",
"description":"Details of server on a VM (OTD component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleInstance-lb-1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleInstance-lb-1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>OTD_SERVER</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"request-count":{
"type":"object",
"description":"Request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Request count."
}
}
},
"error-request-count":{
"type":"object",
"description":"Error request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Error request count."
}
}
},
"rtLast5MinAvg":{
"type":"object",
"description":"Avg resp time 5 min",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Avg resp time 5 min."
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
Nested Schema : components
Type: object
Groups health details about the WLS component and the OTD component (if provisioned).
Show Source
{
"type":"object",
"description":"Groups health details about the WLS component and the OTD component (if provisioned).",
"properties":{
"WLS":{
"type":"object",
"description":"Details about the WLS component.",
"properties":{
"serviceId":{
"type":"integer",
"description":"ID of the Oracle Java Cloud Service instance."
},
"componentId":{
"type":"integer",
"description":"ID of this component of this service instance."
},
"componentType":{
"type":"string",
"description":"Type of the component. Value is <code>WLS</code>."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"vmInstances":{
"type":"object",
"description":"Groups details about WLS VM instances by host name. Each VM instance is a JSON object element.",
"properties":{
"vm-wls":{
"type":"object",
"description":"Details about a specific VM instance.<p>Note that the label of this object (<code>vm-wls</code>) is actually the host name, for example, <code>exampleinstance-wls-1</code>, <code>exampleinstance-wls-2</code>, and so on.",
"properties":{
"hostName":{
"type":"string",
"description":"DNS host name. For example, <code>exampleinstance-wls-1</code>."
},
"label":{
"type":"string",
"description":"Label associated with this host. For example, <code>ExampleInstance wls 1</code>."
},
"vmId":{
"type":"integer",
"description":"VM ID of this host."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"sub_status":{
"type":"string",
"description":"Status of a subcomponent, if applicable. For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
},
"servers":{
"type":"object",
"description":"Groups one or more servers on a VM (WLS component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleI_adminserver</code> or <code>ExampleI_server_1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleI_server_1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>MS</code>, <code>ADMIN</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"heapmax":{
"type":"object",
"description":"Max memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Max memory."
}
}
},
"heapfree":{
"type":"object",
"description":"Free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Free memory."
}
}
}
}
}
}
}
}
}
}
}
}
}
}
},
"OTD":{
"type":"object",
"description":"Details about the OTD component.",
"properties":{
"serviceId":{
"type":"integer",
"description":"ID of the Oracle Java Cloud Service instance."
},
"componentId":{
"type":"integer",
"description":"ID of this component of this service instance."
},
"componentType":{
"type":"string",
"description":"Type of the component. Value is <code>OTD</code>."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"message":{
"type":"string",
"description":"A message displays when no component level health indicators are defined or no metrics are collected. "
},
"vmInstances":{
"type":"object",
"description":"Groups details about OTD VM instances by host name. Each VM instance is a JSON object element.",
"properties":{
"vm-otd":{
"type":"object",
"description":"Details about a specific VM instance.<p>Note that the label of this object (<code>vm-otd</code>) is actually the host name, for example, <code>exampleinstance-lb-1</code> or <code>exampleinstance-lb-2</code>.",
"properties":{
"hostName":{
"type":"string",
"description":"DNS host name. For example, <code>exampleinstance-lb-1</code>."
},
"label":{
"type":"string",
"description":"Label associated with this host. For example, <code>ExampleInstance lb 1</code>."
},
"vmId":{
"type":"integer",
"description":"VM ID of this host."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"sub_status":{
"type":"string",
"description":"Status of a subcomponent, if applicable. For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
},
"servers":{
"type":"object",
"description":"Details of server on a VM (OTD component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleInstance-lb-1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleInstance-lb-1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>OTD_SERVER</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"request-count":{
"type":"object",
"description":"Request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Request count."
}
}
},
"error-request-count":{
"type":"object",
"description":"Error request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Error request count."
}
}
},
"rtLast5MinAvg":{
"type":"object",
"description":"Avg resp time 5 min",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Avg resp time 5 min."
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
Nested Schema : dataQuality
Type: object
Groups quality messages.
Show Source
{
"type":"object",
"description":"Groups quality messages.",
"properties":{
"message":{
"type":"string",
"description":"For example: <code>Health data complete</code>"
}
}
}
Nested Schema : OTD
Type: object
Details about the OTD component.
Show Source
{
"type":"object",
"description":"Details about the OTD component.",
"properties":{
"serviceId":{
"type":"integer",
"description":"ID of the Oracle Java Cloud Service instance."
},
"componentId":{
"type":"integer",
"description":"ID of this component of this service instance."
},
"componentType":{
"type":"string",
"description":"Type of the component. Value is <code>OTD</code>."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"message":{
"type":"string",
"description":"A message displays when no component level health indicators are defined or no metrics are collected. "
},
"vmInstances":{
"type":"object",
"description":"Groups details about OTD VM instances by host name. Each VM instance is a JSON object element.",
"properties":{
"vm-otd":{
"type":"object",
"description":"Details about a specific VM instance.<p>Note that the label of this object (<code>vm-otd</code>) is actually the host name, for example, <code>exampleinstance-lb-1</code> or <code>exampleinstance-lb-2</code>.",
"properties":{
"hostName":{
"type":"string",
"description":"DNS host name. For example, <code>exampleinstance-lb-1</code>."
},
"label":{
"type":"string",
"description":"Label associated with this host. For example, <code>ExampleInstance lb 1</code>."
},
"vmId":{
"type":"integer",
"description":"VM ID of this host."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"sub_status":{
"type":"string",
"description":"Status of a subcomponent, if applicable. For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
},
"servers":{
"type":"object",
"description":"Details of server on a VM (OTD component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleInstance-lb-1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleInstance-lb-1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>OTD_SERVER</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"request-count":{
"type":"object",
"description":"Request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Request count."
}
}
},
"error-request-count":{
"type":"object",
"description":"Error request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Error request count."
}
}
},
"rtLast5MinAvg":{
"type":"object",
"description":"Avg resp time 5 min",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Avg resp time 5 min."
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
Nested Schema : WLS
Type: object
Details about the WLS component.
Show Source
{
"type":"object",
"description":"Details about the WLS component.",
"properties":{
"serviceId":{
"type":"integer",
"description":"ID of the Oracle Java Cloud Service instance."
},
"componentId":{
"type":"integer",
"description":"ID of this component of this service instance."
},
"componentType":{
"type":"string",
"description":"Type of the component. Value is <code>WLS</code>."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"vmInstances":{
"type":"object",
"description":"Groups details about WLS VM instances by host name. Each VM instance is a JSON object element.",
"properties":{
"vm-wls":{
"type":"object",
"description":"Details about a specific VM instance.<p>Note that the label of this object (<code>vm-wls</code>) is actually the host name, for example, <code>exampleinstance-wls-1</code>, <code>exampleinstance-wls-2</code>, and so on.",
"properties":{
"hostName":{
"type":"string",
"description":"DNS host name. For example, <code>exampleinstance-wls-1</code>."
},
"label":{
"type":"string",
"description":"Label associated with this host. For example, <code>ExampleInstance wls 1</code>."
},
"vmId":{
"type":"integer",
"description":"VM ID of this host."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"sub_status":{
"type":"string",
"description":"Status of a subcomponent, if applicable. For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
},
"servers":{
"type":"object",
"description":"Groups one or more servers on a VM (WLS component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleI_adminserver</code> or <code>ExampleI_server_1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleI_server_1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>MS</code>, <code>ADMIN</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"heapmax":{
"type":"object",
"description":"Max memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Max memory."
}
}
},
"heapfree":{
"type":"object",
"description":"Free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Free memory."
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
Nested Schema : vmInstances
Type: object
Groups details about OTD VM instances by host name. Each VM instance is a JSON object element.
Show Source
-
vm-otd(optional):
object vm-otd
Details about a specific VM instance.
Note that the label of this object (vm-otd
) is actually the host name, for example, exampleinstance-lb-1
or exampleinstance-lb-2
.
{
"type":"object",
"description":"Groups details about OTD VM instances by host name. Each VM instance is a JSON object element.",
"properties":{
"vm-otd":{
"type":"object",
"description":"Details about a specific VM instance.<p>Note that the label of this object (<code>vm-otd</code>) is actually the host name, for example, <code>exampleinstance-lb-1</code> or <code>exampleinstance-lb-2</code>.",
"properties":{
"hostName":{
"type":"string",
"description":"DNS host name. For example, <code>exampleinstance-lb-1</code>."
},
"label":{
"type":"string",
"description":"Label associated with this host. For example, <code>ExampleInstance lb 1</code>."
},
"vmId":{
"type":"integer",
"description":"VM ID of this host."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"sub_status":{
"type":"string",
"description":"Status of a subcomponent, if applicable. For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
},
"servers":{
"type":"object",
"description":"Details of server on a VM (OTD component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleInstance-lb-1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleInstance-lb-1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>OTD_SERVER</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"request-count":{
"type":"object",
"description":"Request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Request count."
}
}
},
"error-request-count":{
"type":"object",
"description":"Error request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Error request count."
}
}
},
"rtLast5MinAvg":{
"type":"object",
"description":"Avg resp time 5 min",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Avg resp time 5 min."
}
}
}
}
}
}
}
}
}
}
}
}
}
Nested Schema : vm-otd
Type: object
Details about a specific VM instance.
Note that the label of this object (vm-otd
) is actually the host name, for example, exampleinstance-lb-1
or exampleinstance-lb-2
.
Show Source
{
"type":"object",
"description":"Details about a specific VM instance.<p>Note that the label of this object (<code>vm-otd</code>) is actually the host name, for example, <code>exampleinstance-lb-1</code> or <code>exampleinstance-lb-2</code>.",
"properties":{
"hostName":{
"type":"string",
"description":"DNS host name. For example, <code>exampleinstance-lb-1</code>."
},
"label":{
"type":"string",
"description":"Label associated with this host. For example, <code>ExampleInstance lb 1</code>."
},
"vmId":{
"type":"integer",
"description":"VM ID of this host."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"sub_status":{
"type":"string",
"description":"Status of a subcomponent, if applicable. For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
},
"servers":{
"type":"object",
"description":"Details of server on a VM (OTD component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleInstance-lb-1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleInstance-lb-1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>OTD_SERVER</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"request-count":{
"type":"object",
"description":"Request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Request count."
}
}
},
"error-request-count":{
"type":"object",
"description":"Error request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Error request count."
}
}
},
"rtLast5MinAvg":{
"type":"object",
"description":"Avg resp time 5 min",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Avg resp time 5 min."
}
}
}
}
}
}
}
}
}
}
}
Nested Schema : healthData
Type: object
Health monitoring runtime details of a VM.
Show Source
{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
}
Nested Schema : servers
Type: object
Details of server on a VM (OTD component).
Show Source
{
"type":"object",
"description":"Details of server on a VM (OTD component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleInstance-lb-1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleInstance-lb-1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>OTD_SERVER</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"request-count":{
"type":"object",
"description":"Request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Request count."
}
}
},
"error-request-count":{
"type":"object",
"description":"Error request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Error request count."
}
}
},
"rtLast5MinAvg":{
"type":"object",
"description":"Avg resp time 5 min",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Avg resp time 5 min."
}
}
}
}
}
}
}
}
}
Nested Schema : VMCpuUtil
Type: object
VM CPU Usage
Show Source
{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
}
Nested Schema : VMmemory
Type: object
VM free memory
Show Source
{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
Nested Schema : server-name
Type: object
Details about a specific server instance.
Note that the label of this object (server-name
) is actually the server name. For example: ExampleInstance-lb-1
Show Source
{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleInstance-lb-1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleInstance-lb-1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>OTD_SERVER</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"request-count":{
"type":"object",
"description":"Request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Request count."
}
}
},
"error-request-count":{
"type":"object",
"description":"Error request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Error request count."
}
}
},
"rtLast5MinAvg":{
"type":"object",
"description":"Avg resp time 5 min",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Avg resp time 5 min."
}
}
}
}
}
}
}
Nested Schema : healthData
Type: object
Health monitoring runtime details of a server.
Show Source
{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"request-count":{
"type":"object",
"description":"Request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Request count."
}
}
},
"error-request-count":{
"type":"object",
"description":"Error request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Error request count."
}
}
},
"rtLast5MinAvg":{
"type":"object",
"description":"Avg resp time 5 min",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Avg resp time 5 min."
}
}
}
}
}
Nested Schema : error-request-count
Type: object
Error request count
Show Source
{
"type":"object",
"description":"Error request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Error request count."
}
}
}
Nested Schema : request-count
Type: object
Request count
Show Source
{
"type":"object",
"description":"Request count",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is count."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Request count."
}
}
}
Nested Schema : rtLast5MinAvg
Type: object
Avg resp time 5 min
Show Source
{
"type":"object",
"description":"Avg resp time 5 min",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Avg resp time 5 min."
}
}
}
Nested Schema : upsince
Type: object
Server up since
Show Source
{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
}
Nested Schema : vmInstances
Type: object
Groups details about WLS VM instances by host name. Each VM instance is a JSON object element.
Show Source
-
vm-wls(optional):
object vm-wls
Details about a specific VM instance.
Note that the label of this object (vm-wls
) is actually the host name, for example, exampleinstance-wls-1
, exampleinstance-wls-2
, and so on.
{
"type":"object",
"description":"Groups details about WLS VM instances by host name. Each VM instance is a JSON object element.",
"properties":{
"vm-wls":{
"type":"object",
"description":"Details about a specific VM instance.<p>Note that the label of this object (<code>vm-wls</code>) is actually the host name, for example, <code>exampleinstance-wls-1</code>, <code>exampleinstance-wls-2</code>, and so on.",
"properties":{
"hostName":{
"type":"string",
"description":"DNS host name. For example, <code>exampleinstance-wls-1</code>."
},
"label":{
"type":"string",
"description":"Label associated with this host. For example, <code>ExampleInstance wls 1</code>."
},
"vmId":{
"type":"integer",
"description":"VM ID of this host."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"sub_status":{
"type":"string",
"description":"Status of a subcomponent, if applicable. For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
},
"servers":{
"type":"object",
"description":"Groups one or more servers on a VM (WLS component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleI_adminserver</code> or <code>ExampleI_server_1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleI_server_1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>MS</code>, <code>ADMIN</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"heapmax":{
"type":"object",
"description":"Max memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Max memory."
}
}
},
"heapfree":{
"type":"object",
"description":"Free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Free memory."
}
}
}
}
}
}
}
}
}
}
}
}
}
Nested Schema : vm-wls
Type: object
Details about a specific VM instance.
Note that the label of this object (vm-wls
) is actually the host name, for example, exampleinstance-wls-1
, exampleinstance-wls-2
, and so on.
Show Source
{
"type":"object",
"description":"Details about a specific VM instance.<p>Note that the label of this object (<code>vm-wls</code>) is actually the host name, for example, <code>exampleinstance-wls-1</code>, <code>exampleinstance-wls-2</code>, and so on.",
"properties":{
"hostName":{
"type":"string",
"description":"DNS host name. For example, <code>exampleinstance-wls-1</code>."
},
"label":{
"type":"string",
"description":"Label associated with this host. For example, <code>ExampleInstance wls 1</code>."
},
"vmId":{
"type":"integer",
"description":"VM ID of this host."
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"For example: <code>UP</code>"
},
"sub_status":{
"type":"string",
"description":"Status of a subcomponent, if applicable. For example: <code>UP</code>"
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
},
"servers":{
"type":"object",
"description":"Groups one or more servers on a VM (WLS component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleI_adminserver</code> or <code>ExampleI_server_1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleI_server_1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>MS</code>, <code>ADMIN</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"heapmax":{
"type":"object",
"description":"Max memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Max memory."
}
}
},
"heapfree":{
"type":"object",
"description":"Free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Free memory."
}
}
}
}
}
}
}
}
}
}
}
Nested Schema : healthData
Type: object
Health monitoring runtime details of a VM.
Show Source
{
"type":"object",
"description":"Health monitoring runtime details of a VM.",
"properties":{
"VMCpuUtil":{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
},
"VMmemory":{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
}
}
Nested Schema : servers
Type: object
Groups one or more servers on a VM (WLS component).
Show Source
-
server-name(optional):
object server-name
Details about a specific server instance.
Note that the label of this object (server-name
) is actually the server name. For example: ExampleI_adminserver
or ExampleI_server_1
{
"type":"object",
"description":"Groups one or more servers on a VM (WLS component).",
"properties":{
"server-name":{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleI_adminserver</code> or <code>ExampleI_server_1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleI_server_1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>MS</code>, <code>ADMIN</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"heapmax":{
"type":"object",
"description":"Max memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Max memory."
}
}
},
"heapfree":{
"type":"object",
"description":"Free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Free memory."
}
}
}
}
}
}
}
}
}
Nested Schema : VMCpuUtil
Type: object
VM CPU Usage
Show Source
{
"type":"object",
"description":"VM CPU Usage",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>%</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM CPU Usage."
}
}
}
Nested Schema : VMmemory
Type: object
VM free memory
Show Source
{
"type":"object",
"description":"VM free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric is <code>MB</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is VM free memory."
}
}
}
Nested Schema : server-name
Type: object
Details about a specific server instance.
Note that the label of this object (server-name
) is actually the server name. For example: ExampleI_adminserver
or ExampleI_server_1
Show Source
{
"type":"object",
"description":"Details about a specific server instance. <p>Note that the label of this object (<code>server-name</code>) is actually the server name. For example: <code>ExampleI_adminserver</code> or <code>ExampleI_server_1</code>",
"properties":{
"serverId":{
"type":"integer",
"description":"ID of this server."
},
"serverName":{
"type":"string",
"description":"Name of this server. For example: <code>ExampleI_server_1</code>"
},
"serverType":{
"type":"string",
"description":"Type of server. For example: <code>MS</code>, <code>ADMIN</code>"
},
"timestamp":{
"type":"string",
"description":"Date and time."
},
"collectionTime":{
"type":"string",
"description":"Date and time."
},
"status":{
"type":"string",
"description":"Values are <code>UP</code>, <code>DOWN</code>, or <code>ERROR</code> (indicating a system error was encountered during health check)."
},
"statusMessage":{
"type":"string",
"description":"For example: <code>Running</code>"
},
"healthData":{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"heapmax":{
"type":"object",
"description":"Max memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Max memory."
}
}
},
"heapfree":{
"type":"object",
"description":"Free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Free memory."
}
}
}
}
}
}
}
Nested Schema : healthData
Type: object
Health monitoring runtime details of a server.
Show Source
{
"type":"object",
"description":"Health monitoring runtime details of a server.",
"properties":{
"upsince":{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
},
"heapmax":{
"type":"object",
"description":"Max memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Max memory."
}
}
},
"heapfree":{
"type":"object",
"description":"Free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Free memory."
}
}
}
}
}
Nested Schema : heapfree
Type: object
Free memory
Show Source
{
"type":"object",
"description":"Free memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Free memory."
}
}
}
Nested Schema : heapmax
Type: object
Max memory
Show Source
{
"type":"object",
"description":"Max memory",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Max memory."
}
}
}
Nested Schema : upsince
Type: object
Server up since
Show Source
{
"type":"object",
"description":"Server up since",
"properties":{
"unit":{
"type":"string",
"description":"Unit measurement of the metric. For example, <code>MB</code> and <code>ms</code>."
},
"value":{
"type":"string",
"description":"Value of the health monitoring data."
},
"displayName":{
"type":"string",
"description":"Display name is Server up since."
}
}
}