Geo / CIDR Map 조회
    • PDF

    Geo / CIDR Map 조회

    • PDF

    기사 요약

    개요

    Geolocation / CIDR Map을 조회합니다.

    요청

    요청 파라미터

    파라미터명필수 여부타입설명
    pagenoInteger페이징 번호 (default = 0)
    sizenoInteger페이징 크기 (default = 10)

    응답

    응답 바디

    예시

    요청 예시

    GET {GTM_API_URL}/maps?page=0&size=20
    

    응답 바디

    {
      "content": [
       {
          "id": 1,
          "mapType": "GEO",
          "name": "map1",
          "policyNames": "policy1,policy2"
        }
      ],
      "empty": false,
      "first": true,
      "last": true,
      "number": 0,
      "numberOfElements": 1,
      "size": 20,
      "sort": {
        "empty": true,
        "sorted": true,
        "unsorted": true
      },
      "totalElements": 1,
      "totalPages": 1
    }
    
    

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

    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.