SendData
    • PDF

    SendData

    • PDF

    Article summary

    Available in Classic and VPC

    Send JSON data to the Cloud Insight collector.

    Request

    This section describes the request format. The method and URI are as follows:

    MethodURI
    POST/cw_collector/real/data

    Request headers

    For information about the headers common to all Cloud Insight APIs, see Cloud Insight request headers.

    Note

    For Singapore Region (SGN), you must add X-NCP-REGION_NO=7 to the request header to ensure that data aggregation and events function properly.

    Request body

    You can include the following data in the body of your request:

    FieldTypeRequiredDescription
    cw_keyStringRequiredProduct key (cw_key)
    dataObject | ArrayRequiredJSON data
    • Enter predefined data
    • Enter data in the form of {key}:{value}
    Note

    When entering a request, see the following.

    • Records without cw_key are ignored and discarded.
    • Data elements with records can contain one or more defined metric or dimension fields.

    Request example

    The request example is as follows:

    curl --location --request POST 'https://cw.apigw.ntruss.com/cw_collector/real/data' \
    --header 'x-ncp-apigw-timestamp: {Timestamp}' \
    --header 'x-ncp-iam-access-key: {Access Key}' \
    --header 'x-ncp-apigw-signature-v2: {API Gateway Signature}' \
    --header 'Content-Type: application/json' \
    --data '{
      "cw_key": "**********",
      "data": {
          "cpu": 1.5,
          "sessionCount": 1290,
          "trafficIn": 12984721,
          "instanceId": "**********"
      }
    }'
    

    Response

    This section describes the response format.

    Response body

    The response body includes the following data:

    FieldTypeRequiredDescription
    resultString-Response result message
    dataIdInteger-Transfer data ID
    messageString-Transfer data description

    Response status codes

    For response status codes common to NAVER Cloud Platform, see Cloud Insight API response status codes.

    Response example

    The response example is as follows:

    {
        "result":"success",
        "dataId":-1,
        "message":""
    }
    

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.