getAllIPv6StaticRouteModel
The getAllIPv6StaticRouteModel operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/devices/devicerecords/{containerUUID}/routing/ipv6staticroutes 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.
Path Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| containerUUID | True | string | The container id under which this specific resource is contained. | |||
| domainUUID | True | string | Domain UUID | |||
Query Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| offset | False | integer | Index of first item to return. | |||
| limit | False | integer | Number of items to return. | |||
| expanded | False | boolean | If set to true, the GET response displays a list of objects with additional attributes. | |||
Example
- name: Execute 'getAllIPv6StaticRouteModel' operation
cisco.fmcansible.fmc_configuration:
operation: "getAllIPv6StaticRouteModel"
path_params:
containerUUID: "{{ container_uuid }}"
domainUUID: "{{ domain_uuid }}"
query_params:
offset: "{{ offset }}"
limit: "{{ limit }}"
expanded: "{{ expanded }}"