Get monitoring data
    • PDF

    Get monitoring data

    • PDF

    Article summary

    We are preparing a localization service for the content. We will do our best to provide the localization service as soon as possible.

    Shows monitoring data.

  • document_upload: Shows the size of the uploaded document. / uploaded document byte
  • reindex: Shows the size of the reindexed document. / reindexed document byte
  • autocomplete_reindex: Shows the number of documents for which autocomplete is enabled. / reindexed document count for autocomplete
  • search_response: Shows the Search Query network usage. / response size of searching, unit is byte


  • GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/{name}/monitoring/apicall_count
    

    Request

    Request Parameters

    ParameterRequiredTypeLimitationsDescription
    nameYstringDomain name
    monitoring_itemYenum, stringMonitoring metric: document_upload, reindex, autocomplete_reindex, search_response
    intervalYnumber60, 300, 1800, 7200, 86400Monitoring interval: 60s, 300s, 1800s, 7200s, 86400s
    fromYstringISO_8601Start time (UTC, ex: 20161027T171340Z )
    toYstringISO_8601End time (UTC, ex: 20161027T171340Z )

    Response

    FieldTypeDescriptionNote
    Array[number]index 0: unixtime, index 1: value

    Response status

    HTTP statusDescription
    200OK (Successfully completed)
    400Bad Request
    401Unauthorized
    403Forbidden
    404Not Found
    500Internal Server Error

    Examples

    Request Example - view daily data

    GET https://cloudsearch.apigw.ntruss.com/CloudSearch/real/v1/domain/car_dev/monitoring/document_upload?interval=60&from=2019-02-28T00%3A00%3A00Z&to=2019-02-28T00%3A00%3A00Z
    
    GET /CloudSearch/real/v1/domain/car_dev/monitoring/apicall_count?from=2019-02-28T00:00:00Z&interval=60&to=2019-02-28T00:00:00Z HTTP/1.1
    
    Host:cloudsearch.apigw.ntruss.com
    accept:application/json
    x-ncp-apigw-signature-v2: cDwtHuQeGmwWyNmwlN6XIGA66zge4iMXvfoDQNna05g=
    x-ncp-apigw-timestamp: 1545817618751
    x-ncp-iam-access-key: teGTwtcSEGA7fu28BGGi
    
    

    Request Example

    [
      [
        1551312000,
        200
      ],
      [
        1551312060,
        3
      ],
      [
        1551312120,
        20
      ],
    ]
    

    Was this article helpful?

    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.