Viewing Classic CDB-MSSQL server list
    • PDF

    Viewing Classic CDB-MSSQL server list

    • PDF

    Article summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Description

    View the server list that can be checked in the Cloud Log Analytics service.

    View Classic CDB-MSSQL server list

    This searches the CDB-MSSQL server instance (VM) list on the Classic Platform. Paging processing is available.

    Request URL

    GET https://cloudloganalytics.apigw.ntruss.com/api/{regionCode}-v1/classic/servers/mssql
    

    Request headers

    Header nameDescription
    x-ncp-apigw-timestampTime elapsed in milliseconds since January 1, 1970, 00:00:00 UTC
    The request is considered invalid if the time difference compared to the API Gateway server is more than 5 minutes
    x-ncp-apigw-timestamp:{Timestamp}
    x-ncp-apigw-api-keyKey value issued by APIGW
    x-ncp-apigw-api-key:{API Gateway API Key}
    x-ncp-iam-access-keyAccess Key ID value issued from NAVER Cloud Platform portal
    x-ncp-iam-access-key:{Account Access Key}
    x-ncp-apigw-signature-v2Signature encrypted with the Access Key ID value and Secret Key
    x-ncp-apigw-signature-v2:{API Gateway Signature}
    Content-TypeSpecifies the request body content type as application/json
    Content-Type: application/json

    Request parameters

    ParameterTypeRequiredDescription
    pageNoIntegerNPage number
    ex) 1, 2
    pageSizeIntegerNPage size
    ex) 10, 20

    Request examples

    GET https://cloudloganalytics.apigw.ntruss.com/api/v1/classic/servers/mssql?pageNo=1&pageSize=10
    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/v1/classic/servers/mssql?pageNo=1&pageSize=10" 
    -H "accept: application/json" 
    -H "x-ncp-iam-access-key: 11IKBWgQegM4DwiJL4mo" 
    -H "x-ncp-apigw-timestamp: 1593849262194" 
    -H "x-ncp-apigw-signature-v2: m/hJOfg92TqzOGyHJ++4vkimGT7un1/4+zLrLTvaVT4=" 
    

    Response examples

    {
      "code": 0,
      "message": "Your request has been processed normally",
      "result": {
        "pageSize": 10,
        "currentPage": 1,
        "totalPage": 1,
        "totalCount": 1,
        "isPaged": true,
        "dbServers": [
          {
            "standbyMasterServerName": "m-1267980-002",
            "dbServerName": "m-1267980-001",
            "databaseProductCode": "SPSVRDBAAS000013",
            "db_svr_rank": 1,
            "cloudDbServiceName": "bbn",
            "dataStorageTypeCode": "SSD",
            "dataStorageSize": 100,
            "dataStorageSizeStr": "100GB",
            "dbInstanceNo": 1267980,
            "memorySize": "4GB",
            "zoneNo": 2,
            "dbStatusName": "creating",
            "serverInstanceNo": 1267981,
            "dbServerIpAddress": "123.123.123.123",
            "dbServerType": "2vCPU, 4GB Mem",
            "cpuCount": 2,
            "dbServerRoleCode": "M",
            "zoneName": "KR-1",
            "dbStatusNameValue": "Running",
            "dbStatusNameColor": "green",
            "dbServerRoleValue": "Principal"
          }
        ]
      }
    }
    

    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.