Search policy list
    • PDF

    Search policy list

    • PDF

    Article Summary

    • Search a policy list.

    API

    • GET /policies

    Request

    Parameters

    ParameterRequiredTypeRestrictionsDescription
    pageNintPage number. Default: 0
    sizeNintSize of result list. Default: 10

    Response

    {
    	"hasNext": "boolean",
    	"hasPrevious": "boolean",
    	"isFirst": "boolean",
    	"isLast": "boolean",
    	"items": [
    		{
    			"policyId": "string",
    			"policyName": "string",
    			"policyType": "string",
    			"nrn": "string"
    		}
    	],
    	"page": "integer",
    	"totalItems": "integer",
    	"totalPages": "integer"
    }
    
    CategoryTypeDescriptionNote
    hasNextbooleanIndicates whether there is a next page
    hasPreviousbooleanIndicates whether there is a previous page
    isFirstbooleanIndicates whether this is the first page
    isLastbooleanIndicates whether this is the last page
    itemsarray
    items.policyIdstringPolicy ID
    items.policyNamestringPolicy name
    items.policyTypestringPolicy type (SYSTEM_MANAGED, USER_CREATED)
    items.nrnstringNaming Rule for expressing Ncloud resources
    pageintegerPage number
    totalItemsintegerTotal number of items
    totalPagesintegerTotal number of pages

    Was this article helpful?

    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.