Add functionality to /server endpoint to be capable of recieving GET requests. · Issue #13 · district13labs/mc-aws · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I want to be able to request all the information stored for the related EC2 server instance using an endpoint providing a unique identifier
Acceptance criteria
Calling the /server/{:id} endpoint of the application with GET method will return the Public IPv4 address, AWS ARN, status (running, stopped etc.) and the region for the related AWS EC2 instance. The format should be in JSON.
For a successful request, the HTTP Status code should be 200.
When there's no EC2 server instance in the application's Database with the given ARN, the HTTP Status code should be 404.
The :id parameter should be the ARN for the EC2 instance
Uh oh!
There was an error while loading. Please reload this page.
Context
As a user, I want to be able to request all the information stored for the related EC2 server instance using an endpoint providing a unique identifier
Acceptance criteria
Calling the
/server/{:id}
endpoint of the application withGET
method will return the Public IPv4 address, AWS ARN, status (running
,stopped
etc.) and the region for the related AWS EC2 instance. The format should be in JSON.For a successful request, the HTTP Status code should be
200
.When there's no EC2 server instance in the application's Database with the given ARN, the HTTP Status code should be
404
.The
:id
parameter should be the ARN for the EC2 instanceTechnical recommendations
The text was updated successfully, but these errors were encountered: