python-ecsclient icon indicating copy to clipboard operation
python-ecsclient copied to clipboard

Python library for interacting with the Dell ECS Management API

Results 20 python-ecsclient issues
Sort by recently updated
recently updated
newest added

update method compatible with objectscale

Asynchronous client. Possible options: - HTTPX - AIOHTTP - Tornado

It would be extremely helpful for a set of ansible modules to be built off this codebase for use in automation. For instance: ecs_bucket ecs_user ecs_objectuser ecs_vdc Etc.

updated link to API specification

Added creating a namespace example to the readme Resolves https://github.com/EMCECS/python-ecsclient/issues/74

Please update readme to include a full example of creating a namespace. If i could see a full example on namespace, then creating a bucket, user, or any resource would...

Create a Dockerfile to generate the Docker image with its dependencies.

enhancement

https://www.emc.com/techpubs/api/ecs/v3-0-0-0/NFSAccessControlService_b2081f90369a6d96de7811240fd3b244_overview.htm

- Force users to provide the parameters that are needed by the API - Provide examples on how to create and update VDCs.

enhancement

https://www.emc.com/techpubs/api/ecs/v3-0-0-0/AlertService_f9db649cacccfe426fd71fb475801da2_overview.htm - [x] GET /vdc/alerts - [ ] PUT /vdc/alerts/{alertId}/acknowledgment - [ ] GET /vdc/alerts/latest

feature