0% found this document useful (0 votes)
5 views1 page

Condition to Validate

Download as txt, pdf, or txt
Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1/ 1

Condition to validate :

1.Need to check wheather give site is correct or not.

2.Check the presist config is set to false.

3.Check all device are delect before delete the site.

https://api.eu.mist.com/api/v1/orgs/{{ Or }}/inventory

Exeted the playbook to delete the drive using the below API and need get Org_id
from above and need pass body to the Json as below

{
"op": "delete",
],
"macs": [
"Mac_id1"
"Mac_id2"
]
}

API : https://api.eu.mist.com/api/v1/orgs/:org_id/inventory

You might also like