Profile 조회
    • PDF

    Profile 조회

    • PDF

    기사 요약

    개요

    Traffic Profile (도메인)을 조회합니다.

    요청

    요청 파라미터

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

    응답

    응답 바디

    예시

    요청 예시

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

    응답 바디

    {
      "content": [
        {
         "createdDate": 0,
          "delYn": true,
          "lbType": "ROUND_ROBIN",
          "monitoringYn": true,
          "name": "string",
          "policyId": 0,
          "policyName": "string",
          "sid": 0,
          "status": "PROCESS",
          "ttl": 0
        }
      ],
      "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.