ionos-enterprise / ionos-enterprise-cli

⛔️ DEPRECATED: Official ProfitBricks CLI v4.1.0 Release
Apache License 2.0
9 stars 8 forks source link

Possibilty to assign a name to a new IP block #10

Closed Sebbo94BY closed 8 years ago

Sebbo94BY commented 8 years ago

I miss the option to assign a name to a new IP block like it's possible in the webinterface.

    profitbricks ipblock create --location [location] --size [size] --label [label]
    profitbricks ipblock create --location de/fkb --size 1 --label "hostname-inventory-number"

Can you please add this missing parameter? Thanks!

jasmingacic commented 8 years ago

Currently Profitbricks API doesn't support that. See documentation here: https://devops.profitbricks.com/api/rest/#create-ip-block

Sebbo94BY commented 8 years ago

Well... Do you wanna say me now, that you will implement it or not?

I'm not reporting things for fun.

bdrung commented 8 years ago

This feature was recently implemented in the backend and will be part of the next version of the REST API. Then the client can be extended to assign the name. You have to use the DataCenter Designer (DCD) until then to set/change the name.

Sebbo94BY commented 8 years ago

Thx, this was the expected answer to my question!