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/data-services-api/
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. The following comparisons are supported: “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/dual-auth-operations?filter=<property> eq <value> “gt” : filter=<property> gt <value> {host:port}/data-services/v1beta1/dual-auth-operations?filter=<property> gt <value> “lt” : filter=<property> lt <value> {host:port}/data-services/v1beta1/dual-auth-operations?filter=<property> lt <value> “in” : filter=<property> in <value> {host:port}/data-services/v1beta1/dual-auth-operations?filter=<property> in <value>
- Use "and" to combine filter inputs {host:port}/data-services/v1beta1/dual-auth-operations?filter=<property1> eq <value1> and <property2> lt <value2>
- To filter multiple values on one property e.g. filter=resourceType in ('foo','bar') {host:port}/data-services/v1beta1/dual-auth-operations?filter=foo%bar%20in%20resourceType Examples: GET /data-services/v1beta1/dual-auth-operations?filter=resourceType eq 'ISSUE' GET /data-services/v1beta1/dual-auth-operations?filter=resourceType eq 'ISSUE' and state eq 'CREATED' GET /data-services/v1beta1/dual-auth-operations?filter=relatedObjectType in ('NIMBLE-VOLUME') Filters are supported on following attributes: resourceUri, resourceName, resourceType, requestedOperation, operationDescription, requestedByUri, requestedByEmail, requestedAt, customerId, checkedByUri, checkedByEmail, checkedAt, sourceServiceExternalName, state
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-api/data-services/v1beta1/dual-auth-operations
https://us-west.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations
https://eu-west.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations
https://eu-central.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations
https://ap-northeast.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations
- 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-api/data-services/v1beta1/dual-auth-operations \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Dual Authorization Operation 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.
Resources associated with this operation
The URI for console screen that displays this resource. Deprecated - use associatedResources instead
Groups this operation is associated with. Deprecated - use associatedResources instead
{ "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-api/data-services/v1beta1/dual-auth-operations/{id}
https://us-west.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations/{id}
https://eu-west.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations/{id}
https://eu-central.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations/{id}
https://ap-northeast.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations/{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-api/data-services/v1beta1/dual-auth-operations/c1a0eb78-41a0-4151-93b2-f057ffeca3f3 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'
Dual Authorization details on an operation
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.
The URI for console screen that displays this resource. Deprecated - use associatedResources instead
Groups this operation is associated with. Deprecated - use associatedResources instead
{ "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", "associatedResources": [ { … } ], "checkedAt": "2019-08-24T14:15:22Z", "checkedByEmail": "string", "checkedByUri": "string", "consoleUri": "string", "description": "string", "groups": [ { … } ], "operationResource": { "name": "string", "resourceUri": "string", "type": "string" }, "requestedAt": "2019-08-24T14:15:22Z", "requestedByEmail": "string", "requestedByUri": "string", "requestedOperation": "string", "sourceServiceExternalName": "string", "state": "string" }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services-api/data-services/v1beta1/dual-auth-operations/{id}
https://us-west.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations/{id}
https://eu-west.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations/{id}
https://eu-central.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations/{id}
https://ap-northeast.api.greenlake.hpe.com/data-services/v1beta1/dual-auth-operations/{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-api/data-services/v1beta1/dual-auth-operations/c1a0eb78-41a0-4151-93b2-f057ffeca3f3 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/merge-patch+json' \
-d '{
"state": "APPROVED"
}'
Dual Authorization Detail
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.
The URI for console screen that displays this resource. Deprecated - use associatedResources instead
Groups this operation is associated with. Deprecated - use associatedResources instead
{ "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", "associatedResources": [ { … } ], "checkedAt": "2019-08-24T14:15:22Z", "checkedByEmail": "string", "checkedByUri": "string", "consoleUri": "string", "description": "string", "groups": [ { … } ], "operationResource": { "name": "string", "resourceUri": "string", "type": "string" }, "requestedAt": "2019-08-24T14:15:22Z", "requestedByEmail": "string", "requestedByUri": "string", "requestedOperation": "string", "sourceServiceExternalName": "string", "state": "string" }