Deployment

Number of APIs: 5

  1. Create Deployment Request POST {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/deployment/deploymentrequests

  2. Check Deployment Taskstatus GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/job/taskstatuses/{{deployment_task_id}}

  3. Read Job History GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/deployment/jobhistories?limit=1000&filter=rollbackApplicable:true

  4. Create Rollback Request POST {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/deployment/rollbackrequests

  5. Read DeployableDevices GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/deployment/deployabledevices?expanded=True