Get SAML Authenticator Monitor Info

Get SAML Authenticator Monitor Info

Gets Monitoring Information related to a SAML Authenticator

Request
URI
GET
https://{api_host}//localhost/rest/monitor/v1/saml-authenticators/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns SAMLAuthenticatorMonitorInfoV2 of type(s) */*
{
    "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"
}
connection_servers
Optional

Information about the SAML authenticator connections from each of the connection servers.

details
Optional

details

string
id
Optional

Unique ID of the SAML Authenticator.


401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure