Find Ipv4StaticRoute ID
GET {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/devices/devicerecords/{{device_id}}/routing/ipv4staticroutes?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/devices/devicerecords/151d76e2-4262-11ec-abe1-ec138fe39c48/routing/ipv4staticroutes?offset=0\u0026limit=25\u0026expanded=True"},"items":[{"metadata":{"egressInterfaceVirtualRouter":"Global","timestamp":1636648378480,"domain":{"name":"Global","id":"e276abec-e0f2-11e3-8169-6d9ed49b625f","type":"Domain"}},"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/devicerecords/151d76e2-4262-11ec-abe1-ec138fe39c48/routing/ipv4staticroutes/000C291A-43AC-0ed3-0000-008589943609","parent":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/devices/devicerecords/151d76e2-4262-11ec-abe1-ec138fe39c48/routing/staticroutes"},"interfaceName":"Postman-SubInterface","selectedNetworks":[{"type":"Network","overridable":false,"name":"Postman-NetworkObj","id":"000C291A-43AC-0ed3-0000-008589939909"}],"gateway":{"literal":{"type":"Host","value":"198.19.253.254"}},"metricValue":1,"type":"IPv4StaticRoute","isTunneled":false,"id":"000C291A-43AC-0ed3-0000-008589943609"}],"paging":{"offset":0,"limit":25,"count":1,"pages":1}}