Create Config
Request
URI
POST
https://{api_host}/dt-rest/v100/truesso/manager/createconfig
COPY
Request Body
DtTrueSsoConfigImpl
of type(s)
application/json
Optional
{
"id": "string",
"domainFqdn": "string",
"enrollmentServers": [
"string"
],
"connectionErrors": [
"string"
],
"location": "string",
"DtTrueSsoTemplate": [
{
"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"
}
]
}
],
"DtLink": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
Responses
200
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/truesso/manager/createconfig
Dt True Sso Config Manager Operations
GET
Get Supported Links
GET
Check Enrollment Server Pairing
POST
Create Config
PUT
Delete Config
PUT
Add Enrollment Server
GET
Get Enrollment Servers
GET
Get Environment Info
GET
Get Config
GET
Get Pairing Bundle
POST
Set Config And Skip Validation
POST
Update Config