Skip to content

Commit a40a591

Browse files
authored
Merge pull request #1778 from redis/rc_api_sync
update rc openapi spec
2 parents 32b99b0 + b4a2ae6 commit a40a591

File tree

1 file changed

+14
-68
lines changed

1 file changed

+14
-68
lines changed

content/operate/rc/api/api-reference/openapi.json

Lines changed: 14 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -6571,71 +6571,6 @@
65716571
}
65726572
}
65736573
},
6574-
"/subscriptions/dedicated": {
6575-
"post": {
6576-
"tags": [
6577-
"Subscriptions - Dedicated"
6578-
],
6579-
"summary": "Create Dedicated subscription",
6580-
"description": "Creates a new Redis Cloud Dedicated subscription.",
6581-
"operationId": "createSubscription_1",
6582-
"requestBody": {
6583-
"content": {
6584-
"application/json": {
6585-
"schema": {
6586-
"$ref": "#/components/schemas/SubscriptionCreateRequest"
6587-
}
6588-
}
6589-
},
6590-
"required": true
6591-
},
6592-
"responses": {
6593-
"400": {
6594-
"description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error"
6595-
},
6596-
"412": {
6597-
"description": "Precondition Failed - Feature flag for this flow is off"
6598-
},
6599-
"202": {
6600-
"description": "Accepted",
6601-
"content": {
6602-
"application/json": {
6603-
"schema": {
6604-
"$ref": "#/components/schemas/TaskStateUpdate"
6605-
}
6606-
}
6607-
}
6608-
},
6609-
"401": {
6610-
"description": "Unauthorized - Authentication failed for requested resource"
6611-
},
6612-
"403": {
6613-
"description": "Forbidden - Not allowed to create requested resource (primarily due to not active resource)"
6614-
},
6615-
"404": {
6616-
"description": "Not Found - The resource you were trying to reach was not found or does not exist"
6617-
},
6618-
"408": {
6619-
"description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period"
6620-
},
6621-
"409": {
6622-
"description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with the new name"
6623-
},
6624-
"422": {
6625-
"description": "Unprocessable Entity - The server understands the request, and the syntax of the request is correct, but it was unable to process the contained instructions"
6626-
},
6627-
"429": {
6628-
"description": "Too Many Requests - Too many resources are concurrently created / updated / deleted in the account. Please re-submit API requests after resource changes are completed)"
6629-
},
6630-
"500": {
6631-
"description": "Internal system error - If this error persists, please contact customer support"
6632-
},
6633-
"503": {
6634-
"description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support "
6635-
}
6636-
}
6637-
}
6638-
},
66396574
"/fixed/subscriptions": {
66406575
"get": {
66416576
"tags": [
@@ -6687,7 +6622,7 @@
66876622
],
66886623
"summary": "Create Essentials subscription",
66896624
"description": "Creates a new Essentials subscription.",
6690-
"operationId": "createSubscription_2",
6625+
"operationId": "createSubscription_1",
66916626
"requestBody": {
66926627
"content": {
66936628
"application/json": {
@@ -12391,6 +12326,18 @@
1239112326
"items": {
1239212327
"type": "string"
1239312328
}
12329+
},
12330+
"redisIamRole": {
12331+
"type": "string"
12332+
},
12333+
"requiredKeyPolicyStatements": {
12334+
"type": "object"
12335+
},
12336+
"deletionGracePeriodOptions": {
12337+
"type": "array",
12338+
"items": {
12339+
"type": "string"
12340+
}
1239412341
}
1239512342
},
1239612343
"description": "Configuration regarding customer managed persistent storage encryption"
@@ -14727,7 +14674,6 @@
1472714674
"ACTIVE_ACTIVE_CREATE_A_REGION_MUST_BE_DEFINED_ONCE_PER_DATABASE",
1472814675
"ACTIVE_ACTIVE_CREATE_A_REGION_DATABASE_RESP_VERSION_IS_NOT_SUPPORTED",
1472914676
"TOO_MANY_LOCAL_THROUGHPUT_MEASUREMENTS_DEFINED_FOR_SPECIFIED_ACTIVE_ACTIVE_SUBSCRIPTION",
14730-
"ACTIVE_ACTIVE_EXTERNAL_CA_NOT_SUPPORTED",
1473114677
"ACTIVE_ACTIVE_RAM_AND_FLASH_MEMORY_STORAGE_NOT_SUPPORTED",
1473214678
"ACTIVE_ACTIVE_DATABASE_MODULE_IS_NOT_SUPPORTED",
1473314679
"ACTIVE_ACTIVE_DATABASE_MODULES_IS_NOT_SUPPORTED",
@@ -15422,7 +15368,7 @@
1542215368
"readOnly": true
1542315369
}
1542415370
},
15425-
"description": "Dedicated Subscription create request"
15371+
"description": "Subscription create request"
1542615372
},
1542715373
"RedisVersions": {
1542815374
"type": "object",

0 commit comments

Comments
 (0)