Get Identity Servers
This operation returns the details of SAML applications and domains in a CommCell environment. If you log in as a tenant user, then this operation returns the details of SAML applications and domains in the Company.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
identityServers object[]
serviceType integerisConfigured booleanisEnabled booleandomainName stringIdentityServerId integerIdentityServerName stringtype integerownerCompany object
domainName stringid integer
{
"identityServers": [
{
"serviceType": 0,
"isConfigured": true,
"isEnabled": true,
"domainName": "string",
"IdentityServerId": 0,
"IdentityServerName": "string",
"type": 0,
"ownerCompany": {
"domainName": "string",
"id": 0
}
}
]
}
{
"identityServers": [
{
"serviceType": 2,
"isConfigured": true,
"isEnabled": true,
"domainName": "test.cv.com",
"IdentityServerId": 1,
"IdentityServerName": "dm2",
"type": 2,
"ownerCompany": {
"domainName": "",
"id": 0
}
},
{
"serviceType": 2,
"isConfigured": true,
"isEnabled": true,
"domainName": "test.com",
"IdentityServerId": 2,
"IdentityServerName": "testlab",
"type": 2,
"ownerCompany": {
"domainName": "",
"id": 0
}
},
{
"serviceType": 2,
"isConfigured": true,
"isEnabled": true,
"domainName": "test.cv.com",
"IdentityServerId": 3,
"IdentityServerName": "commvault-nj",
"type": 2,
"ownerCompany": {
"domainName": "",
"id": 0
}
}
]
}
Loading...