Read Pending Changes
GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/deployment/deployabledevices/{{device_id}}/pendingchanges?expanded=True
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expanded | string |
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/pendingchanges?offset=0\u0026limit=25\u0026expanded=True"},"items":[{"action":"UPDATE","entityUUID":"000C291A-43AC-0ed3-0000-008589941693","entityType":"AutomaticApplicationBypassPage"},{"message":"Data not available due to one of the following reasons:\n\t1. Version upgrade.\n\t2. The policy has been saved without editing any fields in it.\n\t3. The policy/object which is referenced within a policy is modified.","lastUpdatedByUsers":["System"],"action":"UPDATE","entityName":"Postman-AccessPolicy","entityUUID":"000C291A-43AC-0ed3-0000-008589940932","entityType":"AccessPolicy"},{"valueUpdated":[{"oldValue":"true","newValue":"false","fieldName":"Snort3 Enabled"}],"lastUpdatedByUsers":["admin,okaiser"],"action":"UPDATE","entityName":"ftd01.example.com","entityUUID":"1d1a44ba-4262-11ec-a7e6-29258fe39c48","entityType":"NGFWPolicy"}],"paging":{"offset":0,"limit":25,"count":3,"pages":1}}