@itentialopensource/adapter-redis_cloud
Version:
This adapter integrates with system described as: redisCloud.
1,895 lines (1,894 loc) • 76.7 kB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/users/{userId}": {
"get": {
"tags": [
"Users"
],
"operationId": "getUserById",
"description": "The parameters and request body are for method: getUserById. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "userId",
"in": "path",
"required": true,
"schema": {
"title": "userId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"Users"
],
"operationId": "updateUser",
"description": "The parameters and request body are for method: updateUser. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "userId",
"in": "path",
"required": true,
"schema": {
"title": "userId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"Users"
],
"operationId": "deleteUserById",
"description": "The parameters and request body are for method: deleteUserById. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "userId",
"in": "path",
"required": true,
"schema": {
"title": "userId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/users": {
"get": {
"tags": [
"Users"
],
"operationId": "getAllUsers",
"description": "The parameters and request body are for method: getAllUsers. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/subscriptions/{subscriptionId}": {
"get": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "getSubscriptionById",
"description": "The parameters and request body are for method: getSubscriptionById. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "updateSubscription",
"description": "The parameters and request body are for method: updateSubscription. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "deleteSubscriptionById",
"description": "The parameters and request body are for method: deleteSubscriptionById. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/subscriptions/{subscriptionId}/regions/peerings/{peeringId}": {
"put": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "updateActiveActiveVpcPeering",
"description": "The parameters and request body are for method: updateActiveActiveVpcPeering. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "peeringId",
"in": "path",
"required": true,
"schema": {
"title": "peeringId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "deleteActiveActiveVpcPeering",
"description": "The parameters and request body are for method: deleteActiveActiveVpcPeering. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "peeringId",
"in": "path",
"required": true,
"schema": {
"title": "peeringId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/subscriptions/{subscriptionId}/peerings/{peeringId}": {
"put": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "updateVpcPeering",
"description": "The parameters and request body are for method: updateVpcPeering. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "peeringId",
"in": "path",
"required": true,
"schema": {
"title": "peeringId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "deleteVpcPeering",
"description": "The parameters and request body are for method: deleteVpcPeering. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "peeringId",
"in": "path",
"required": true,
"schema": {
"title": "peeringId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/subscriptions/{subscriptionId}/cidr": {
"get": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "getCidrWhiteList",
"description": "The parameters and request body are for method: getCidrWhiteList. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "updateSubscriptionCidrWhiteList",
"description": "The parameters and request body are for method: updateSubscriptionCidrWhiteList. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/subscriptions": {
"get": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "getAllSubscriptions",
"description": "The parameters and request body are for method: getAllSubscriptions. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "createSubscription",
"description": "The parameters and request body are for method: createSubscription. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/subscriptions/{subscriptionId}/regions": {
"get": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "getRegionsFromActiveActiveSubscription",
"description": "The parameters and request body are for method: getRegionsFromActiveActiveSubscription. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "addNewRegionToActiveActiveSubscription",
"description": "The parameters and request body are for method: addNewRegionToActiveActiveSubscription. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "deleteRegionsFromActiveActiveSubscription",
"description": "The parameters and request body are for method: deleteRegionsFromActiveActiveSubscription. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/subscriptions/{subscriptionId}/regions/peerings": {
"get": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "getActiveActiveVpcPeerings",
"description": "The parameters and request body are for method: getActiveActiveVpcPeerings. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "createActiveActiveVpcPeering",
"description": "The parameters and request body are for method: createActiveActiveVpcPeering. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/subscriptions/{subscriptionId}/peerings": {
"get": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "getVpcPeering",
"description": "The parameters and request body are for method: getVpcPeering. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"SubscriptionsFlexible"
],
"operationId": "createVpcPeering",
"description": "The parameters and request body are for method: createVpcPeering. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/subscriptions/{subscriptionId}/databases/{databaseId}": {
"get": {
"tags": [
"DatabasesFlexible"
],
"operationId": "getSubscriptionDatabaseByID",
"description": "The parameters and request body are for method: getSubscriptionDatabaseByID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "databaseId",
"in": "path",
"required": true,
"schema": {
"title": "databaseId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"DatabasesFlexible"
],
"operationId": "updateDatabase",
"description": "The parameters and request body are for method: updateDatabase. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "databaseId",
"in": "path",
"required": true,
"schema": {
"title": "databaseId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"DatabasesFlexible"
],
"operationId": "deleteDatabaseById",
"description": "The parameters and request body are for method: deleteDatabaseById. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "databaseId",
"in": "path",
"required": true,
"schema": {
"title": "databaseId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/subscriptions/{subscriptionId}/databases/{databaseId}/regions": {
"put": {
"tags": [
"DatabasesFlexible"
],
"operationId": "updateCrdbLocalProperties",
"description": "The parameters and request body are for method: updateCrdbLocalProperties. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "databaseId",
"in": "path",
"required": true,
"schema": {
"title": "databaseId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/subscriptions/{subscriptionId}/databases": {
"get": {
"tags": [
"DatabasesFlexible"
],
"operationId": "getSubscriptionDatabases",
"description": "The parameters and request body are for method: getSubscriptionDatabases. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "offset",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "limit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"DatabasesFlexible"
],
"operationId": "createDatabase",
"description": "The parameters and request body are for method: createDatabase. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/subscriptions/{subscriptionId}/databases/{databaseId}/import": {
"post": {
"tags": [
"DatabasesFlexible"
],
"operationId": "importDatabase",
"description": "The parameters and request body are for method: importDatabase. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "databaseId",
"in": "path",
"required": true,
"schema": {
"title": "databaseId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/subscriptions/{subscriptionId}/databases/{databaseId}/backup": {
"post": {
"tags": [
"DatabasesFlexible"
],
"operationId": "backupDatabase",
"description": "The parameters and request body are for method: backupDatabase. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "databaseId",
"in": "path",
"required": true,
"schema": {
"title": "databaseId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/fixed/subscriptions/{subscriptionId}": {
"get": {
"tags": [
"SubscriptionsFixed"
],
"operationId": "getSubscriptionById1",
"description": "The parameters and request body are for method: getSubscriptionById1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"SubscriptionsFixed"
],
"operationId": "updateSubscription1",
"description": "The parameters and request body are for method: updateSubscription1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"SubscriptionsFixed"
],
"operationId": "deleteSubscriptionById1",
"description": "The parameters and request body are for method: deleteSubscriptionById1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/fixed/subscriptions": {
"get": {
"tags": [
"SubscriptionsFixed"
],
"operationId": "getAllSubscriptions1",
"description": "The parameters and request body are for method: getAllSubscriptions1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"SubscriptionsFixed"
],
"operationId": "createSubscription1",
"description": "The parameters and request body are for method: createSubscription1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/fixed/plans": {
"get": {
"tags": [
"SubscriptionsFixed"
],
"operationId": "getAllFixedSubscriptionsPlans",
"description": "The parameters and request body are for method: getAllFixedSubscriptionsPlans. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "provider",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/fixed/plans/{planId}": {
"get": {
"tags": [
"SubscriptionsFixed"
],
"operationId": "getFixedSubscriptionsPlanById",
"description": "The parameters and request body are for method: getFixedSubscriptionsPlanById. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "planId",
"in": "path",
"required": true,
"schema": {
"title": "planId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/fixed/subscriptions/{subscriptionId}/databases/{databaseId}": {
"get": {
"tags": [
"DatabasesFixed"
],
"operationId": "getSubscriptionDatabaseByID1",
"description": "The parameters and request body are for method: getSubscriptionDatabaseByID1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "databaseId",
"in": "path",
"required": true,
"schema": {
"title": "databaseId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"DatabasesFixed"
],
"operationId": "deleteFixedDatabaseByID",
"description": "The parameters and request body are for method: deleteFixedDatabaseByID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "databaseId",
"in": "path",
"required": true,
"schema": {
"title": "databaseId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"DatabasesFixed"
],
"operationId": "deleteFixedDatabaseByID1",
"description": "The parameters and request body are for method: deleteFixedDatabaseByID1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "databaseId",
"in": "path",
"required": true,
"schema": {
"title": "databaseId",
"type": "number"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/fixed/subscriptions/{subscriptionId}/databases": {
"get": {
"tags": [
"DatabasesFixed"
],
"operationId": "getFixedSubscriptionDatabases",
"description": "The parameters and request body are for method: getFixedSubscriptionDatabases. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},
{
"name": "offset",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
},
{
"name": "limit",
"in": "query",
"required": true,
"schema": {
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"DatabasesFixed"
],
"operationId": "createFixedDatabase",
"description": "The parameters and request body are for method: createFixedDatabase. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/import": {
"post": {
"tags": [
"DatabasesFixed"
],
"operationId": "importDatabase1",
"description": "The parameters and request body are for method: importDatabase1. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "subscriptionId",
"in": "path",
"required": true,
"schema": {
"title": "subscriptionId",
"type": "number"
}
},