Suble.io
  • Introduction
  • Roadmap
  • Project
    • List
    • Get
    • Create
    • Transactions
    • Keys
    • Invoices
    • Members
  • Virtual Machine
    • List
    • Get
    • Create
    • Modify
    • Rescale
    • rDNS
    • Console
    • Actions
    • Controls
    • Cancel
    • Delete
    • Network Usage
  • Floating IP
    • List
    • Order
    • Get
    • Assign
    • rDNS
    • Delete
    • Network Usage
  • Network
    • List
    • Get
  • Billing
    • Pricing
    • Operating Systems
  • Changelog
    • 19-06-2022
    • 28-02-2022
    • 18-11-2021
    • 20-10-2021
    • 28-09-2021
    • 14-09-2021
    • 01-08-2021
    • 18-06-2021
    • 17-06-2021
    • 14-06-2021
Powered by GitBook
On this page
  • Retrieve
  • Assign

Was this helpful?

  1. Floating IP

rDNS

Retrieve

GET https://api.suble.io/projects/:projectId/floating_ips/:id/rdns

Retrieve information about current rDNS record.

Path Parameters

Name
Type
Description

projectId

string

Unique id for the project

id

string

Floating IP Id

Headers

Name
Type
Description

Authorization

string

User token or project key

{
    "ipv4": String,
    "record": String
}
{
    "error": String
}

Assign

POST https://api.suble.io/projects/:projectId/floating_ips/:id/rdns

Update rDNS record

Path Parameters

Name
Type
Description

projectId

string

Unique id for the project

id

string

Floating IP Id

Headers

Name
Type
Description

Authorization

string

User token or project key

Request Body

Name
Type
Description

record

string

New domain for the rDNS record

{
    "message": String
}
{
    "error": String
}
PreviousAssignNextDelete

Last updated 3 years ago

Was this helpful?