Skip to content

HPE Compute Ops Management API (latest)

HPE Compute Operations Management provides a Restful API to customers who want to manage their devices programmatically or through a command line. The API enables customers to invoke operations or tasks such as list devices, see device details, device health, and manage their device's firmware.

UPDATED API ENDPOINTS

Compute Ops Management now supports the HPE GreenLake API endpoints (<region>.api.greenlake.hpe.com). The Guide contains more information about this change.

Download OpenAPI description
Languages
Servers
Mock server

https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/compute-ops-mgmt/public/openapi/compute-ops-mgmt-latest/

API endpoint for US West

https://us-west.api.greenlake.hpe.com/

API endpoint for EU Central

https://eu-central.api.greenlake.hpe.com/

API endpoint for AP Northeast

https://ap-northeast.api.greenlake.hpe.com/

accounts - v1beta1

Operations

activation-keys - v1beta1

Operations

activation-tokens - v1beta1

Operations

activities - v1beta2

Operations

ahs-files - v1beta1

Operations

appliance-firmware-bundles - v1

Operations

appliance-firmware-bundles - v1beta1

Operations

async-operations - v1

Operations

async-operations - v1beta1

Operations

energy-over-time - v1beta1

Operations

energy-by-entity - v1beta1

Operations

external-services - v1beta1

Operations

List all external services

Request

Get the list of external services configured

URI PATH PREFIX RENAME

This API now supports the URI path prefix /compute-ops-mgmt which used to be /compute-ops. The /compute-ops prefix is deprecated and might become unresponsive after Tuesday, April 1, 2025. The Guide provides more information about this change.

Security
Bearer
Query
filterstring

Limit the resources operated on by an endpoint or when used with a multiple-GET endpoint, return only the subset of resources that match the filter. The filter grammar is a subset of OData 4.0.

NOTE: The filter query parameter must use URL encoding. Most clients do this automatically with inputs provided to them specifically as query parameters. Encoding must be done manually for any query parameters provided as part of the URL.
The reserved characters ! # $ & ' ( ) * + , / : ; = ? @ [ ] must be encoded with percent encoded equivalents. Server IDs contain a +, which must be encoded as %2B.
For example: the value P06760-B21+2M212504P8 must be encoded as P06760-B21%2B2M212504P8 when it is used in a query parameter.

CLASSEXAMPLES
Typesinteger, decimal, timestamp, string, boolean, null
Operationseq, ne, gt, ge, lt, le, in
Logicand, or, not

External Service can be filtered by:

  • serviceType

The following examples are not an exhaustive list of all possible filtering options.

Examples:

Return external services where a property equals a value. <property> eq <value>

filter=serviceType eq 'SERVICE_NOW'

Return external services where a property does not equal a value not <property> eq <value>

filter=not serviceType eq 'ARUBA_CENTRAL'

Return external services with populated property. not <property> eq null

filter=not serviceType eq null

Return external services where property contains a value. contains(<property>, <value>)

filter=contains(serviceType,'SERVICE')

Return external services where property is populated and property contains value. not <property> eq null and contains(<property>, <value>)

filter=not serviceType eq null and contains(serviceType,'SERVICE')

Return external services where property is one of multiple values. <property> in (<value>,<value>)

filter=serviceType in ('SERVICE_NOW','ARUBA_CENTRAL')
Headers
Tenant-Acidstring(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.

curl -i -X GET \
  https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/compute-ops-mgmt/public/openapi/compute-ops-mgmt-latest/compute-ops-mgmt/v1beta1/external-services \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Successful Response

Bodyapplication/json
countinteger>= 0required

Number of items returned

Example: 1
offsetinteger>= 0required

Zero-based resource offset

itemsArray of objectsrequired
items[].​namestring[ 1 .. 256 ] characters

Name given to resource

items[].​serviceTypestring

Used for specifying the type of external service.

ValueDescription
SERVICE_NOWServiceNow integration
DSCCData Services Cloud Console integration
Enum"SERVICE_NOW""DSCC"
items[].​authenticationTypestring

Used to specify which authentication method is used for authenticating the external service.

Value"OAUTH"
items[].​descriptionstring or null<= 256 characters

An optional longer description of the external service

Example: "Service now configuration"
items[].​authenticationobject(externalServicesAuthenticationResponse)

Client credentials and refresh token details

items[].​serviceDataSERVICE_NOW service data (object) or (DSCC service data (object or null))

Service data corresponding to the specified serviceType

One of:

Client URL information for authentication and incident creation

items[].​statusstring

Status of the external service

Enum"ENABLED""SUSPENDED"
items[].​statestring

State of the external service

Enum"ENABLED""DISABLED"
items[].​idstring(uuid)read-only

Primary identifier for the external services resource given by the system.

Example: "b870f080-6448-48c5-b23a-d04f2d489174"
items[].​typestring

Type of the resource

Value "compute-ops-mgmt/external-service"
items[].​resourceUristring(uri-reference)

URI to the external-services itself (i.e. a self link)

Example: "/compute-ops-mgmt/v1beta1/external-services/ff5798d5-b029-4452-b958-b33eabbe44d2"
items[].​generationinteger>= 1

Monotonically increasing update counter

items[].​createdAtstring(date-time)

Time of external-services configuration creation

items[].​updatedAtstring(date-time)

Time of the external-services configuration update

totalinteger>= 0

Total number of items in the collection that match the filter query, if one was provided in the request

Example: 12
Response
application/json
{ "offset": 0, "count": 1, "total": 12, "items": [ {} ] }

Create external services

Request

Create configuration for external service

URI PATH PREFIX RENAME

This API now supports the URI path prefix /compute-ops-mgmt which used to be /compute-ops. The /compute-ops prefix is deprecated and might become unresponsive after Tuesday, April 1, 2025. The Guide provides more information about this change.

Purpose

When an external configuration is configured on Compute Ops Management, these attributes will be used to set the scope of events for which incidents will be created on the external service.

Incident scope selections are made such that each selection increases the scope of the set of events that will be included. The order of event selections from minimum to maximum scope are

  • serviceEventIssues - Events that are marked as service events. These events may have severity levels of 'warning' or 'critical'
  • criticalEventIssues - Events that are not service events but have a severity level of 'critical'
  • warningEventIssues - Events that are not service events but have a severity level of 'warning'

Below software events are independent of above events, but either one of the above or below option must be selected.

  • utilizationAlerts - Events that are generated for breaching configured power utilization threshold.

Note that healthNotification is not part of the event notification set and may be set independently.

Since each selection builds on the previous one, there exists a hierarchy between selections that must be maintained. The table below shows which notification combinations are valid. All other combinations will result in an HTTP 400 error

serviceEventIssuescriticalEventIssueswarningEventIssuesutilizationAlerts
FalseFalseFalseTrue
TrueFalseFalseTrue
TrueFalseFalseFalse
TrueTrueFalseTrue
TrueTrueFalseFalse
TrueTrueTrueTrue
TrueTrueTrueFalse

Initial values

All values are initially false except serviceEventIssues with the result being that incidents will be created only for service events.

Security
Bearer
Headers
Content-Typestringrequired

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

Value "application/json"
Tenant-Acidstring(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.

Bodyapplication/jsonrequired
namestring[ 1 .. 256 ] charactersrequired

Name given to resource

serviceTypestringrequired

Used for specifying the type of external service.

ValueDescription
SERVICE_NOWServiceNow integration
DSCCData Services Cloud Console integration
Enum"SERVICE_NOW""DSCC"
authenticationTypestringrequired

Used to specify which authentication method is used for authenticating the external service.

Value"OAUTH"
descriptionstring or null<= 256 charactersrequired

An optional longer description of the external service

Example: "Service now configuration"
authenticationobject(externalServicesAuthentication)required

Client credentials and refresh token details

authentication.​clientIdstring<= 256 characters

ID of the client external web service

Example: "d8c5b0be28a66110300669bf6457a7d1"
authentication.​clientSecretstring<= 256 characters

Password for the client external web service

Example: "#7^v{VexV2"
authentication.​refreshTokenstring or null<= 256 characters

Refresh token for client external web service. This field is optional when the serviceType is DSCC.

Example: "j6juM4kocdU720_IV7wD0J95OscWkUp-Xg2SWtXfzr8smsws2Fo4lEpWnFHQuA1HPV2I345AeWQsOjLUXloZwg"
serviceDataSERVICE_NOW service data (object) or (DSCC service data (object or null))required

Service data corresponding to the specified serviceType

One of:

Client URL information for authentication and incident creation

serviceData.​oauthUrlstring<= 256 characters

Authentication URL using which access token is generated

Example: "https://example.service-now.com/oauth_token.do"
serviceData.​incidentUrlstring<= 256 characters

Incident URL is the endpoint used to create incidents on the external service

Example: "https://example.service-now.com/api/now/import/u_demo_incident_inbound_api"
serviceData.​refreshTokenExpiryInDaysinteger[ 100 .. 365 ]

The number of days after which the refresh token will expire.

Example: 150
serviceData.​incidentCreationScopeobject

Defines the scope for the kind of events for which incidents will be created.

statestring

State of the external service

Default "ENABLED"
Enum"ENABLED""DISABLED"
curl -i -X POST \
  https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/compute-ops-mgmt/public/openapi/compute-ops-mgmt-latest/compute-ops-mgmt/v1beta1/external-services \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "name": "string",
    "serviceType": "SERVICE_NOW",
    "authenticationType": "OAUTH",
    "description": "Service now configuration",
    "authentication": {},
    "serviceData": {}
  }'

Responses

Successful Response

Headers
Locationstring(uri-reference)

The URI of the newly-created resource

Example: "/compute-ops-mgmt/v1beta1/external-services/b870f080-6448-48c5-b23a-d04f2d489174"
Bodyapplication/json
namestring[ 1 .. 256 ] characters

Name given to resource

serviceTypestring

Used for specifying the type of external service.

ValueDescription
SERVICE_NOWServiceNow integration
DSCCData Services Cloud Console integration
Enum"SERVICE_NOW""DSCC"
authenticationTypestring

Used to specify which authentication method is used for authenticating the external service.

Value"OAUTH"
descriptionstring or null<= 256 characters

An optional longer description of the external service

Example: "Service now configuration"
authenticationobject(externalServicesAuthenticationResponse)

Client credentials and refresh token details

serviceDataSERVICE_NOW service data (object) or (DSCC service data (object or null))

Service data corresponding to the specified serviceType

One of:

Client URL information for authentication and incident creation

statusstring

Status of the external service

Enum"ENABLED""SUSPENDED"
statestring

State of the external service

Enum"ENABLED""DISABLED"
idstring(uuid)read-only

Primary identifier for the external services resource given by the system.

Example: "b870f080-6448-48c5-b23a-d04f2d489174"
typestring

Type of the resource

Value "compute-ops-mgmt/external-service"
resourceUristring(uri-reference)

URI to the external-services itself (i.e. a self link)

Example: "/compute-ops-mgmt/v1beta1/external-services/ff5798d5-b029-4452-b958-b33eabbe44d2"
generationinteger>= 1

Monotonically increasing update counter

createdAtstring(date-time)

Time of external-services configuration creation

updatedAtstring(date-time)

Time of the external-services configuration update

Response
application/json
{ "name": "string", "serviceType": "SERVICE_NOW", "authenticationType": "OAUTH", "description": "Service now configuration", "authentication": { "clientId": "d8c5b0be28a66110300669bf6457a7d1", "clientSecret": "**********", "refreshToken": "**********" }, "serviceData": { "oauthUrl": "https://example.service-now.com/oauth_token.do", "incidentUrl": "https://example.service-now.com/api/now/import/u_demo_incident_inbound_api", "refreshTokenExpiryInDays": 150, "incidentCreationScope": {} }, "status": "ENABLED", "state": "ENABLED", "id": "b870f080-6448-48c5-b23a-d04f2d489174", "type": "compute-ops-mgmt/external-service", "resourceUri": "/compute-ops-mgmt/v1beta1/external-services/ff5798d5-b029-4452-b958-b33eabbe44d2", "generation": 1, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }

Get an external-services item by ID

Request

Get a specific external-services item by external-services id.

URI PATH PREFIX RENAME

This API now supports the URI path prefix /compute-ops-mgmt which used to be /compute-ops. The /compute-ops prefix is deprecated and might become unresponsive after Tuesday, April 1, 2025. The Guide provides more information about this change.

Security
Bearer
Path
idstring(uuid)required
Headers
Tenant-Acidstring(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.

curl -i -X GET \
  'https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/compute-ops-mgmt/public/openapi/compute-ops-mgmt-latest/compute-ops-mgmt/v1beta1/external-services/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Successful Response

Bodyapplication/json
namestring[ 1 .. 256 ] characters

Name given to resource

serviceTypestring

Used for specifying the type of external service.

ValueDescription
SERVICE_NOWServiceNow integration
DSCCData Services Cloud Console integration
Enum"SERVICE_NOW""DSCC"
authenticationTypestring

Used to specify which authentication method is used for authenticating the external service.

Value"OAUTH"
descriptionstring or null<= 256 characters

An optional longer description of the external service

Example: "Service now configuration"
authenticationobject(externalServicesAuthenticationResponse)

Client credentials and refresh token details

serviceDataSERVICE_NOW service data (object) or (DSCC service data (object or null))

Service data corresponding to the specified serviceType

One of:

Client URL information for authentication and incident creation

statusstring

Status of the external service

Enum"ENABLED""SUSPENDED"
statestring

State of the external service

Enum"ENABLED""DISABLED"
idstring(uuid)read-only

Primary identifier for the external services resource given by the system.

Example: "b870f080-6448-48c5-b23a-d04f2d489174"
typestring

Type of the resource

Value "compute-ops-mgmt/external-service"
resourceUristring(uri-reference)

URI to the external-services itself (i.e. a self link)

Example: "/compute-ops-mgmt/v1beta1/external-services/ff5798d5-b029-4452-b958-b33eabbe44d2"
generationinteger>= 1

Monotonically increasing update counter

createdAtstring(date-time)

Time of external-services configuration creation

updatedAtstring(date-time)

Time of the external-services configuration update

Response
application/json
{ "name": "string", "serviceType": "SERVICE_NOW", "authenticationType": "OAUTH", "description": "Service now configuration", "authentication": { "clientId": "d8c5b0be28a66110300669bf6457a7d1", "clientSecret": "**********", "refreshToken": "**********" }, "serviceData": { "oauthUrl": "https://example.service-now.com/oauth_token.do", "incidentUrl": "https://example.service-now.com/api/now/import/u_demo_incident_inbound_api", "refreshTokenExpiryInDays": 150, "incidentCreationScope": {} }, "status": "ENABLED", "state": "ENABLED", "id": "b870f080-6448-48c5-b23a-d04f2d489174", "type": "compute-ops-mgmt/external-service", "resourceUri": "/compute-ops-mgmt/v1beta1/external-services/ff5798d5-b029-4452-b958-b33eabbe44d2", "generation": 1, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }

Delete an external-services item

Request

Delete an external-services item.

URI PATH PREFIX RENAME

This API now supports the URI path prefix /compute-ops-mgmt which used to be /compute-ops. The /compute-ops prefix is deprecated and might become unresponsive after Tuesday, April 1, 2025. The Guide provides more information about this change.

Security
Bearer
Path
idstring(uuid)required
Headers
Tenant-Acidstring(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.

curl -i -X DELETE \
  'https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/compute-ops-mgmt/public/openapi/compute-ops-mgmt-latest/compute-ops-mgmt/v1beta1/external-services/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Successful Response

Response
No content

Patch an external-services item

Request

Partially update an external-services item

URI PATH PREFIX RENAME

This API now supports the URI path prefix /compute-ops-mgmt which used to be /compute-ops. The /compute-ops prefix is deprecated and might become unresponsive after Tuesday, April 1, 2025. The Guide provides more information about this change.

Purpose

When an external configuration is configured on Compute Ops Management, these attributes will be used to set the scope of events for which incidents will be created on the external service.

Incident scope selections are made such that each selection increases the scope of the set of events that will be included. The order of event selections from minimum to maximum scope are

  • serviceEventIssues - Events that are marked as service events. These events may have severity levels of 'warning' or 'critical'
  • criticalEventIssues - Events that are not service events but have a severity level of 'critical'
  • warningEventIssues - Events that are not service events but have a severity level of 'warning'

Below software events are independent of above events, but either one of the above or below option must be selected.

  • utilizationAlerts - Events that are generated for breaching configured power utilization threshold

Note that healthNotification is not part of the event notification set and may be set independently.

Since each selection builds on the previous one, there exists a hierarchy between selections that must be maintained. The table below shows which notification combinations are valid. All other combinations will result in an HTTP 400 error

serviceEventIssuescriticalEventIssueswarningEventIssuesutilizationAlerts
FalseFalseFalseTrue
TrueFalseFalseTrue
TrueFalseFalseFalse
TrueTrueFalseTrue
TrueTrueFalseFalse
TrueTrueTrueTrue
TrueTrueTrueFalse

Initial values

All values are initially false except serviceEventIssues with the result being that incidents will be created only for service events.

Security
Bearer
Path
idstring(uuid)required
Headers
Content-Typestringrequired

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

Value "application/merge-patch+json"
Tenant-Acidstring(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.

Bodyapplication/merge-patch+jsonrequired
namestring[ 1 .. 256 ] characters

Name given to resource

descriptionstring or null<= 256 characters

An optional longer description of the external service

Example: "Service now configuration"
statestring

State of the external service

Enum"ENABLED""DISABLED"
authenticationobject(externalServicesAuthentication)

Client credentials and refresh token details

serviceDataSERVICE_NOW service data (object) or (DSCC service data (object or null))

Service data corresponding to the specified serviceType

One of:

Client URL information for authentication and incident creation

curl -i -X PATCH \
  'https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/compute-ops-mgmt/public/openapi/compute-ops-mgmt-latest/compute-ops-mgmt/v1beta1/external-services/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/merge-patch+json' \
  -d '{}'

Responses

Successful Response

Bodyapplication/json
namestring[ 1 .. 256 ] characters

Name given to resource

serviceTypestring

Used for specifying the type of external service.

ValueDescription
SERVICE_NOWServiceNow integration
DSCCData Services Cloud Console integration
Enum"SERVICE_NOW""DSCC"
authenticationTypestring

Used to specify which authentication method is used for authenticating the external service.

Value"OAUTH"
descriptionstring or null<= 256 characters

An optional longer description of the external service

Example: "Service now configuration"
authenticationobject(externalServicesAuthenticationResponse)

Client credentials and refresh token details

serviceDataSERVICE_NOW service data (object) or (DSCC service data (object or null))

Service data corresponding to the specified serviceType

One of:

Client URL information for authentication and incident creation

statusstring

Status of the external service

Enum"ENABLED""SUSPENDED"
statestring

State of the external service

Enum"ENABLED""DISABLED"
idstring(uuid)read-only

Primary identifier for the external services resource given by the system.

Example: "b870f080-6448-48c5-b23a-d04f2d489174"
typestring

Type of the resource

Value "compute-ops-mgmt/external-service"
resourceUristring(uri-reference)

URI to the external-services itself (i.e. a self link)

Example: "/compute-ops-mgmt/v1beta1/external-services/ff5798d5-b029-4452-b958-b33eabbe44d2"
generationinteger>= 1

Monotonically increasing update counter

createdAtstring(date-time)

Time of external-services configuration creation

updatedAtstring(date-time)

Time of the external-services configuration update

Response
application/json
{ "name": "string", "serviceType": "SERVICE_NOW", "authenticationType": "OAUTH", "description": "Service now configuration", "authentication": { "clientId": "d8c5b0be28a66110300669bf6457a7d1", "clientSecret": "**********", "refreshToken": "**********" }, "serviceData": { "oauthUrl": "https://example.service-now.com/oauth_token.do", "incidentUrl": "https://example.service-now.com/api/now/import/u_demo_incident_inbound_api", "refreshTokenExpiryInDays": 150, "incidentCreationScope": {} }, "status": "ENABLED", "state": "ENABLED", "id": "b870f080-6448-48c5-b23a-d04f2d489174", "type": "compute-ops-mgmt/external-service", "resourceUri": "/compute-ops-mgmt/v1beta1/external-services/ff5798d5-b029-4452-b958-b33eabbe44d2", "generation": 1, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z" }

Perform a test with a configured external service

Request

Used for performing a test to verify the integration of the configured external service. An activity will be generated as a result of this test and indicates the success or failure of this test.

  • For external service with serviceType as SERVICE_NOW, this endpoint will generate a test incident for ServiceNow.

  • For external service with serviceType as DSCC, this endpoint will test the integration connection to Data Services Cloud Console. This endpoint is available even if the configured Data Services Cloud Console integration is disabled.

URI PATH PREFIX RENAME

This API now supports the URI path prefix /compute-ops-mgmt which used to be /compute-ops. The /compute-ops prefix is deprecated and might become unresponsive after Tuesday, April 1, 2025. The Guide provides more information about this change.

Security
Bearer
Path
idstring(uuid)required
Headers
Tenant-Acidstring(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.

curl -i -X POST \
  'https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/compute-ops-mgmt/public/openapi/compute-ops-mgmt-latest/compute-ops-mgmt/v1beta1/external-services/{id}/test' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Successful Response

Response
No content

filters - v1beta1

Operations

firmware-bundles - v1

Operations

firmware-bundles - v1beta2

Operations

groups - v1

Operations

groups - v1beta3

Operations

groups - v1beta2

Operations

job-templates - v1beta2

Operations

jobs - v1

Operations

jobs - v1beta3

Operations

jobs - v1beta2

Operations

metrics-configurations - v1

Operations

oneview-appliances - v1beta1

Operations

oneview-settings - v1beta1

Operations

oneview-server-templates - v1beta1

Operations

reports - v1beta2

Operations

schedules - v1beta2

Operations

server-locations - v1beta1

Operations

server-settings - v1beta1

Operations

settings - v1

Operations

settings - v1beta1

Operations

servers - v1

Operations

servers - v1beta2

Operations

server-warranty - v1beta2

Operations

user-preferences - v1

Operations

user-preferences - v1beta1

Operations

utilization-over-time - v1beta1

Operations

utilization-by-entity - v1beta1

Operations

webhooks - v1beta1

Operations