Devices-DeviceRecords-Sub Interfaces

Number of APIs: 5

  1. Create SubInterface POST {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/devices/devicerecords/{{device_id}}/subinterfaces

  2. Find SubInterface ID GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/devices/devicerecords/{{device_id}}/subinterfaces?expanded=True

  3. Read SubInterface GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/devices/devicerecords/{{device_id}}/subinterfaces/{{device_subinterface_id}}

  4. Update SubInterface PUT {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/devices/devicerecords/{{device_id}}/subinterfaces/{{device_subinterface_id}}

  5. Delete SubInterface DELETE {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/devices/devicerecords/{{device_id}}/subinterfaces/{{device_subinterface_id}}