Get Metrics
get
/bcws/webresources/v1.0/metrics
Gets Billing Care metrics
Request
There are no request parameters for this operation.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- text/plain
Default Response
default response
Root Schema : schema
Type:
stringExamples
This example shows how to get the metrics for Billing Care by submitting a GET request on the REST resource using cURL. For more information about cURL, see "Use cURL".
cURL Command
curl -X GET 'http://hostname:port/bcws/webresources/version/metrics
where:
- hostname is the URL for the Billing Care REST server.
- port is the port for the Billing Care REST server.
- version is the version of the API you're using, such as v1.0.
Example of Response Body
This example shows the contents of the response body in JSON format.
# HELP http_duration_seconds HTTP request duration in seconds
# TYPE http_duration_seconds histogram
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.01"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.03"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.05"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.1"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.15"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.2"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.25"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.3"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.4"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.5"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="0.8"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="1.0"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="1.5"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="2.0"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="2.5"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="3.0"} 0
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="4.0"} 6
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="5.0"} 6
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="10.0"} 6
http_duration_seconds_bucket{api="get_accounts",method="GET",status="200",le="+Inf"} 6
http_duration_seconds_count{api="get_accounts",method="GET",status="200"} 6
http_duration_seconds_sum{api="get_accounts",method="GET",status="200"} 21.578705
# HELP http_duration_seconds_max HTTP request duration in seconds
# TYPE http_duration_seconds_max gauge
http_duration_seconds_max{api="get_accounts",method="GET",status="200"} 0.0