List True SSO Monitor Infos

List True SSO Monitor Infos

Lists monitoring information related to True SSO connectors.

Request
URI
GET
https://{api_host}//localhost/rest/monitor/v1/true-sso
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

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"
    }
]

401

User is not authenticated

Operation doesn't return any data structure