Added _ips#196
Conversation
There was a problem hiding this comment.
exported type ScalewayGetIPS should have comment or be unexported
|
LGTM for "get ips", now we need to implement some actions like attach ip to a server which is what is blocking @arianvp |
|
About the "attach ip to server", you can do it from the |
There was a problem hiding this comment.
exported type ScalewayGetIP should have comment or be unexported
|
As the method is prefixed by But you need to move the API calls in the |
There was a problem hiding this comment.
Oups mistake idIP -> ipID 😄
|
LGTM |
#178
Display the IPs
Display an IP
New IP
./scw _ips -n { "ip": { "organization": "00000000-0000-1000-0000-000000000000", "reverse": "", "id": "11111111-1111-1111-1111-111111111111", "server": {}, "address": "212.47.249.205" } } ./scw _ips | anonuuid { "ips": [ { "organization": "00000000-0000-1000-0000-000000000000", "reverse": "", "id": "11111111-1111-1111-1111-111111111111", "server": {}, "address": "212.47.249.205" }, { "organization": "00000000-0000-1000-0000-000000000000", "reverse": "", "id": "22222222-2222-1222-2222-222222222222", "server": { "id": "33333333-3333-1333-3333-333333333333", "name": "buildwordpress" }, "address": "212.47.239.7" } ] }Delete an IP
Attach an IP