Read Deployments
GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/deployment/deployabledevices/{{device_id}}/deployments
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-auth-access-token | string |
RESPONSES
status: 200
{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/deployment/deployabledevices/151d76e2-4262-11ec-abe1-ec138fe39c48/deployments?offset=0\u0026limit=25\u0026expanded=True"},"items":[{"name":"Deploy_Job_8","status":"SUCCEEDED","startTime":1636622841,"endTime":1636622917,"policyList":[{"type":"PG.FIREWALL.NGFWAccessControlPolicy"},{"type":"PG.PLATFORM.AutomaticApplicationBypassPage"},{"type":"NGFWPolicy"},{"type":"IntrusionPolicy"},{"type":"sruDeploy"}],"id":"000C291A-43AC-0ed3-0000-008589942291","type":"Deployment"}],"paging":{"offset":0,"limit":25,"count":1,"pages":1}}