ポリシーリストの照会
    • PDF

    ポリシーリストの照会

    • PDF

    Article Summary

    • ポリシーリストを照会します。

    API

    • GET /policies

    リクエスト

    Parameters

    パラメータ必須タイプ制約事項説明
    pageNintページ番号。基本値: 0
    sizeNint結果リストのサイズ基本値: 10

    レスポンス

    {
    	"hasNext": "boolean",
    	"hasPrevious": "boolean",
    	"isFirst": "boolean",
    	"isLast": "boolean",
    	"items": [
    		{
    			"policyId": "string",
    			"policyName": "string",
    			"policyType": "string",
    			"nrn": "string"
    		}
    	],
    	"page": "integer",
    	"totalItems": "integer",
    	"totalPages": "integer"
    }
    
    項目タイプ説明備考
    hasNextboolean次のページの存在有無
    hasPreviousboolean以前のページの存在有無
    isFirstboolean最初のページなのか否か
    isLastboolean最後のページなのか否か
    itemsarray
    items.policyIdstringポリシーID
    items.policyNamestringポリシー名
    items.policyTypestringポリシータイプ(SYSTEM_MANAGED, USER_CREATED)
    items.nrnstringNcloudのリソースを表現するための Naming Rule
    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.