List SAML Authenticator Monitors V2

List SAML Authenticator Monitors V2

Lists monitoring information related to SAML Authenticators of the environment.

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

OK

[
    {
        "connection_servers": [
            {
                "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e",
                "last_updated_timestamp": 1582029025748,
                "name": "cs1.example.com",
                "status": "OK",
                "thumbprint_accepted": false
            }
        ],
        "details": {
            "administrator_url": "https://vidm.example.com/saas/api/1.0/GET/admindata",
            "label": "vidm.example.com",
            "metadata_url": "https://vidm.example.com/saas/api/1.0/GET/metadata/idp.xml"
        },
        "id": "d0325b13-2bf1-4fa4-b027-e780004f2d1e"
    }
]

401

User is not authenticated

Operation doesn't return any data structure