Retrieves the latest results of execution for the given policy.

Retrieves the latest results of execution for the given policy, in the given zone, which includes statistics and policy information.

SecuritybearerAuth
Request
path Parameters
zoneUUID
required
string <uuid>

The UUID of the target zone.

policyUUID
required
string <uuid>

The ID of the target policy (UUID).

Responses
200

Successful Operation

400

Invalid Request

401

Access token is missing or invalid

403

You do not have permission to perform this action.

404

Entity not found

429

Too many requests

503

Service Unavailable

get/zones/{zoneUUID}/reports/policies/{policyUUID}
Request samples
Response samples
application/json
{
  • "id": 0,
  • "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
  • "zone_id": "4495020a-236f-46e0-9453-e3f9cc6476f4",
  • "name": "string",
  • "type": "patch",
  • "statistics": {
    • "offline": 0,
    • "success": 0,
    • "missed": 0,
    • "failed": 0
    },
  • "total_results": 0,
  • "total_success": 0,
  • "execution_time": "2019-08-24T14:15:22Z"
}