Skip to main content

Get existing Device Posture policies

Parameters

Name

In

Type

Required

Description

page

query

string

true

page

size

query

string

true

size

Responses

Status

Meaning

Description

Schema

200

OK

OK

Inline

400

Bad Request

Bad Request

None

401

Unauthorized

Unauthorized

None

403

Forbidden

Access Forbidden

None

404

Not Found

Not Found

None

406

Not Acceptable

Not Acceptable

None

429

Too Many Requests

Too Many Requests

None

500

Internal Server Error

Internal Server Error

None

To perform this operation, you must be authenticated by means of one of the following methods: OAuth_authorization

{
  "content": [
    {
      "description": "string",
      "id": "string",
      "macos": {
        "antiviruses": [
          "AVAST"
        ],
        "certificateAdded": true,
        "diskEncrypted": true,
        "version": {
          "condition": "EQUAL",
          "version": "string"
        }
      },
      "name": "string",
      "userGroupsIds": [
        "string"
      ],
      "windows": {
        "antiviruses": [
          "AVAST"
        ],
        "certificateAdded": true,
        "diskEncryption": {
          "type": "FULL_DISK",
          "volume": "string"
        },
        "version": {
          "condition": "EQUAL",
          "version": "string"
        }
      }
    }
  ],
  "numberOfElements": 0,
  "page": 0,
  "size": 0,
  "success": true,
  "totalElements": 0,
  "totalPages": 0
}