/
/Raff API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 35m ago · Updated 2d ago
Catalog7
Health1
Networking24
  • getList VPCs
  • postCreate VPC
  • getSuggest non-overlapping CIDR blocks
  • getGet VPC
  • putUpdate VPC
  • deleteDelete VPC
  • getList floating IPs
  • postReserve a floating IP
  • getGet floating IP
  • deleteRelease a reserved IP
  • postChange reserved IP
  • getList security groups
  • postCreate security group
  • getList security group templates
  • getGet security group
  • putUpdate security group
  • deleteDelete security group
  • getList VM network interfaces
  • postAttach VM to VPC
  • deleteDetach VM from VPC
  • postAttach floating IP to VM
  • deleteDetach floating IP from VM
  • postAttach security group to VM NIC
  • deleteDetach security group from VM NIC
Projects5
Virtual Machines23
Volumes1
    Networking

    Get floating IP

    Get details of a single floating IP.

    get/api/v1/ips/{id}

    Path parameters

    idstring uuid required

    Floating IP ID (UUID).

    Response

    IP details

    successboolean

    Example response

    {
      "data": {
        "ip_address": "203.0.113.42"
      }
    }

    Changes