Monitoring list
    • PDF

    Monitoring list

    • PDF

    Article Summary

    Overview

    Search the full list of URLs or scenarios.

    Example

    Request example

    GET https://wms.apigw.ntruss.com/api/v1/scenarios
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Access Key}
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    Response example

    [
      {
        "scenarioId": 9,
        "name": "NAVER Cloud",
        "monitoringType": "URL",
        "interval": 1,
        "requestTimeout": 5000,
        "runTimeout": 30000,
        "serviceType": "PC",
        "serviceYn": true,
        "methodType": "GET",
        "url": "https://www.ncloud.com",
        "historyId": 1
      }
    ]
    
    CategoryTypeDescriptionNote
    scenarioIdIntegerScenario ID
    nameStringService name
    monitoringTypeStringMonitoring typeURL / SCENARIO
    intervalIntegerMonitoring cycle
    requestTimeoutIntegerRequest timeout (milliseconds)
    runTimeoutIntegerRun timeout (milliseconds)
    serviceTypeStringService typePC / MOBILE
    serviceYnBooleanMonitoring statustrue: Start
    false: Stop
    methodTypeStringRequest typeGET / POST / DELETE / PUT
    urlStringURL
    historyIdIntegerHistory management ID

    Error codes

    These are common error codes that occur in response to WMS API requests.

    HTTP status codeError codesError messageDescription
    403E011Permission not foundNo permissions.
    404E010Could not find the scenario.Not Found.

    Response example

    {
      "errCode": "E010",
      "errMessage": "Could not find the scenario."
    }
    
    ParameterDescription
    errCodeError codes
    errMessageError message

    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.