Geo / CIDR Map 상세 조회
    • PDF

    Geo / CIDR Map 상세 조회

    • PDF

    기사 요약

    개요

    Geolocation / CIDR Map의 상세 정보를 조회합니다.

    요청

    요청 URL Path

    파라미터명필수 여부타입설명
    mapIdYesIntegerGeo/CIDR Map ID

    응답

    응답 바디

    예시

    요청 예시

    GET {GTM_API_URL}/maps/{mapId}
    

    응답 바디

     {
      "createdDate": 1568111263,
      "defaultYn": true,
      "detailedMapList": [
        {
          "content": "10.10.10.0/24",
          "geoIdMappings": [
            {
              "geoName": "America",
              "geoType": "NATION"
            }
          ],
          "id": 1,
          "name": "map1"
        }
      ],
      "id": 1,
      "mapType": "GEO",
      "modifiedDate": 1568111263,
      "name": "map1"
    }
    
    

    오류 코드 예시

    
      {
      "result": "FAIL",
      "error": {
        "errorCode": "05X000",
        "message": "해당 Map의 권한이 없거나 존재하지 않는 Map 입니다",
        "moreInfo": {
          "timestamp": "2022-11-16T17:01:37.635+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.