Get Policies Using GET 3

Get Policies Using GET 3

Find all the policies associated with current org.

Request
URI
GET
https://{api_host}//sc2-10-185-6-200.eng.vmware.com/policy/api/policies
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
computeStats
Optional

computeStats

boolean
expandDefinition
Optional

Retrieves the schema for this policy type

string
search
Optional

Matches will start with this string in their name or have this string somewhere in their description.


Responses
200

OK

Returns PageOfPolicy of type(s) application/json
{
    "content": [
        {
            "createdAt": "string",
            "createdBy": "string",
            "criteria": {
                "matchExpression": [
                    {}
                ]
            },
            "description": "string",
            "enforcementType": "string",
            "id": "string",
            "lastUpdatedAt": "string",
            "lastUpdatedBy": "string",
            "name": "string",
            "orgId": "string",
            "projectId": "string",
            "statistics": {
                "conflictCount": 0,
                "enforcedCount": 0,
                "notEnforcedCount": 0
            },
            "typeId": "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 Policy
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