TrueSSOMonitorInfo
TrueSSOMonitorInfo
Monitoring information related to the True SSO Connector.
JSON Example
{
"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"
}
string
ad_domain_dns_name
Optional
The DNS name of the domain.
string
ad_domain_id
Optional
Unique SID of the AD Domain.
string
ad_domain_status
Optional
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.
Possible values are : OK, WARN, ERROR,
array of CertificateServerDetails
certificate_server_details
Optional
Details of each certificate server.
boolean
enabled
Optional
Indicates if the True SSO connector is enabled.
string
id
Optional
Unique ID of the True SSO Connector.
string
name
Optional
True SSO connector name.
string
status
Optional
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.
Possible values are : OK, WARN, ERROR,
string
template_name
Optional
Unique name for the True SSO template.
string
template_status
Optional
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.
Possible values are : OK, WARN, ERROR,