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
}

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
}

Last updated