Solarvps
Connector for the solarvps API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.ss.solarvps.com - Auth:
query:api_key(pass your key via theapiKeyinput)
Operations
get_contacts— GET /contacts — View all contacts under your accountget_dns_domain— GET /dns/{domain} — View all your records for a given domainget_domains— GET /domains — View all your domains managed by SolarVPS Distributed DNSget_key_generate— GET /key/generate — Generate API Keyget_key_get— GET /key/get — Get API Keyget_pods— GET /pods — View all your pods
Inputs
apiKey— your solarvps API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_contacts
apiKey: <your key>