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/
An OData expression to filter responses by attribute. The OData logical operator "eq" is case-sensitive and supported for attributes "applianceId", "secretId", "goal", "service", or "status". The OData function "contains()" is not case-sensitive and supported for attribute "applianceId", "secretId", and "service". The OData logical operator "and" is supported for all attributes.
A response attribute to sort by, followed by a direction indicator ("asc" or "desc"). The attribute may be one of "applianceId", "secretId", "createdAt", "goal", "id", "label", "service", "status" or "updatedAt". Default: ascending.
The offset query parameter should be used in conjunction with limit for paging within a batched result set. The offset is the number of items from the beginning of the batched result set to the first item included in the response. Example: offset=30&limit=10
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/secret-assignments
https://us-west.api.greenlake.hpe.com/data-services/v1beta1/secret-assignments
https://eu-west.api.greenlake.hpe.com/data-services/v1beta1/secret-assignments
https://eu-central.api.greenlake.hpe.com/data-services/v1beta1/secret-assignments
https://ap-northeast.api.greenlake.hpe.com/data-services/v1beta1/secret-assignments
- 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/secret-assignments
{ "count": 0, "items": [ { … } ], "next": "string", "offset": 0, "total": 0 }
- Mock server
https://stage-developer-portal-hpe.redocly.app/_mock/docs/greenlake/services/data-services/public/openapi/data-services-public-v1beta1/data-services/v1beta1/secret-assignments/{id}
https://us-west.api.greenlake.hpe.com/data-services/v1beta1/secret-assignments/{id}
https://eu-west.api.greenlake.hpe.com/data-services/v1beta1/secret-assignments/{id}
https://eu-central.api.greenlake.hpe.com/data-services/v1beta1/secret-assignments/{id}
https://ap-northeast.api.greenlake.hpe.com/data-services/v1beta1/secret-assignments/{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/secret-assignments/{id}'
{ "appliance": { "id": "string" }, "createdAt": "2019-08-24T14:15:22Z", "customerId": "string", "generation": 0, "goal": "string", "goalUpdatedAt": "2019-08-24T14:15:22Z", "groups": [ { … } ], "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "label": "string", "name": "string", "resourceUri": "string", "secret": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "resourceUri": "string", "type": "string" }, "service": "string", "status": "string", "statusUpdatedAt": "2019-08-24T14:15:22Z", "type": "string", "updatedAt": "2019-08-24T14:15:22Z" }