Modify Client Properties By Name
Select
SaaS
Customer Managed
This operation updates the properties associated with a client.
Path Parameters
- clientname string required
Name of the client
- application/json
Request Body
clientProperties object
clientProps object
clientSecurity object
associatedUserGroups object[]
userGroupName stringownerCapabilities object
activityControl object
clientActivityControl object
activityControlOptions object[]
client object
displayName stringclientDescription stringinstallDirectory stringjobResulsDir object
path stringuserAccount object
userName stringosInfo object
Type stringSubType stringVersion stringOsDisplayInfo object
ProcessorType stringOSName stringclientEntity object
hostName stringclientName stringcommCellName stringTimeZone object
TimeZoneName stringassociation object
entity object[]
displayName stringclientName string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
clientId integerclientName string_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientId": 0,
"clientName": "string",
"_type_": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientId": 1085,
"clientName": "vsaqa",
"_type_": 3
}
}
]
}
Loading...