서브계정 목록 조회
    • PDF

    서브계정 목록 조회

    • PDF

    Article Summary

    서브계정 목록을 조회합니다.

    API

    • GET /sub-accounts

    요청

    Parameters

    파라미터필수여부타입제약사항설명
    searchColumnNStringloginId, name, subAccountNo- 검색 컬럼
    loginId, name, subAccountNo
    searchWordNString검색어
    pageNint- 페이지 번호
    기본값: 0
    sizeNint- 결과 목록 크기
    기본값: 10

    응답

    {
        "hasNext": "boolean",
        "hasPrevious": "boolean",
    
        "isFirst": "boolean",
        "isLast": "boolean",
        "items": [
        {
            "nrn": "string",
            "active": "boolean",
            "canAPIGatewayAccess": "boolean",
            "canConsoleAccess": "boolean",
            "consolePermitIps": [
                "string"
            ],
            "createTime": "string",
            "email": "string",
            "lastLoginTime": "string",
            "loginId": "string",
            "memo": "string",
            "modifiedTime": "string",
            "name": "string",
            "needPasswordReset": "boolean",
            "subAccountNo": "integer",
            "subAccountId": "string",
            "useConsolePermitIp": "boolean",
            "useApiAllowSource": "boolean",
            "apiAllowSources": [
                {
                  "type": "string",
                  "source": "string"
                }
            ],
            }
        ],
        "page": "integer",
        "totalItems": "integer",
        "totalPages": "integer"
    }
    
    항목타입설명비고
    hasNextboolean다음 페이지 존재 여부
    hasPreviousboolean이전 페이지 존재 여부
    isFirstboolean첫 번째 페이지 여부
    isLastboolean마지막 페이지 여부
    itemsarray
    items.nrnstringNcloud의 리소스를 표현하기 위한 Naming Rule
    items.activebooleanSub Account 상태 (true: 활성, false: 비활성)
    items.canAPIGatewayAccessboolean- API Gateway Access
    Access Key를 생성하여 해당 키로 API Gateway에 등록된 API 사용 가능
    items.canConsoleAccessboolean- Console Access
    서브 계정이 관리 콘솔에 접근할 수 있도록 설정
    items.consolePermitIpsarray콘솔 접근 가능한 IP 대역 목록
    items.createTimestring생성 일시 2019-08-10T13:21:00Z
    items.emailstring이메일
    items.lastLoginTimestring최종 접속 일시 2019-08-10T13:21:00Z
    items.loginIdstring로그인 아이디
    items.memostring메모 (max: 100 bytes)
    items.modifiedTimestring최종 수정 일시 2019-08-10T13:21:00Z
    items.namestring이름
    items.needPasswordResetboolean- 비밀번호 재설정 필요 여부
    생성된 생성된 서브계정으로 로그인 시 새로운 비밀번호로 변경하도록 안내
    items.subAccountNointeger서브계정 No검색 시 일치하는 것만 조회
    items.subAccountIdstring서브 계정 아이디
    items.useConsolePermitIpboolean콘솔 접근 시 IP 대역 제한을 사용하는지 여부
    items.useApiAllowSourcebooleanAPI 이용 시 접근 제한을 사용 가능
    items.apiAllowSourcesarrayAPI 접근 가능한 목록
    items.apiAllowSources[].typestring접근 가능 소스의 타입 (IP, VPC, VPC_SERVER)
    items.apiAllowSources[].sourcestring접근 가능 소스 정보 (IP, InstanceNo)
    pageintegerpage 번호
    totalItemsinteger전체 item 건수
    totalPagesinteger전체 page 건수

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

    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.