getSSOServer

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

Description

Retrieves the SSO Server Policy Object associated with the specified ID. If no ID is specified, retrieves list of all SSO Server Policy Objects.

Path Parameters

Parameter Required Type Description
objectId True string Unique identifier of the SSO Server Policy Object.
domainUUID True string Domain UUID

Query Parameters

Parameter Required Type Description
overrideTargetId False string Retrieves the override(s) associated with the host object on given target ID.

Example

- name: Execute 'getSSOServer' operation
  cisco.fmcansible.fmc_configuration:
    operation: "getSSOServer"
    path_params:
        objectId: "{{ object_id }}"
        domainUUID: "{{ domain_uuid }}"
    query_params:
        overrideTargetId: "{{ override_target_id }}"