List Security Groups
Returns a collection of security groups with specified paging, sorting and filtering parameters
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
{
"pageNumber": 0,
"offset": 0,
"pageSize": 0,
"queryInfo": {
"expand": [
{
"propertyName": "string"
}
],
"select": [
{
"propertyName": "string"
}
],
"top": 0,
"skipToken": "string",
"inlineCount": "string",
"orderBy": [
{
"direction": "string"
}
],
"skip": 0,
"rawFilter": "string",
"rawOrderBy": "string"
}
}
pageNumber
offset
pageSize
successful operation
{
"number": 0,
"size": 0,
"last": false,
"numberOfElements": 0,
"totalPages": 0,
"content": [
{
"internal": false,
"ipAddressCollection": [
"string"
],
"machineIdCollection": [
"string"
],
"name": "string",
"tenantId": "string",
"securityGroupTypeId": "string",
"description": "string",
"externalId": "string",
"id": "string",
"extensionData": {
"entries": [
{
"key": "string"
}
]
}
}
],
"first": false,
"totalElements": 0
}
number
size
last
numberOfElements
totalPages
first
totalElements