getTimeRange

The getTimeRange operation handles configuration related to /api/fmc_config/v1/domain/{domainUUID}/object/timeranges/{objectId} path. 

Description

Retrieves, deletes, creates and modifies the TimeRange object.

Path Parameters

Parameter Required Type Description
objectId True string Unique identifier of a TimeRange object.
domainUUID True string Domain UUID

Example

- name: Execute 'getTimeRange' operation
  cisco.fmcansible.fmc_configuration:
    operation: "getTimeRange"
    path_params:
        objectId: "{{ object_id }}"
        domainUUID: "{{ domain_uuid }}"