Get Environment Info

Get Environment Info
Request
URI
GET
https://{api_host}/dt-rest/v100/truesso/manager/environmentinfo
COPY
Query Parameters
string
primaryesfqdn
Required

primaryesfqdn

string
secondaryesfqdn
Optional

secondaryesfqdn

string
domainfqdn
Required

domainfqdn


Responses
200

successful operation

Returns DtTrueSsoConfig of type(s) */*
{
    "domainFqdn": "string",
    "templates": [
        {
            "hashAlgorithm": "string",
            "minKeyLength": 0,
            "certAuthorities": [
                {
                    "enrollmentStatus": "string",
                    "name": "string",
                    "id": "string",
                    "links": [
                        {
                            "href": "string",
                            "rel": "string",
                            "deprecated": false,
                            "name": "string",
                            "method": "string"
                        }
                    ]
                }
            ],
            "name": "string",
            "id": "string",
            "links": [
                {
                    "href": "string",
                    "rel": "string",
                    "deprecated": false,
                    "name": "string",
                    "method": "string"
                }
            ]
        }
    ],
    "enrollmentServers": [
        "string"
    ],
    "connectionErrors": [
        "string"
    ],
    "id": "string",
    "links": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
string
domainFqdn
Optional

domainFqdn

array of object
templates
Optional

templates

array of string
enrollmentServers
Optional

enrollmentServers

array of string
connectionErrors
Optional

connectionErrors

string
id
Optional

id

array of object
links
Optional

links


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/dt-rest/v100/truesso/manager/environmentinfo?primaryesfqdn=value&domainfqdn=v