Data Services API
Data Services API (1.3.0)
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/
https://us-west.api.greenlake.hpe.com/
https://eu-west.api.greenlake.hpe.com/
https://eu-central.api.greenlake.hpe.com/
https://ap-northeast.api.greenlake.hpe.com/
Use offset in conjunction with limit for paging. The offset is the number of items from the beginning of the result set to the first item included in the response.
Use limit in conjunction with offset for paging. The limit is the maximum number of items to include in the response.
The expression to use for filtering responses. You can filter on the following properties: customerId, id, name, possibleValues, currentValue, settingDescription, lastUpdatedBy, lastUpdatedAt, externalApplicationName. You can combine multiple comparison operators using AND. The comparisons supported are the following: “eq” : Valid for number, boolean and string properties. “gt” : Valid for number or string timestamp properties. “lt” : Valid for number or string timestamp properties “in” : Valid for an array of strings Syntax: “eq” : filter=<property> eq <value> {host:port}/data-services/v1beta1/settings?filter=<property> eq <value> “gt” : filter=<property> gt <value> {host:port}/data-services/v1beta1/settings?filter=<property> gt <value> “lt” : filter=<property> lt <value> {host:port}/data-services/v1beta1/settings?filter=<property> lt <value> “in” : filter=<property> in <value> {host:port}/data-services/v1beta1/settings?filter=<property> in <value>
- Use AND to filter on multiple properties: {host:port}/data-services/v1beta1/settings?filter=<property1> eq <value1> and <property2> lt <value2>
- To filter multiple values on one property e.g. filter=name in ('foo','bar') {host:port}/data-services/v1beta1/settings?filter=foo%bar%20in%20severity Examples: GET /data-services/v1beta1/settings?filter=name eq 'SETTINGNAME' GET /data-services/v1beta1/settings?filter=name eq 'SETTINGNAME' and lastUpdatedBy eq 'CREATED' GET /data-services/v1beta1/settings?filter=relatedObjectType in ('NIMBLE-VOLUME') Filters are supported on following attributes: customerId, id, name, possibleValues, currentValue, settingDescription, lastUpdatedBy, lastUpdatedAt, externalApplicationName
The property to sort by followed by a direction indicator ("asc" or "desc"). If no direction indicator is specified the default order is ascending.
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/settings
https://us-west.api.greenlake.hpe.com/data-services/v1beta1/settings
https://eu-west.api.greenlake.hpe.com/data-services/v1beta1/settings
https://eu-central.api.greenlake.hpe.com/data-services/v1beta1/settings
https://ap-northeast.api.greenlake.hpe.com/data-services/v1beta1/settings
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/settings \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Settings list
A monotonically increasing value. This value updates when the resource is updated and can be used as a short way to determine if a resource has changed or which of two different copies of a resource is more up to date.
Time when this setting was last updated for this account. RFC 3339
{ "count": 0, "offset": 0, "total": 0, "items": [ { … } ] }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/settings/{id}
https://us-west.api.greenlake.hpe.com/data-services/v1beta1/settings/{id}
https://eu-west.api.greenlake.hpe.com/data-services/v1beta1/settings/{id}
https://eu-central.api.greenlake.hpe.com/data-services/v1beta1/settings/{id}
https://ap-northeast.api.greenlake.hpe.com/data-services/v1beta1/settings/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X GET \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/settings/c1a0eb78-41a0-4151-93b2-f057ffeca3f3 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
{ "createdAt": "2019-08-24T14:15:22Z", "customerId": "string", "generation": 0, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "resourceUri": "string", "type": "string", "updatedAt": "2019-08-24T14:15:22Z", "consoleUri": "string", "currentValue": "string", "description": "string", "externalApplicationName": "string", "lastUpdatedAt": "string", "lastUpdatedBy": "string", "nextValue": "string", "possibleValues": "string" }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/settings/{id}
https://us-west.api.greenlake.hpe.com/data-services/v1beta1/settings/{id}
https://eu-west.api.greenlake.hpe.com/data-services/v1beta1/settings/{id}
https://eu-central.api.greenlake.hpe.com/data-services/v1beta1/settings/{id}
https://ap-northeast.api.greenlake.hpe.com/data-services/v1beta1/settings/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- Go
- C#
- PHP
curl -i -X PATCH \
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/settings/c1a0eb78-41a0-4151-93b2-f057ffeca3f3 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/merge-patch+json' \
-d '{
"currentValue": "string"
}'
{ "createdAt": "2019-08-24T14:15:22Z", "customerId": "string", "generation": 0, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "resourceUri": "string", "type": "string", "updatedAt": "2019-08-24T14:15:22Z", "consoleUri": "string", "currentValue": "string", "description": "string", "externalApplicationName": "string", "lastUpdatedAt": "string", "lastUpdatedBy": "string", "nextValue": "string", "possibleValues": "string" }