PUT v1/bunits/{bunitId}/datacenters/{dataCenterId}/spservers/{spServerId}/clientoptionsets/{clientOptionSetId}/clientoptions/{clientOptionId}
Update a client option.
(SP)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The ID of the business unit of the data center | integer |
Required |
dataCenterId |
The ID of the data center of the server | integer |
Required |
spServerId |
The ID of the server of the client option set | integer |
Required |
clientOptionSetId |
The ID of client option set of the client option | integer |
Required |
clientOptionId |
The ID of the client option to update | integer |
Required |
Body Parameters
The client option to update
ClientOptionName | Description | Type | Additional information |
---|---|---|---|
Name |
The name of the client option |
string |
None. |
ClientOptionName |
ClientOptionName |
None. |
|
Value |
The value of the client option |
string |
None. |
OverrideClient |
Specifies whether the option will override settings on the client. The value is ignored for additive options, such as INCLEXCL and DOMAIN. Default is false |
boolean |
None. |
SequenceNumber |
Specifies a sequence number when an option name is specified more than once |
integer |
None. |
ClientOptionSet |
The set of the client option |
ClientOptionSet |
None. |
Id |
A unique ID for the object. |
integer |
Read-only. |
CreatedDate |
Time and date the object was created. |
date |
Read-only. |
ArchivedDate |
Time and date the object was or is going to be archived. Unarchived objects have no value in ArchivedDate |
date |
Read-only. |
Operations |
Collection of OperationResult |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
The updated domain
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.