Update Network

PUT {{protocol}}://{{hostname}}/api/fmc_config/v1/domain/{{domain_id}}/object/networks/{{network_id}}

Request Body

{"id"=>"{{network_id}}", "name"=>"{{network}}", "description"=>"Updated via Postman", "value"=>"198.18.100.0/24", "overridable"=>true, "type"=>"Network"}

HEADERS

KeyDatatypeRequiredDescription
X-auth-access-tokenstring

RESPONSES

status: 200

{"links":{"self":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/networks/000C291A-43AC-0ed3-0000-008589939909","parent":"https://fmc.example.com/api/fmc_config/v1/domain/e276abec-e0f2-11e3-8169-6d9ed49b625f/object/networkaddresses"},"type":"Network","value":"198.18.100.0/24","overridable":true,"description":"Updated via Postman","name":"Postman-NetworkObj","id":"000C291A-43AC-0ed3-0000-008589939909","metadata":{"timestamp":0,"lastUser":{"name":"api"},"domain":{"name":"Global","id":"e276abec-e0f2-11e3-8169-6d9ed49b625f","type":"Domain"},"ipType":"V_4","parentType":"NetworkAddress"}}