deleteIPv6StaticRouteModel
The deleteIPv6StaticRouteModel operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/devices/devicerecords/{containerUUID}/routing/ipv6staticroutes/{objectId} path.
Description
Retrieves, deletes, creates, or modifies the IPv6 Static Route associated with the specified ID. Also, retrieves list of all IPv6 Static routes. When device is in multi virtual router mode, this API is applicable to Global Virtual Router. Check the response section for applicable examples (if any).
Path Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| objectId | True | string | Unique identifier of a IPv6 Static Route. | |||
| containerUUID | True | string | The container id under which this specific resource is contained. | |||
| domainUUID | True | string | Domain UUID | |||
Example
- name: Execute 'deleteIPv6StaticRouteModel' operation
cisco.fmcansible.fmc_configuration:
operation: "deleteIPv6StaticRouteModel"
path_params:
objectId: "{{ object_id }}"
containerUUID: "{{ container_uuid }}"
domainUUID: "{{ domain_uuid }}"