getAllDomain
The getAllDomain operation handles configuration related to /api/fmc_platform/v1/info/domain path.
Description
API Operation for Domains.
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 'getAllDomain' operation
cisco.fmcansible.fmc_configuration:
operation: "getAllDomain"
query_params:
offset: "{{ offset }}"
limit: "{{ limit }}"
expanded: "{{ expanded }}"