Get Types Using GET 3

Get Types Using GET 3

Find all the policy types available in the current org.

Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/policy/api/policyTypes
COPY
Query Parameters
string of array
$orderby
Optional

Sorting criteria in the format: property (asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

integer
$skip
Optional

Number of records you want to skip

$skip example
1
integer
$top
Optional

Number of records you want

$top example
1
boolean
expandSchema
Optional

Retrieves the schema for this policy type


Responses
200

OK

Returns PageOfPolicyType of type(s) application/json
{
    "content": [
        {
            "config": {
                "enableDryRun": false,
                "enableEnforcementType": false,
                "enableUpdateNotification": false
            },
            "displayName": "string",
            "id": "string",
            "name": "string"
        }
    ],
    "empty": false,
    "first": false,
    "last": false,
    "number": 0,
    "numberOfElements": 0,
    "size": 0,
    "sort": {
        "empty": false,
        "sorted": false,
        "unsorted": false
    },
    "totalElements": 0,
    "totalPages": 0
}
array of PolicyType
content
Optional

content

boolean
empty
Optional

empty

boolean
first
Optional

first

boolean
last
Optional

last

integer As int32 As int32
number
Optional

number

integer As int32 As int32
numberOfElements
Optional

numberOfElements

integer As int32 As int32
size
Optional

size

sort
Optional

sort

integer As int64 As int64
totalElements
Optional

totalElements

integer As int32 As int32
totalPages
Optional

totalPages