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

Create a COS on a server.
(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

Body Parameters

The cos object

ClientOptionSet
NameDescriptionTypeAdditional information
Name The name of the client option set
string

None.

Description The description of the client option set
string

None.

Server The server containing the client option set
SpServer

None.

ClientOptions A list of all the option in this set
Collection of ClientOption

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.