Skip to main content

Get Policy List

Select

SaaS
Customer Managed

Get Policy List

Responses

OK


Schema
  • remediationPolicyList object[]

    List of remediatin policies

  • policyId int32

    Unique identifier for policy

  • policyName string

    policy name

  • policyDescription string

    policy description

  • rule string

    Query or Rule criteria for policy

  • systemGenerated boolean

    Indicating if policy is system generated or custom

  • criticality string

    Possible values: [HIGH, MEDIUM, LOW]

    Criticality level

  • creationTime int32

    creation time of policy

  • modifiedTime int32

    modified time of policy

  • remedialAction RemediationActionEnum

    Possible values: [Move, Delete]

  • owners object[]

    List of users with ownership on policy

  • id int32
  • name string
  • assignees object[]

    List of users assigned to take action on policy

  • id int32
  • name string
  • category RemediationPolicyCategory

    Possible values: [EXPIRATION, PRIVACY, REDUNDANT]

  • violations string

    xml representation of violation counts for policy

  • errorCode RemediationPolicyErrorCode

    Possible values: [NO_ERROR, INVALID_INPUT, UNKNOWN_ERROR, INTERNAL_SERVER_ERROR]

  • errorMessage string
GET /v4/remediationpolicy/policylist    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/RemediationPolicy/PolicyList' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'