addTestIdentityServicesEngineConnectivity
The addTestIdentityServicesEngineConnectivity operation handles configuration related to TestIdentityServicesEngineConnectivity model.
Description
This API call is not allowed on the standby unit in an HA pair.
Data Parameters
Parameter | Required | Type | Description | ||
---|---|---|---|---|---|
ftdCertificateUUID | True | string | The internal certificate that the system must provide to Identity Services Engine (ISE) when connecting to ISE or when performing bulk downloads Field level constraints: cannot be null. (Note: Additional constraints might exist) |
||
pxGridCertificateUUID | True | string | The trusted CA certificate for the pxGrid framework. If your deployment includes a primary and a secondary pxGrid node, the CA certificates for both nodes must be signed by the same certificate authority Field level constraints: cannot be null. (Note: Additional constraints might exist) |
||
mntCertificateUUID | True | string | The trusted CA certificate for the MNT server in the Identity Services Engine (ISE) deployment. If your deployment includes a primary and a secondary MNT node, the CA certificates for both nodes must be signed by the same certificate authority Field level constraints: cannot be null. (Note: Additional constraints might exist) |
||
statusCode | False | string | The ISE connection test error or success code returned by the ADI process | ||
statusMessage | False | string | The ISE connection test error or success message returned by the ADI process | ||
iseLogMessage | False | string | The detailed log message returned by the ADI process | ||
secondaryStatusCode | False | string | The ISE connection test error or success code returned by the ADI process for the secondary ISE server | ||
secondaryStatusMessage | False | string | The ISE connection test error or success message returned by the ADI process for the secondary ISE server | ||
primaryIseServer | False | string | The address of the primary Identity Services Engine (ISE) server | ||
secondaryIseServer | False | string | The address of the optional secondary Identity Services Engine (ISE) server | ||
type | True | string | A UTF8 string, all letters lower-case, that represents the class-type. This corresponds to the class name. |
Example
- name: Execute 'addTestIdentityServicesEngineConnectivity' operation
ftd_configuration:
operation: "addTestIdentityServicesEngineConnectivity"
data:
ftdCertificateUUID: "{{ ftd_certificate_uuid }}"
pxGridCertificateUUID: "{{ px_grid_certificate_uuid }}"
mntCertificateUUID: "{{ mnt_certificate_uuid }}"
statusCode: "{{ status_code }}"
statusMessage: "{{ status_message }}"
iseLogMessage: "{{ ise_log_message }}"
secondaryStatusCode: "{{ secondary_status_code }}"
secondaryStatusMessage: "{{ secondary_status_message }}"
primaryIseServer: "{{ primary_ise_server }}"
secondaryIseServer: "{{ secondary_ise_server }}"
type: "{{ type }}"