Validate Config
Request
URI
PUT
https://{api_host}/dt-rest/v100/proxy/validator
COPY
Request Body
DtTenantProxyConfigImpl
of type(s)
application/json
Optional
{
"id": "string",
"host": "string",
"port": 0,
"user": "string",
"pw": "string",
"target": "string",
"auditParamMap": {
"auditParamMap": {}
},
"config": {
"config": {}
},
"location": "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 PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/proxy/validator
Dt Tenant Proxy Config Operations
GET
Get Config
PUT
Set Config
PUT
Delete Config
PUT
Validate Config