We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Cloud Specific Extension commands:
cio cloud-specific-extensions templates <CMD>:
list > Lists List CSE templates GET /v2/cse/templates
show -> Shows CSE template GET /v2/cse/templates/:template_id
import -> Imports a CSE template POST /v2/cse/templates
update -> Updates an existing CSE template identified by the given id PUT /v2/cse/templates/:template_id
list-deployments -> List CSE deployments of a CSE template GET /v2/cse/templates/:template_id/deployments
delete -> Deletes a CSE template DELETE /v2/cse/templates/:template_id
cio cloud-specific-extensions deployments <CMD>:
list > Lists List CSE deployments GET /v2/cse/deployments
show -> Shows CSE deployment GET /v2/cse/deployments/:deployment_id
deploy -> Deploys a new CSE deployment from CSE template POST /v2/cse/templates/:template_id/deployments
update -> Updates an existing CSE deployment identified by the given id PUT /v2/cse/deployments/:deployment_id
delete -> Deletes a CSE deployment DELETE /v2/cse/deployments/:deployment_id
1. 2. 3. 4.
The text was updated successfully, but these errors were encountered:
Allow work with CSE on user-mode (issue #36)
2766a92
Closes #36
b36f7c4
Improve undeploy logging (issue #36)
c9b9681
- Additionally, rename parameters Closes #36
Added API test cases (issue #36)
b2602e3
Merge pull request #41 from ingrammicro/feature/36-allow-work-cse
dddc73e
pcantera
Successfully merging a pull request may close this issue.
New Cloud Specific Extension commands:
cio cloud-specific-extensions templates <CMD>:
list > Lists List CSE templates
GET /v2/cse/templates
show -> Shows CSE template
GET /v2/cse/templates/:template_id
import -> Imports a CSE template
POST /v2/cse/templates
update -> Updates an existing CSE template identified by the given id
PUT /v2/cse/templates/:template_id
list-deployments -> List CSE deployments of a CSE template
GET /v2/cse/templates/:template_id/deployments
delete -> Deletes a CSE template
DELETE /v2/cse/templates/:template_id
cio cloud-specific-extensions deployments <CMD>:
list > Lists List CSE deployments
GET /v2/cse/deployments
show -> Shows CSE deployment
GET /v2/cse/deployments/:deployment_id
deploy -> Deploys a new CSE deployment from CSE template
POST /v2/cse/templates/:template_id/deployments
update -> Updates an existing CSE deployment identified by the given id
PUT /v2/cse/deployments/:deployment_id
delete -> Deletes a CSE deployment
DELETE /v2/cse/deployments/:deployment_id
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context and environment
The text was updated successfully, but these errors were encountered: