v1

latestOpenAPI 3.1.02026-08-06330343826.1 KB
Policy Override

Policy Overrides

Submit a policy override. The policy override can be submitted or it can be submitted and approved in a single request.

post/api/3/policy_overrides

Request body

expiresstring date-time

The date the policy override is set to expire. Date is represented in ISO 8601 format.

idobject

The identifier of the policy override.

state'under-review' | 'approved' | 'rejected' | 'deleted' | 'expired' required

The state of the policy override. Can be one of the following values:

ValueDescriptionAffects Compliance Results
"deleted"The policy override has been deleted.
"expired"The policy override had an expiration date and it has expired.
"approved"The policy override was submitted and approved.
"rejected"The policy override was rejected by the reviewer.
"under-review"The policy override was submitted but not yet approved or rejected by the reviewer.

Example request

{
  "links": [
    {
      "href": "https://hostname:3780/api/3/...",
      "rel": "self"
    }
  ],
  "review": {
    "links": [
      {
        "href": "https://hostname:3780/api/3/...",
        "rel": "self"
      }
    ]
  },
  "scope": {
    "links": [
      {
        "href": "https://hostname:3780/api/3/...",
        "rel": "self"
      }
    ]
  },
  "submit": {
    "links": [
      {
        "href": "https://hostname:3780/api/3/...",
        "rel": "self"
      }
    ]
  }
}

Response

OK