Get info about a Linode IP.
- name: Get info about an IP address
linode.cloud.ip_info:
address: 97.107.143.141
Field | Type | Required | Description |
---|---|---|---|
address |
str |
Required | The IP address to operate on. |
-
ip
- The IP in JSON serialized form.- Sample Response:
{ "address": "97.107.143.141", "gateway": "97.107.143.1", "linode_id": 123, "prefix": 24, "public": true, "rdns": "test.example.org", "region": "us-east", "subnet_mask": "255.255.255.0", "type": "ipv4" }
- See the Linode API response documentation for a list of returned fields
- Sample Response: