Retrieve an existing execution policy

Retrieve an existing execution policy based on its name

Path parameters
name
string required
Responses
  • 200 The execution policy
    _id
    string (Internal ID) required

    Object internal ID

    name
    string required
    description
    string | null
    authorizedPeriods
    array of objects | null (ExecutionPeriod)
    forbiddenPeriods
    array of objects | null (ExecutionPeriod)
  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error