Skip to main content
Version: 1.0.0

OpenAPI OneCloudPlanet

Introduction

Welcome to the API documentation for OneCloudPlanet services. This API is documented in OpenAPI format. Explore the following sections to gain comprehensive insights into the functionalities and capabilities offered by our platform.

Authentication tokens are used instead of passwords and are handy when using OneCloudPlanet API from scripts or other software that you write and interacts with OneCloudPlanet. You can make simple GET, POST, PUT or DELETE HTTP requests by using curl. Make sure you include the authorization header as curl parameter:

  • 'Authorization: OpenAPIToken {Token}'

    Sections:

    • Instances : Dive into the world of Virtual Private Servers, covering instance creation, management, and configuration.

    • Networks: Explore Virtual Private Cloud (VPC) features, including network creation, subnet configuration, and security settings.

    • Routers: Manage and optimize routing settings for your infrastructure.

    • Zones (DNS): Gain insights into Domain Name System (DNS) functionalities, managing DNS zones and domain settings.

    • Floating IPs: Allocate, associate, and manage floating IP addresses for flexible network configurations.

    • SSH Keys: Manage Secure Shell (SSH) keys for secure access to instances and services.

    Explore the detailed descriptions, endpoints, features, and examples provided in each section to make the most of our hosting services. Through a GET request with create_options, data about the service options is obtained before ordering it. You can see what the characteristics may be. These options contain all need data which must be specified when you will use POST/PUT requests.

Authentication

Use 'OpenAPIToken {token}' as the value

Security Scheme Type:apiKey
Header parameter name:Authorization