API Documentation

Last Update: 28 December 2022

POST api/cluster/PostRHVCluster



Request Information


URI Parameters

None.


Body Parameters
RHVCluster
Name Description Type Additional information
ClusterName

string

None.

ClusterID

string

None.

ManagerID

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ClusterName": "sample string 1",
  "ClusterID": "sample string 2",
  "ManagerID": 3
}

Response Information


Resource Description
IHttpActionResult

None.


Response Formats
application/json, text/json
Sample:

Sample not available.