Add a OneView appliance

post/compute-ops-mgmt/v1beta1/oneview-appliances

Add a OneView appliance for management.

URI PATH PREFIX RENAME

This API now supports the URI path prefix /compute-ops-mgmt which used to be /compute-ops. The old prefix will continue to be supported to allow for a smooth transition. The Guide contains more information about this change.

SecurityBearer
Request
header Parameters
Content-Type
required
string

Content-Type header must designate 'application/json' in order for the request to be performed.

Value: "application/json"
Tenant-Acid
string <uuid>

Tenant-Acid header can be used by an MSP workspace to make API calls on behalf of their tenant by specifying the tenant's application customer ID.

In order to make such an API call, the Bearer token must belong to an MSP workspace and this header value must be the application customer ID of a tenant within the MSP workspace. Use the /compute-ops-mgmt/v1beta1/accounts API to determine the application customer IDs for your tenant accounts.

Request Body schema: application/json
id
string <uuid>

Unique identifier of the OneView appliance to be added

Responses
200

Successful Response

400

Bad request

401

Unauthorized

403

Forbidden

406

Not acceptable

409

Conflict

415

Unsupported media type

500

Internal server error

Request samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbbaabcd"
}
Response samples
application/json
{
  • "id": "87654321-f71a-43d2-8b93-4c7391b31234",
  • "type": "compute-ops-mgmt/oneview-appliance",
  • "ipaddress": "192.168.0.1",
  • "device-id": "oneview+87654321-f71a-43d2-8b93-4c7391b31234",
  • "activationKey": "ABCDEFGHOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwY2lkIjoiNjg0YTVhMWEyOTU3MTFlZGE1MDF",
  • "applicationCustomerId": "a14b2d8b-36e7-469a-bfe7-d76cdfe9c9e0",
  • "complianceId": "8b8f9dca-99cf-4557-a604-978243dee321",
  • "name": "ci-005056abcdef.com",
  • "complianceLastChecked": "2019-08-24T14:15:22Z",
  • "complianceState": "Compliant",
  • "createdAt": "2023-03-01T10:50:33.736935+00:00",
  • "generation": 1,
  • "hostname": "ci-005056abcdef.com",
  • "lastModified": "2019-08-24T14:15:22Z",
  • "modelNumber": "HPE OneView VM - VMware vSphere",
  • "platformCustomerId": "ed05a375-a042-4c8b-bb6b-1c36abd2238b",
  • "productId": "oneview",
  • "state": "connected",
  • "templateId": "196100ac-4eec-4fb6-a7f7-86c8b584771d",
  • "templateName": "Snmp_template",
  • "updatedAt": "2023-03-01T11:05:00.554140+00:00",
  • "version": "8.00.00"
}