About the Quarantine Workloads Playbook
This playbook has a collection of features that query the PCE and apply labels for a given list of workload names and labels.

When you run this playbook using an HTTP request, the payload should follow this example:
{ "workloads": [
"Workload-1", "Workload-2"
], "labels": [
"quarantine_app",
"quarantine_role"
]
}Note that the labels should exist in the PCE before you run the playbook.