Chilkat Online Tools

PureBasic / Monitoring API / Publishes raw metric data points to the Monitoring service.

Back to Collection Items

IncludeFile "CkJsonObject.pb"
IncludeFile "CkStringBuilder.pb"
IncludeFile "CkHttp.pb"
IncludeFile "CkHttpResponse.pb"

Procedure ChilkatExample()

    ; This example assumes the Chilkat API to have been previously unlocked.
    ; See Global Unlock Sample for sample code.

    http.i = CkHttp::ckCreate()
    If http.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    success.i

    ; Use this online tool to generate code from sample JSON: Generate Code to Create JSON

    ; The following JSON is sent in the request body.

    ; {
    ;   "metricData": [
    ;     {
    ;       "compartmentId": "ocid1.compartment.oc1..exampleuniqueID",
    ;       "datapoints": [
    ;         {
    ;           "timestamp": "1994-05-17T10:59:55.167Z",
    ;           "value": -83252608.68908729,
    ;           "count": -10002502
    ;         }
    ;       ],
    ;       "dimensions": {},
    ;       "name": "veniam",
    ;       "namespace": "fugiat Lorem Excepteur",
    ;       "metadata": {},
    ;       "resourceGroup": "commodo sunt"
    ;     },
    ;     {
    ;       "compartmentId": "ocid1.compartment.oc1..exampleuniqueID",
    ;       "datapoints": [
    ;         {
    ;           "timestamp": "1953-09-20T17:05:02.218Z",
    ;           "value": -62004646.91934333,
    ;           "count": 42788267
    ;         }
    ;       ],
    ;       "dimensions": {},
    ;       "name": "ut elit esse proident",
    ;       "namespace": "est sunt cillum tempor",
    ;       "metadata": {},
    ;       "resourceGroup": "ex et commodo enim eu"
    ;     }
    ;   ],
    ;   "batchAtomicity": "NON_ATOMIC"
    ; }

    json.i = CkJsonObject::ckCreate()
    If json.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    CkJsonObject::ckUpdateString(json,"metricData[0].compartmentId","ocid1.compartment.oc1..exampleuniqueID")
    CkJsonObject::ckUpdateString(json,"metricData[0].datapoints[0].timestamp","1994-05-17T10:59:55.167Z")
    CkJsonObject::ckUpdateNumber(json,"metricData[0].datapoints[0].value","-83252608.68908729")
    CkJsonObject::ckUpdateInt(json,"metricData[0].datapoints[0].count",-10002502)
    CkJsonObject::ckUpdateNewObject(json,"metricData[0].dimensions")
    CkJsonObject::ckUpdateString(json,"metricData[0].name","veniam")
    CkJsonObject::ckUpdateString(json,"metricData[0].namespace","fugiat Lorem Excepteur")
    CkJsonObject::ckUpdateNewObject(json,"metricData[0].metadata")
    CkJsonObject::ckUpdateString(json,"metricData[0].resourceGroup","commodo sunt")
    CkJsonObject::ckUpdateString(json,"metricData[1].compartmentId","ocid1.compartment.oc1..exampleuniqueID")
    CkJsonObject::ckUpdateString(json,"metricData[1].datapoints[0].timestamp","1953-09-20T17:05:02.218Z")
    CkJsonObject::ckUpdateNumber(json,"metricData[1].datapoints[0].value","-62004646.91934333")
    CkJsonObject::ckUpdateInt(json,"metricData[1].datapoints[0].count",42788267)
    CkJsonObject::ckUpdateNewObject(json,"metricData[1].dimensions")
    CkJsonObject::ckUpdateString(json,"metricData[1].name","ut elit esse proident")
    CkJsonObject::ckUpdateString(json,"metricData[1].namespace","est sunt cillum tempor")
    CkJsonObject::ckUpdateNewObject(json,"metricData[1].metadata")
    CkJsonObject::ckUpdateString(json,"metricData[1].resourceGroup","ex et commodo enim eu")
    CkJsonObject::ckUpdateString(json,"batchAtomicity","NON_ATOMIC")

    CkHttp::ckSetRequestHeader(http,"opc-request-id","pariatur nostrud eiusmod")
    CkHttp::ckSetRequestHeader(http,"Content-Type","application/json")
    CkHttp::ckSetRequestHeader(http,"x-content-sha256","{{content_sha256}}")
    CkHttp::ckSetRequestHeader(http,"Authorization","{{signature}}")
    CkHttp::ckSetRequestHeader(http,"Date","{{date}}")

    resp.i = CkHttp::ckPostJson3(http,"https://telemetry-ingestion.{{region}}.oraclecloud.com/20180401/metrics","application/json",json)
    If CkHttp::ckLastMethodSuccess(http) = 0
        Debug CkHttp::ckLastErrorText(http)
        CkHttp::ckDispose(http)
        CkJsonObject::ckDispose(json)
        ProcedureReturn
    EndIf

    sbResponseBody.i = CkStringBuilder::ckCreate()
    If sbResponseBody.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    CkHttpResponse::ckGetBodySb(resp,sbResponseBody)

    jResp.i = CkJsonObject::ckCreate()
    If jResp.i = 0
        Debug "Failed to create object."
        ProcedureReturn
    EndIf

    CkJsonObject::ckLoadSb(jResp,sbResponseBody)
    CkJsonObject::setCkEmitCompact(jResp, 0)

    Debug "Response Body:"
    Debug CkJsonObject::ckEmit(jResp)

    respStatusCode.i = CkHttpResponse::ckStatusCode(resp)
    Debug "Response Status Code = " + Str(respStatusCode)
    If respStatusCode >= 400
        Debug "Response Header:"
        Debug CkHttpResponse::ckHeader(resp)
        Debug "Failed."
        CkHttpResponse::ckDispose(resp)

        CkHttp::ckDispose(http)
        CkJsonObject::ckDispose(json)
        CkStringBuilder::ckDispose(sbResponseBody)
        CkJsonObject::ckDispose(jResp)
        ProcedureReturn
    EndIf

    CkHttpResponse::ckDispose(resp)

    ; Sample JSON response:
    ; (Sample code for parsing the JSON response is shown below)

    ; {
    ;   "failedMetricsCount": 72002088,
    ;   "failedMetrics": [
    ;     {
    ;       "message": "dolore",
    ;       "metricData": {
    ;         "compartmentId": "ocid1.compartment.oc1..exampleuniqueID",
    ;         "datapoints": [
    ;           {
    ;             "timestamp": "2000-01-08T07:21:32.073Z",
    ;             "value": -85208083.5588465,
    ;             "count": -51496551
    ;           }
    ;         ],
    ;         "dimensions": {},
    ;         "name": "est consectetur",
    ;         "namespace": "fugiat ipsum",
    ;         "metadata": {},
    ;         "resourceGroup": "anim adipisicing velit irure"
    ;       }
    ;     },
    ;     {
    ;       "message": "eu incididunt",
    ;       "metricData": {
    ;         "compartmentId": "ocid1.compartment.oc1..exampleuniqueID",
    ;         "datapoints": [
    ;           {
    ;             "timestamp": "1966-06-29T20:14:12.311Z",
    ;             "value": -94922550.57743683,
    ;             "count": 58273421
    ;           }
    ;         ],
    ;         "dimensions": {},
    ;         "name": "nisi elit ex",
    ;         "namespace": "consequat ex",
    ;         "metadata": {},
    ;         "resourceGroup": "officia id velit"
    ;       }
    ;     }
    ;   ]
    ; }

    ; Sample code for parsing the JSON response...
    ; Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    message.s
    CompartmentId.s
    Name.s
    Namespace.s
    ResourceGroup.s
    j.i
    count_j.i
    timestamp.s
    value.s
    count.i

    failedMetricsCount.i = CkJsonObject::ckIntOf(jResp,"failedMetricsCount")
    i.i = 0
    count_i.i = CkJsonObject::ckSizeOfArray(jResp,"failedMetrics")
    While i < count_i
        CkJsonObject::setCkI(jResp, i)
        message = CkJsonObject::ckStringOf(jResp,"failedMetrics[i].message")
        CompartmentId = CkJsonObject::ckStringOf(jResp,"failedMetrics[i].metricData.compartmentId")
        Name = CkJsonObject::ckStringOf(jResp,"failedMetrics[i].metricData.name")
        Namespace = CkJsonObject::ckStringOf(jResp,"failedMetrics[i].metricData.namespace")
        ResourceGroup = CkJsonObject::ckStringOf(jResp,"failedMetrics[i].metricData.resourceGroup")
        j = 0
        count_j = CkJsonObject::ckSizeOfArray(jResp,"failedMetrics[i].metricData.datapoints")
        While j < count_j
            CkJsonObject::setCkJ(jResp, j)
            timestamp = CkJsonObject::ckStringOf(jResp,"failedMetrics[i].metricData.datapoints[j].timestamp")
            value = CkJsonObject::ckStringOf(jResp,"failedMetrics[i].metricData.datapoints[j].value")
            count = CkJsonObject::ckIntOf(jResp,"failedMetrics[i].metricData.datapoints[j].count")
            j = j + 1
        Wend
        i = i + 1
    Wend


    CkHttp::ckDispose(http)
    CkJsonObject::ckDispose(json)
    CkStringBuilder::ckDispose(sbResponseBody)
    CkJsonObject::ckDispose(jResp)


    ProcedureReturn
EndProcedure

Curl Command

curl -X POST
	-H "opc-request-id: pariatur nostrud eiusmod"
	-H "Content-Type: application/json"
	-H "Date: {{date}}"
	-H "Authorization: {{signature}}"
	-H "x-content-sha256: {{content_sha256}}"
	-d '{
    "metricData": [
        {
            "compartmentId": "ocid1.compartment.oc1..exampleuniqueID",
            "datapoints": [
                {
                    "timestamp": "1994-05-17T10:59:55.167Z",
                    "value": -83252608.68908729,
                    "count": -10002502
                }
            ],
            "dimensions": {},
            "name": "veniam",
            "namespace": "fugiat Lorem Excepteur",
            "metadata": {},
            "resourceGroup": "commodo sunt"
        },
        {
            "compartmentId": "ocid1.compartment.oc1..exampleuniqueID",
            "datapoints": [
                {
                    "timestamp": "1953-09-20T17:05:02.218Z",
                    "value": -62004646.91934333,
                    "count": 42788267
                }
            ],
            "dimensions": {},
            "name": "ut elit esse proident",
            "namespace": "est sunt cillum tempor",
            "metadata": {},
            "resourceGroup": "ex et commodo enim eu"
        }
    ],
    "batchAtomicity": "NON_ATOMIC"
}'
https://telemetry-ingestion.{{region}}.oraclecloud.com/20180401/metrics

Postman Collection Item JSON

{
  "name": "Publishes raw metric data points to the Monitoring service.\n",
  "request": {
    "method": "POST",
    "header": [
      {
        "description": "Customer part of the request identifier token. If you need to contact Oracle about a particular\nrequest, please provide the complete request ID.\n",
        "key": "opc-request-id",
        "value": "pariatur nostrud eiusmod"
      },
      {
        "key": "Content-Type",
        "value": "application/json"
      },
      {
        "key": "Date",
        "value": "{{date}}",
        "description": "(Required) Current Date",
        "type": "text"
      },
      {
        "key": "Authorization",
        "value": "{{signature}}",
        "description": "(Required) Signature Authentication on Authorization header",
        "type": "text"
      },
      {
        "key": "x-content-sha256",
        "value": "{{content_sha256}}",
        "description": "(Required) Content sha256 for POST, PUT and PATCH operations",
        "type": "text"
      }
    ],
    "body": {
      "mode": "raw",
      "raw": "{\n    \"metricData\": [\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1994-05-17T10:59:55.167Z\",\n                    \"value\": -83252608.68908729,\n                    \"count\": -10002502\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"veniam\",\n            \"namespace\": \"fugiat Lorem Excepteur\",\n            \"metadata\": {},\n            \"resourceGroup\": \"commodo sunt\"\n        },\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1953-09-20T17:05:02.218Z\",\n                    \"value\": -62004646.91934333,\n                    \"count\": 42788267\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"ut elit esse proident\",\n            \"namespace\": \"est sunt cillum tempor\",\n            \"metadata\": {},\n            \"resourceGroup\": \"ex et commodo enim eu\"\n        }\n    ],\n    \"batchAtomicity\": \"NON_ATOMIC\"\n}"
    },
    "url": {
      "raw": "{{baseUrlIngestion}}/metrics",
      "host": [
        "{{baseUrlIngestion}}"
      ],
      "path": [
        "metrics"
      ]
    },
    "description": "Publishes raw metric data points to the Monitoring service.\nFor more information about publishing metrics, see [Publishing Custom Metrics](https://docs.oracle.com/iaas/Content/Monitoring/Tasks/publishingcustommetrics.htm).\nFor important limits information, see [Limits on Monitoring](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#Limits).\n\nPer-call limits information follows.\n\n* Dimensions per metric group*. Maximum: 20. Minimum: 1.\n* Unique metric streams*. Maximum: 50.\n* Transactions Per Second (TPS) per-tenancy limit for this operation: 50.\n\n*A metric group is the combination of a given metric, metric namespace, and tenancy for the purpose of determining limits.\nA dimension is a qualifier provided in a metric definition.\nA metric stream is an individual set of aggregated data for a metric, typically specific to a resource.\nFor more information about metric-related concepts, see [Monitoring Concepts](https://docs.oracle.com/iaas/Content/Monitoring/Concepts/monitoringoverview.htm#concepts).\n\nThe endpoints for this operation differ from other Monitoring operations. Replace the string `telemetry` with `telemetry-ingestion` in the endpoint, as in the following example:\n\nhttps://telemetry-ingestion.eu-frankfurt-1.oraclecloud.com\n"
  },
  "response": [
    {
      "name": "Successfully posted metrics to the Monitoring service.\nThis response means that the request passed the partial or full input validation requirements\ndetermined by the BatchAtomicity parameter value. The default value of NON_ATOMIC requires a\npartial pass:",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Customer part of the request identifier token. If you need to contact Oracle about a particular\nrequest, please provide the complete request ID.\n",
            "key": "opc-request-id",
            "value": "pariatur nostrud eiusmod"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"metricData\": [\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1976-10-03T00:44:27.642Z\",\n                    \"value\": 32639079.99363251,\n                    \"count\": 18349529\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"occaecat nisi non sunt\",\n            \"namespace\": \"ea eu\",\n            \"metadata\": {},\n            \"resourceGroup\": \"magna Excepteur irure exercitation occaecat\"\n        },\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1951-07-18T03:25:24.251Z\",\n                    \"value\": -34569427.02391634,\n                    \"count\": 24600903\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"velit reprehenderit culpa officia deserunt\",\n            \"namespace\": \"ad Ut laborum nisi\",\n            \"metadata\": {},\n            \"resourceGroup\": \"do nulla amet sit exercitation\"\n        }\n    ],\n    \"batchAtomicity\": \"NON_ATOMIC\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "metrics"
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "pariatur nostrud eiusmod",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact Oracle about\na particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"failedMetricsCount\": 72002088,\n \"failedMetrics\": [\n  {\n   \"message\": \"dolore\",\n   \"metricData\": {\n    \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n    \"datapoints\": [\n     {\n      \"timestamp\": \"2000-01-08T07:21:32.073Z\",\n      \"value\": -85208083.5588465,\n      \"count\": -51496551\n     }\n    ],\n    \"dimensions\": {},\n    \"name\": \"est consectetur\",\n    \"namespace\": \"fugiat ipsum\",\n    \"metadata\": {},\n    \"resourceGroup\": \"anim adipisicing velit irure\"\n   }\n  },\n  {\n   \"message\": \"eu incididunt\",\n   \"metricData\": {\n    \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n    \"datapoints\": [\n     {\n      \"timestamp\": \"1966-06-29T20:14:12.311Z\",\n      \"value\": -94922550.57743683,\n      \"count\": 58273421\n     }\n    ],\n    \"dimensions\": {},\n    \"name\": \"nisi elit ex\",\n    \"namespace\": \"consequat ex\",\n    \"metadata\": {},\n    \"resourceGroup\": \"officia id velit\"\n   }\n  }\n ]\n}"
    },
    {
      "name": "Bad Request",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Customer part of the request identifier token. If you need to contact Oracle about a particular\nrequest, please provide the complete request ID.\n",
            "key": "opc-request-id",
            "value": "pariatur nostrud eiusmod"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"metricData\": [\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1976-10-03T00:44:27.642Z\",\n                    \"value\": 32639079.99363251,\n                    \"count\": 18349529\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"occaecat nisi non sunt\",\n            \"namespace\": \"ea eu\",\n            \"metadata\": {},\n            \"resourceGroup\": \"magna Excepteur irure exercitation occaecat\"\n        },\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1951-07-18T03:25:24.251Z\",\n                    \"value\": -34569427.02391634,\n                    \"count\": 24600903\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"velit reprehenderit culpa officia deserunt\",\n            \"namespace\": \"ad Ut laborum nisi\",\n            \"metadata\": {},\n            \"resourceGroup\": \"do nulla amet sit exercitation\"\n        }\n    ],\n    \"batchAtomicity\": \"NON_ATOMIC\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "metrics"
          ]
        }
      },
      "status": "Bad Request",
      "code": 400,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "pariatur nostrud eiusmod",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact Oracle about\na particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"qui anim ut\",\n \"message\": \"esse proident\"\n}"
    },
    {
      "name": "Unauthorized",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Customer part of the request identifier token. If you need to contact Oracle about a particular\nrequest, please provide the complete request ID.\n",
            "key": "opc-request-id",
            "value": "pariatur nostrud eiusmod"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"metricData\": [\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1976-10-03T00:44:27.642Z\",\n                    \"value\": 32639079.99363251,\n                    \"count\": 18349529\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"occaecat nisi non sunt\",\n            \"namespace\": \"ea eu\",\n            \"metadata\": {},\n            \"resourceGroup\": \"magna Excepteur irure exercitation occaecat\"\n        },\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1951-07-18T03:25:24.251Z\",\n                    \"value\": -34569427.02391634,\n                    \"count\": 24600903\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"velit reprehenderit culpa officia deserunt\",\n            \"namespace\": \"ad Ut laborum nisi\",\n            \"metadata\": {},\n            \"resourceGroup\": \"do nulla amet sit exercitation\"\n        }\n    ],\n    \"batchAtomicity\": \"NON_ATOMIC\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "metrics"
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "pariatur nostrud eiusmod",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact Oracle about\na particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"qui anim ut\",\n \"message\": \"esse proident\"\n}"
    },
    {
      "name": "Not Authorized Or Not Found",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Customer part of the request identifier token. If you need to contact Oracle about a particular\nrequest, please provide the complete request ID.\n",
            "key": "opc-request-id",
            "value": "pariatur nostrud eiusmod"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"metricData\": [\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1976-10-03T00:44:27.642Z\",\n                    \"value\": 32639079.99363251,\n                    \"count\": 18349529\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"occaecat nisi non sunt\",\n            \"namespace\": \"ea eu\",\n            \"metadata\": {},\n            \"resourceGroup\": \"magna Excepteur irure exercitation occaecat\"\n        },\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1951-07-18T03:25:24.251Z\",\n                    \"value\": -34569427.02391634,\n                    \"count\": 24600903\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"velit reprehenderit culpa officia deserunt\",\n            \"namespace\": \"ad Ut laborum nisi\",\n            \"metadata\": {},\n            \"resourceGroup\": \"do nulla amet sit exercitation\"\n        }\n    ],\n    \"batchAtomicity\": \"NON_ATOMIC\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "metrics"
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "pariatur nostrud eiusmod",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact Oracle about\na particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"qui anim ut\",\n \"message\": \"esse proident\"\n}"
    },
    {
      "name": "Client is getting throttled, please retry with backoff.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Customer part of the request identifier token. If you need to contact Oracle about a particular\nrequest, please provide the complete request ID.\n",
            "key": "opc-request-id",
            "value": "pariatur nostrud eiusmod"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"metricData\": [\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1976-10-03T00:44:27.642Z\",\n                    \"value\": 32639079.99363251,\n                    \"count\": 18349529\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"occaecat nisi non sunt\",\n            \"namespace\": \"ea eu\",\n            \"metadata\": {},\n            \"resourceGroup\": \"magna Excepteur irure exercitation occaecat\"\n        },\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1951-07-18T03:25:24.251Z\",\n                    \"value\": -34569427.02391634,\n                    \"count\": 24600903\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"velit reprehenderit culpa officia deserunt\",\n            \"namespace\": \"ad Ut laborum nisi\",\n            \"metadata\": {},\n            \"resourceGroup\": \"do nulla amet sit exercitation\"\n        }\n    ],\n    \"batchAtomicity\": \"NON_ATOMIC\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "metrics"
          ]
        }
      },
      "status": "Too Many Requests",
      "code": 429,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "pariatur nostrud eiusmod",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact Oracle about\na particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"qui anim ut\",\n \"message\": \"esse proident\"\n}"
    },
    {
      "name": "Internal Server Error",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Customer part of the request identifier token. If you need to contact Oracle about a particular\nrequest, please provide the complete request ID.\n",
            "key": "opc-request-id",
            "value": "pariatur nostrud eiusmod"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"metricData\": [\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1976-10-03T00:44:27.642Z\",\n                    \"value\": 32639079.99363251,\n                    \"count\": 18349529\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"occaecat nisi non sunt\",\n            \"namespace\": \"ea eu\",\n            \"metadata\": {},\n            \"resourceGroup\": \"magna Excepteur irure exercitation occaecat\"\n        },\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1951-07-18T03:25:24.251Z\",\n                    \"value\": -34569427.02391634,\n                    \"count\": 24600903\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"velit reprehenderit culpa officia deserunt\",\n            \"namespace\": \"ad Ut laborum nisi\",\n            \"metadata\": {},\n            \"resourceGroup\": \"do nulla amet sit exercitation\"\n        }\n    ],\n    \"batchAtomicity\": \"NON_ATOMIC\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "metrics"
          ]
        }
      },
      "status": "Internal Server Error",
      "code": 500,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "pariatur nostrud eiusmod",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact Oracle about\na particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"qui anim ut\",\n \"message\": \"esse proident\"\n}"
    },
    {
      "name": "An error has occurred.",
      "originalRequest": {
        "method": "POST",
        "header": [
          {
            "description": "Customer part of the request identifier token. If you need to contact Oracle about a particular\nrequest, please provide the complete request ID.\n",
            "key": "opc-request-id",
            "value": "pariatur nostrud eiusmod"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n    \"metricData\": [\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1976-10-03T00:44:27.642Z\",\n                    \"value\": 32639079.99363251,\n                    \"count\": 18349529\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"occaecat nisi non sunt\",\n            \"namespace\": \"ea eu\",\n            \"metadata\": {},\n            \"resourceGroup\": \"magna Excepteur irure exercitation occaecat\"\n        },\n        {\n            \"compartmentId\": \"ocid1.compartment.oc1..exampleuniqueID\",\n            \"datapoints\": [\n                {\n                    \"timestamp\": \"1951-07-18T03:25:24.251Z\",\n                    \"value\": -34569427.02391634,\n                    \"count\": 24600903\n                }\n            ],\n            \"dimensions\": {},\n            \"name\": \"velit reprehenderit culpa officia deserunt\",\n            \"namespace\": \"ad Ut laborum nisi\",\n            \"metadata\": {},\n            \"resourceGroup\": \"do nulla amet sit exercitation\"\n        }\n    ],\n    \"batchAtomicity\": \"NON_ATOMIC\"\n}"
        },
        "url": {
          "raw": "{{baseUrl}}/metrics",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "metrics"
          ]
        }
      },
      "status": "Internal Server Error",
      "code": 500,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "opc-request-id",
          "value": "pariatur nostrud eiusmod",
          "description": "Unique Oracle-assigned identifier for the request. If you need to contact Oracle about\na particular request, please provide the request ID.\n"
        },
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n \"code\": \"qui anim ut\",\n \"message\": \"esse proident\"\n}"
    }
  ]
}