Get All Client Additional Settings
This operation returns a list of additional settings at the client level.
Path Parameters
- clientId string required
- application/json
Request Body
clientProperties object
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
response object[]
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientName": "string",
"clientId": 0,
"_type_": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientName": "S-200128-93-0",
"clientId": 2,
"_type_": 3
}
}
]
}
GET /client/:clientid/additionalsettings
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/AdditionalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientProperties": {
"clientProps": {
"registryKeys": [
{
"deleted": 0,
"hidden": true,
"relativepath": "string",
"keyName": "string",
"isInheritedFromClientGroup": true,
"comment": "string",
"type": "string",
"value": "string",
"passwordVal": "string",
"enabled": 0,
"sourceEntity": {
"_type_": 0
}
}
]
}
}
}'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/AdditionalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientProperties": {
"clientProps": {
"registryKeys": [
{
"deleted": 0,
"hidden": true,
"relativepath": "string",
"keyName": "string",
"isInheritedFromClientGroup": true,
"comment": "string",
"type": "string",
"value": "string",
"passwordVal": "string",
"enabled": 0,
"sourceEntity": {
"_type_": 0
}
}
]
}
}
}'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/AdditionalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientProperties": {
"clientProps": {
"registryKeys": [
{
"deleted": 0,
"hidden": true,
"relativepath": "string",
"keyName": "string",
"isInheritedFromClientGroup": true,
"comment": "string",
"type": "string",
"value": "string",
"passwordVal": "string",
"enabled": 0,
"sourceEntity": {
"_type_": 0
}
}
]
}
}
}'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/AdditionalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientProperties": {
"clientProps": {
"registryKeys": [
{
"deleted": 0,
"hidden": true,
"relativepath": "string",
"keyName": "string",
"isInheritedFromClientGroup": true,
"comment": "string",
"type": "string",
"value": "string",
"passwordVal": "string",
"enabled": 0,
"sourceEntity": {
"_type_": 0
}
}
]
}
}
}'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/AdditionalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientProperties": {
"clientProps": {
"registryKeys": [
{
"deleted": 0,
"hidden": true,
"relativepath": "string",
"keyName": "string",
"isInheritedFromClientGroup": true,
"comment": "string",
"type": "string",
"value": "string",
"passwordVal": "string",
"enabled": 0,
"sourceEntity": {
"_type_": 0
}
}
]
}
}
}'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/AdditionalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientProperties": {
"clientProps": {
"registryKeys": [
{
"deleted": 0,
"hidden": true,
"relativepath": "string",
"keyName": "string",
"isInheritedFromClientGroup": true,
"comment": "string",
"type": "string",
"value": "string",
"passwordVal": "string",
"enabled": 0,
"sourceEntity": {
"_type_": 0
}
}
]
}
}
}'
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/Client/:clientId/AdditionalSettings' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"clientProperties": {
"clientProps": {
"registryKeys": [
{
"deleted": 0,
"hidden": true,
"relativepath": "string",
"keyName": "string",
"isInheritedFromClientGroup": true,
"comment": "string",
"type": "string",
"value": "string",
"passwordVal": "string",
"enabled": 0,
"sourceEntity": {
"_type_": 0
}
}
]
}
}
}'