APIs to interact with the MSSP Backend Service
Authentication
Get the details of an existing policy group
Returns the details of an existing policy group. Will use msspId from the auth token if available.
Update a policy group
Updates a policy group if it doesn't exist. Will use msspId from the auth token if available.
Delete an existing policy group
Deletes a policy group if it is empty. Will use msspId from the auth token if available.
Get the details of all existing policy groups
Returns the details of all existing policy groups. Will use msspId from the auth token if available.
Create a policy group
Creates a policy group if it doesn't exist. Will use msspId from the auth token if available.