Replace Service Accounts
Request
URI
PUT
https://{api_host}/dt-rest/v100/security/domain/{id}/replace/serviceaccount
COPY
Path Parameters
string
id
Required
id
Request Body
DtDomainAccountInfoImpl of type(s) application/json
Optional
{
"id": "string",
"location": "string",
"ServiceAccount": [
{
"type": "string",
"dateCreated": "string",
"imageOrgUnit": "string",
"username": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"SysPrepAccount": [
{
"type": "string",
"dateCreated": "string",
"imageOrgUnit": "string",
"username": "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"
}
]
}
string
id
Optional
id
string
location
Optional
location
Responses
200
Returns DtDomainAccountStatus of type(s) */*
{
"status": "string",
"validatedServiceAccounts": [
{
"type": "string",
"dateCreated": "string",
"imageOrgUnit": "string",
"username": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"failedServiceAccounts": [
{
"type": "string",
"dateCreated": "string",
"imageOrgUnit": "string",
"username": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"validatedDomainJoinAccounts": [
{
"type": "string",
"dateCreated": "string",
"imageOrgUnit": "string",
"username": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
],
"failedDomainJoinAccounts": [
{
"type": "string",
"dateCreated": "string",
"imageOrgUnit": "string",
"username": "string",
"id": "string",
"links": [
{
"href": "string",
"rel": "string",
"deprecated": false,
"name": "string",
"method": "string"
}
]
}
]
}
string
status
Optional
status
Possible values are : SUCCESS, FAILURE,
Dt Domain Operations
GET
Calc Ping Time
POST
Delete Domain Join Accounts
POST
Delete Service Accounts
GET
Get Domain
GET
Get Groups
GET
Get Groups Matching Substring
GET
Get Groups Matching Substring From Cache
GET
Get User By Login Name
GET
Get User Names
GET
Get Users Matching Substring
GET
Get Users Matching Substring From Cache
POST
Replace Domain Bind Info
PUT
Replace Domain Join Accounts
PUT
Replace Service Accounts
GET
Retrieve Domain Join Accounts
GET
Retrieve Domain Status
GET
Retrieve Service Accounts
POST
Save
POST
Save Domain Join Accounts
PUT
Save Image OU
POST
Save Service Accounts