Monitor a Service Instance

get

/paas/api/v1.1/instancemgmt/{identityDomainId}/services/dbaas/instances/{serviceId}/healthcheck

Returns health monitoring data for the specified Oracle Database Classic Cloud Service instance.

For Single Instance Database Service instance, the following health metrics are provided:

  • last_logon_time - Number of days since last logon.
  • user_tablespace_usage - Max Percentage for a User Tablespace Used.
  • active_sessions - Active number of sessions.
Note: Health monitoring metrics are updated on an hourly basis. As a result, the metrics might be slightly out-of-date until the next hourly refresh.

In the event you encounter a status 500 error when attempting to retrieve data for your service instance, append the ?format=v4 query parameter and try again.

Request

Path Parameters
  • Identity domain ID for the Database Classic Cloud Service account:
     
    • For a Cloud account with Identity Cloud Service: the identity service ID, which has the form idcs-letters-and-numbers. You can find this ID in the Identity Service Id field on the Overview tab of the Service Details page for Database Classic Cloud Service in My Services.

    • For a traditional cloud account: the name of the identity domain.

  • Name of the Database Classic Cloud Service instance.
Query Parameters
  • Append ?format=v4 to the end of the resource path to return basic health data in situations where errors in the monitoring would have caused a status 500 to be returned.

    Note: The structure of the output when using the query parameter is not the same as the output without the parameter, but the healthcheck and metrics information is the same.

Header Parameters
  • Base64 encoding of the user name and password of the user making the request. For more information, see Security, Authentication and Authorization.
  • Identity domain ID for the Database Classic Cloud Service account:
     
    • For a Cloud account with Identity Cloud Service: the identity service ID, which has the form idcs-letters-and-numbers. You can find this ID in the Identity Service Id field on the Overview tab of the Service Details page for Database Classic Cloud Service in My Services.

    • For a traditional cloud account: the name of the identity domain.

Back to Top

Response

Supported Media Types

200 Response

OK. See Status Codes for information about other possible HTTP status codes.
Body ()
Root Schema : Response Body
Type: object
Title: Response Body
Show Source
Nested Schema : service_components
Type: array
Groups the health details for Oracle Database Classic Cloud Service components.
Show Source
Nested Schema : summary Object
Type: object
Title: summary Object
Show Source
Nested Schema : service_components Array Item
Type: object
Title: service_components Array Item
Show Source
Nested Schema : health_data
Type: array
Groups the runtime metrics for the Oracle Database Classic Cloud Service instance component.
Show Source
Nested Schema : vms
Type: array
Groups the health details of VMs associated with an Oracle Database Classic Cloud Service component.
Show Source
Nested Schema : health_data Array Item
Type: object
Title: health_data Array Item
Show Source
Nested Schema : vms Array Item
Type: object
Title: vms Array Item
Show Source
Nested Schema : servers
Type: array
Groups the health details of servers running on a VM.
Show Source
Nested Schema : summary
Type: object
Groups the health summary for a VM.
Show Source
Nested Schema : servers Array Item
Type: object
Title: servers Array Item
Show Source
Nested Schema : health_data
Type: array
Groups the health details for the server.
Show Source
Nested Schema : summary
Type: object
Groups the health status summary for the server.
Show Source

404 Response

Not Found

500 Response

Internal Server Error
Back to Top