deleteTimeRange

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

Description

Retrieves, deletes, creates and modifies the TimeRange object. Check the response section for applicable examples (if any).

Path Parameters

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

Example

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