タイプ別ログ量の照会
    • PDF

    タイプ別ログ量の照会

    • PDF

    記事の要約

    Cloud Log Analyticsに収集されたログ数を様々な方法で照会します。

    タイプ別ログ量の照会

    Cloud Log Analyticsに収集されたログ数を特定のタイプ基準で照会します。

    リクエスト URL

    GET https://cloudloganalytics.apigw.ntruss.com/api/v1/logs/count/aggregation
    

    リクエストヘッダ

    ヘッダ名説明
    x-ncp-apigw-timestamp1970年1月1日00:00:00協定世界時(UTC)からの経過時間をミリ秒(Millisecond)で表し、
    API Gatewayサーバとの時間差が5分以上の場合は無効なリクエストとみなす
    x-ncp-apigw-timestamp:{Timestamp}
    x-ncp-apigw-api-keyAPIGWから発行されたキー値
    x-ncp-apigw-api-key:{API Gateway API Key}
    x-ncp-iam-access-keyNAVERクラウドプラットフォームポータルから発行された Access Key ID値
    x-ncp-iam-access-key:{Account Access Key}
    x-ncp-apigw-signature-v2Access Key ID値と Secret Keyで暗号化した署名
    x-ncp-apigw-signature-v2:{API Gateway Signature}
    Content-TypeRequest body content typeを application/jsonに指定
    Content-Type: application/json

    リクエストパラメータ

    パラメータタイプ必須有無説明
    typeStringYserver: サーバ別に照会
    Log_name: ログタイプ別に照会
    server log_name

    リクエスト例

    GET https://cloudloganalytics.apigw.ntruss.com/api/{regionCode}-v1/logs/count/aggregation?type=server
    HOST: cloudloganalytics.apigw.ntruss.com
    Content-Type: application/json
    x-ncp-apigw-signature-v2: FJSBB4K3XnaGAvVe0Hzj3/2hfNWvgLHR1rQHW2Et2Rs=
    x-ncp-apigw-timestamp: 1593848345548
    x-ncp-iam-access-key: 11IKBWgQegM4DwiJL4mo
    
    curl -X GET "https://cloudloganalytics.apigw.ntruss.com/api/{regionCode}-v1/logs/count/aggregation?type=server" 
    -H "accept: application/json" 
    -H "x-ncp-iam-access-key: 11IKBWgQegM4DwiJL4mo" 
    -H "x-ncp-apigw-timestamp: 1594032376302" 
    -H "x-ncp-apigw-signature-v2: nj9hDIie6dxGBOuW1hFZ5JafnREoFKEwLkBt05C7SWA=" 
    -H "cache-control: no-cache" 
    -H "pragma: no-cache"
    

    レスポンス例

    {
      "code": 0,
      "message": "リクエストが正常に処理されました",
      "result": {
        "chartData": {
          "s1712ef8497d": 4828,
          "s172353dfd86": 4729,
          "s172553a3c3f": 63329,
          "test-cla-001": 63,
          "test-cla-002": 87,
          "test-claaaa-001-tg": 59,
          "test-claaaa-002-th": 66
        }
      }
    }
    

    この記事は役に立ちましたか?

    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.