POST v1/bunits/{bunitId}/datacenters/{dataCenterId}/spservers/{spServerId}/clientoptionsets/{clientOptionSetId}/clientoptions

Create a client option on a client option set.
(SP)

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 where the cos is created integer

Required

clientOptionSetId The ID of the cos of the option integer

Required

Body Parameters

The client option object

ClientOption
NameDescriptionTypeAdditional 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.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

The cos with the created information

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.