Policy Resource 상세 조회
    • PDF

    Policy Resource 상세 조회

    • PDF

    기사 요약

    개요

    Traffic Policy의 Resource 정보를 조회합니다.

    요청

    요청 URL Path

    파라미터명필수 여부타입설명
    policyIdYesIntegerPolicy ID

    응답

    응답 바디

    예시

    요청 예시

    GET {GTM_API_URL}/policies/{policyId}/resources
    

    응답 바디

     [
        {
          "active": [
            {
              "content": "1.1.1.1",
              "healthCheckRegionCode": "KR",
              "healthCheckRegionId": 0,
              "status": "UP",
              "type": "PUBLIC_IP"
            }
          ],
          "geoMapDetailId": 0,
          "geoMapDetailName": "geoName",
          "sid": 0,
          "standby": [
            {
              "content": "1.1.1.1",
              "healthCheckRegionCode": "KR",
              "healthCheckRegionId": 0,
              "status": "UP",
              "type": "PUBLIC_IP"
            }
          ],
          "weighted": 0
        }
      ]
    
    

    오류 코드 예시

    {
      "result": "FAIL",
      "error": {
        "errorCode": "05X000",
        "message": "해당 Policy의 권한이 없거나 존재하지 않는 Policy 입니다",
        "moreInfo": {
          "timestamp": "2022-11-16T17:20:35.778+09:00"
        }
      }
    }
    

    이 문서가 도움이 되었습니까?

    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.