Create a CCS server


This topic describes how to create a new CCS server.

HTTP method and URI

{{status subtle="false" colour="Green" title="POST"/}}

 /mvcm-api/ccs/servers/{serverName}

For more information, see Console-Automation-services-data-models.

HTTP response status codes

HTTP Status

Description

201 (Created)

The CCS server was created successfully

409 (Conflict)

The CCS server was not created

This occurs when a CCS server with the same name already exists.

Example

Request
POST /mvcm-api/ccs/servers/SISYSA
x-api-session: <apisession>

{
  "upstreamHost": "osa-icc-example.com",
  "startupMode": "manual"
}


Reponse
201 (Created)

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Console Management, BMC AMI Ops Console Automation, and BMC AMI Ops SecureHMC 4.1