GetSystemSchemaKeyList
    • PDF

    GetSystemSchemaKeyList

    • PDF

    Article Summary

    Summary

    View cw_key of NAVER Cloud Platform product schema (system schema) that provides performance indicators in Cloud Insight.

    Request

    API URL

    URL: https://cw.apigw.ntruss.com/cw_fea/real/cw/api/schema/system/list
    Method: GET
    

    Request header

    The request headers specified in common settings are required.

    x-ncp-apigw-signature-v2: {generated signature}
    x-ncp-apigw-timestamp: {current timestamp}
    x-ncp-iam-access-key: {your iam access key}
    

    Examples

    Request example

    GET /cw_fea/real/cw/api/schema/system/list
    Host: cw.apigw.ntruss.com
    x-ncp-apigw-signature-v2: {generated signature}
    x-ncp-apigw-timestamp: {current timestamp}
    x-ncp-iam-access-key: {your iam access key}
    

    Response example

    If the view is completed without errors, then HTTP code 200 and a list of cw_key in the system schema are returned.

    [
      {
        "cw_key": "xxxxxxxxxxxxxxxxxxxx",
        "prodName": "Server(VPC)"
      },
      {
        "cw_key": "xxxxxxxxxxxxxxxxxxxx",
        "prodName": "Server"
      },
      {
        "cw_key": "xxxxxxxxxxxxxxxxxxxx",
        "prodName": "Object Storage"
      },
      {
        "cw_key": "xxxxxxxxxxxxxxxxxxxx",
        "prodName": "Load Balancer Monitor(VPC)"
      },
      {
        "cw_key": "xxxxxxxxxxxxxxxxxxxx",
        "prodName": "Cloud DB for MySQL(VPC)"
      },
      ...
    ]
    

    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.