Public
Documentation Settings

狗云API

Introduction

这是狗云的一些API

Overview

请在用户中心中生成API-KEY

Authentication

在header里面加API-KEY作为key,用户中心生成的字符串作为value

Error Codes

401 429

Rate limit

每分钟30次

AUTHORIZATIONAPI Key
Key

API-KEY

Value

动态云

AUTHORIZATIONAPI Key
This folder is using API Key from collection狗云API

电源

AUTHORIZATIONAPI Key
This folder is using API Key from collection狗云API

PUT启动

https://api.dogyun.com/cvm/server/{{serverId}}/power/start
AUTHORIZATIONAPI Key
This request is using API Key from collection狗云API
Example Request
curl
curl --location -g --request PUT 'https://api.dogyun.com/cvm/server/{{serverId}}/power/start'
200 OK
Example Response
json
{
  "success": true
}
transfer-encoding

chunked

Content-Type

application/json;charset=UTF-8

Date

Tue, 16 Jun 2020 22:29:19 GMT