Get True SSO Monitor Info
Gets monitoring information related to a True SSO connector.
id
OK
{
"ad_domain_dns_name": "ad-domain.example.com",
"ad_domain_id": "S-1-5-21-1085031214-1563985344-725345543",
"ad_domain_status": "OK",
"certificate_server_details": [
{
"name": "SSOConnector",
"status": "OK"
}
],
"enabled": true,
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
"name": "true-sso.example.com",
"primary_enrollment_server": {
"dns_name": "enrollment-server.example.com",
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
"status": "OK"
},
"secondary_enrollment_server": {
"dns_name": "enrollment-server.example.com",
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed50",
"status": "OK"
},
"status": "OK",
"template_name": "TrueSSO Template",
"template_status": "OK"
}
The DNS name of the domain.
Unique SID of the AD Domain.
The state of the domain health, taken as the most severe reported by one of the enrollment servers.
- OK: The state of the domain is OK as reported by the enrollment servers.
- WARN: At least one of the enrollment servers has a warning.
- ERROR: At least one of the enrollment servers is in an error state.
Details of each certificate server.
Indicates if the True SSO connector is enabled.
Unique ID of the True SSO Connector.
True SSO connector name.
Overall status of the True SSO connector.
- OK: All the components of the True SSO connector are fine.
- WARN: At least one component of the True SSO connector has a warning.
- ERROR: At least one component of the True SSO connector has an error.
Unique name for the True SSO template.
The state of the template health, taken as the most severe reported by one of the enrollment servers.
- OK: The state of the template is OK as reported by the enrollment servers.
- WARN: At least one enrollment server reports a warning on this template.
- ERROR: At least one enrollment server reports an error on this template.
User is not authenticated
Not Found