getRESTIncident
The getRESTIncident operation handles configuration related to /api/fmc_tid/v1/domain/{domainUUID}/tid/incident/{objectId} path.
Description
API Operations on Incident objects.
Path Parameters
| Parameter | Required | Type | Description | |||
|---|---|---|---|---|---|---|
| objectId | True | string | Unique identifier of the Incident. | |||
| domainUUID | True | string | Domain UUID | |||
Example
- name: Execute 'getRESTIncident' operation
cisco.fmcansible.fmc_configuration:
operation: "getRESTIncident"
path_params:
objectId: "{{ object_id }}"
domainUUID: "{{ domain_uuid }}"