Skip to content

brk: param changes to POST /networking/ips and /linode/instances/:id/ips #86

New issue

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

Merged
merged 1 commit into from
Mar 28, 2018

Conversation

jamesottinger
Copy link
Collaborator

  • POST /networking/ips - now accepts "type":"ipv4" and "public":bool
  • POST /networking/ips - can do private ipv4 addresses
  • POST /linode/instances/:id/ips - now accepts "type":"ipv4" and "public":bool

@jamesottinger jamesottinger changed the title brk: param changes POST to /networking/ips and /linode/instances/:id/ips brk: param changes to POST /networking/ips and /linode/instances/:id/ips Mar 28, 2018
@@ -869,23 +869,27 @@ endpoints:
money: true
oauth: linodes:modify
description: >
Allocates a new IP Address for this Linode.
Allocates a new IPv4 IP Address for this Linode.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IPv4 Address (remove "IP")

subtype: IPAddressType
value: public
description: The type of IP Address, either public or private.
type: String
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could probably still be an Enum of ipv4, ipv6, ipv6/range, and ipv6/pool, but I don't feel that strongly about it.

description: The type of IP Address, either public or private.
type: String
description: The type of IP Address.
value: ipv4
enums:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This enum is now irrelevant - I'd change is as described above, but it could also be removed

public:
type: Boolean
description: >
Whether this is a public of private IP address.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public or private

public:
type: Boolean
description: >
Whether this is a public of private IP address.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public or private

public:
type: Boolean
value: true
description: Whether this is a public of private IP address.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public or private

region:
type: String
value: us-east
description: The region this IP is in.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Region

public:
type: Boolean
value: false
description: Whether this is a public of private IP address.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public or private

public:
type: Boolean
value: true
description: Whether this is a public of private IP address.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public or private

- POST /networking/ips - now accepts "type":"ipv4" and "public":bool
- POST /networking/ips - can do private ipv4 addresses
- POST /linode/instances/:id/ips - now accepts "type":"ipv4" and "public":bool
@yoshizzle yoshizzle merged commit 592ac6f into linode:develop Mar 28, 2018
alioso pushed a commit that referenced this pull request Aug 22, 2019
Made all document links absolute
LBGarber pushed a commit to LBGarber/linode-api-docs that referenced this pull request Jun 15, 2022
LBGarber pushed a commit to LBGarber/linode-api-docs that referenced this pull request Jun 15, 2022
…0-72-0

Create Changelogs “cloud-manager-changelog-0-72-0”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants