Skip to main content

Get excluded workloads from plan rule evaluation framework

Select

SaaS
Customer Managed

API to get excluded workloads from plan rule evaluation framework

Responses

OK


Schema
  • entities object[]

    Details of entity excluded for plan association via plan rules.

  • subclient object
  • id int32
  • name string
  • backupset object
  • id int32
  • name string
  • instance object
  • id int32
  • name string
  • client object
  • id int32
  • name string
  • apptype object
  • id int32
  • name string
GET /v4/plan/rule/entities/exclude    

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/Plan/Rule/Entities/Exclude' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'