diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index eb1216149..c736c48df 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -10,6 +10,10 @@ }, "version": "Version 1" }, + "externalDocs": { + "description": "Redis Cloud API Documentation", + "url": "https://docs.redislabs.com/latest/rc/api/" + }, "servers": [ { "url": "https://api.redislabs.com/v1" @@ -17,9 +21,7 @@ ], "security": [ { - "x-api-key": [] - }, - { + "x-api-key": [], "x-api-secret-key": [] } ], @@ -32,42 +34,47 @@ { "name": "Subscriptions - Pro", "description": "All operations related to Pro subscriptions lifecycle", - "x-order": "1" + "x-order": "10" + }, + { + "name": "Subscriptions - Pro - Connectivity", + "description": "All operations related to Pro subscriptions connectivity", + "x-order": "11" }, { "name": "Databases - Pro", "description": "All operations related to Pro databases lifecycle", - "x-order": "2" + "x-order": "20" }, { "name": "Subscriptions - Essentials", "description": "All operations related to Essentials subscriptions lifecycle", - "x-order": "3" + "x-order": "30" }, { "name": "Databases - Essentials", "description": "All operations related to Essentials databases lifecycle", - "x-order": "4" + "x-order": "40" }, { "name": "Access Control List", "description": "Data and operations related to access control list", - "x-order": "5" + "x-order": "50" }, { "name": "Cloud Accounts", "description": "All operations related to cloud accounts (AWS only)", - "x-order": "6" + "x-order": "60" }, { "name": "Users", "description": "Data and operations related to account's users", - "x-order": "7" + "x-order": "70" }, { "name": "Tasks", "description": "Displays information on long running operations", - "x-order": "8" + "x-order": "80" } ], "paths": { @@ -92,12 +99,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -158,12 +165,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -220,12 +227,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -284,12 +291,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -350,12 +357,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -412,12 +419,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -458,7 +465,7 @@ "/subscriptions/{subscriptionId}/transitGateways/{TgwId}/attachment": { "put": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Update a transit gateway attachment", "description": "Update an AWS transit gateway attachment", @@ -496,12 +503,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -540,7 +547,7 @@ }, "post": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Create a transit gateway attachment", "description": "Create an AWS transit gateway attachment", @@ -568,12 +575,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -615,7 +622,7 @@ }, "delete": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Delete a transit gateway attachment", "description": "Delete an AWS transit gateway attachment", @@ -643,12 +650,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -689,7 +696,7 @@ "/subscriptions/{subscriptionId}/transitGateways/invitations/{tgwInvitationId}/reject": { "put": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Reject a transit gateway resource share", "description": "Reject an AWS transit gateway resource share", @@ -717,12 +724,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -763,7 +770,7 @@ "/subscriptions/{subscriptionId}/transitGateways/invitations/{tgwInvitationId}/accept": { "put": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Accept a transit gateway resource share", "description": "Accept an AWS transit gateway resource share", @@ -791,12 +798,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -837,7 +844,7 @@ "/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/{TgwId}/attachment": { "put": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Update a specific region transit gateway attachment", "description": "Update an active active specific region AWS transit gateway attachment", @@ -886,12 +893,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -930,7 +937,7 @@ }, "post": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Create a specific region transit gateway attachment", "description": "Create an active active specific region AWS transit gateway attachment", @@ -969,12 +976,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -1016,7 +1023,7 @@ }, "delete": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Delete a specific region transit gateway attachment", "description": "Delete an active active specific region AWS transit gateway attachment", @@ -1055,12 +1062,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -1101,7 +1108,7 @@ "/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/invitations/{tgwInvitationId}/accept": { "put": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Accept a specific region transit gateway resource share", "description": "Accept an active active specific region AWS transit gateway resource share", @@ -1140,12 +1147,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -1186,7 +1193,7 @@ "/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}": { "put": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Update an existing active-active subscription Private Service Connect endpoint", "description": "Update an existing Private Service Connect endpoint in an existing active-active subscription.", @@ -1244,12 +1251,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -1288,7 +1295,7 @@ }, "delete": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Delete an existing active-active subscription Private Service Connect endpoint", "description": "Delete an existing Private Service Connect endpoint in an existing active-active subscription.", @@ -1336,12 +1343,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -1382,7 +1389,7 @@ "/subscriptions/{subscriptionId}/regions/peerings/{peeringId}": { "put": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Update an active-active subscription VPC peering", "description": "Update an existing VPC peering in an existing active-active subscription.", @@ -1426,12 +1433,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -1470,7 +1477,7 @@ }, "delete": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Delete an active-active subscription VPC peering", "description": "Delete a VPC peering from an existing active-active subscription.", @@ -1498,12 +1505,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -1544,7 +1551,7 @@ "/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}": { "put": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Update an existing subscription Private Service Connect endpoint", "description": "Update an existing Private Service Connect endpoint in an existing subscription.", @@ -1592,12 +1599,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -1636,7 +1643,7 @@ }, "delete": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Delete an existing subscription Private Service Connect endpoint", "description": "Delete an existing Private Service Connect endpoint in an existing subscription.", @@ -1674,12 +1681,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -1720,7 +1727,7 @@ "/subscriptions/{subscriptionId}/peerings/{peeringId}": { "put": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Update subscription peering", "description": "Update an existing VPC peering in an existing subscription.", @@ -1764,12 +1771,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -1808,7 +1815,7 @@ }, "delete": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Delete subscription peering", "description": "Deletes a VPC peering identified by an id", @@ -1836,12 +1843,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -1900,12 +1907,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -1966,12 +1973,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2042,12 +2049,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2135,12 +2142,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2207,12 +2214,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2281,12 +2288,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2357,12 +2364,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2439,12 +2446,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2535,12 +2542,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2617,12 +2624,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2721,12 +2728,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2805,12 +2812,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -2869,12 +2876,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -2935,12 +2942,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -2981,7 +2988,7 @@ "/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/invitations/{tgwInvitationId}/reject": { "put": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Reject a specific region transit gateway resource share", "description": "Reject an active active specific region AWS transit gateway resource share", @@ -3020,12 +3027,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -3084,14 +3091,14 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, - "200": { - "description": "OK", + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, + "200": { + "description": "OK", "content": { "application/json": { "schema": { @@ -3149,12 +3156,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -3211,12 +3218,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -3287,12 +3294,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -3376,12 +3383,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -3448,12 +3455,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -3522,12 +3529,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -3598,12 +3605,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -3680,12 +3687,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -3776,12 +3783,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -3858,12 +3865,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -3923,12 +3930,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -3990,12 +3997,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -4053,12 +4060,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -4118,12 +4125,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -4184,12 +4191,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -4246,12 +4253,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -4320,12 +4327,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -4382,12 +4389,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -4456,12 +4463,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -4518,12 +4525,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -4570,12 +4577,12 @@ "description": "Information on current account's subscriptions", "operationId": "getAllSubscriptions", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -4667,12 +4674,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -4734,12 +4741,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -4800,12 +4807,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -4872,12 +4879,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -4918,7 +4925,7 @@ "/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get an active-active Subscription private service connect", "description": "Get an active-active private service connect details", @@ -4946,12 +4953,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -4984,7 +4991,7 @@ }, "post": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Create an active-active subscription Private Service Connect", "description": "Create a new Private Service Connect in an existing active-active subscription.", @@ -5012,12 +5019,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5059,7 +5066,7 @@ }, "delete": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Delete an active-active subscription Private Service Connect", "description": "Delete a Private Service Connect in an existing active-active subscription.", @@ -5087,12 +5094,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5133,7 +5140,7 @@ "/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get an active-active subscription private service connect endpoints", "description": "Get an active-active private service connect endpoints details", @@ -5171,12 +5178,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5209,7 +5216,7 @@ }, "post": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Create an active-active subscription Private Service Connect endpoint", "description": "Create a new Private Service Connect endpoint in an existing active-active subscription.", @@ -5257,12 +5264,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5306,7 +5313,7 @@ "/subscriptions/{subscriptionId}/regions/peerings": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get an active-active subscription VPC peering", "description": "Get VPC peering details for an active-active subscription.", @@ -5324,12 +5331,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -5362,7 +5369,7 @@ }, "post": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Create an active-active subscription VPC peering", "description": "Create a new VPC peering in an existing active-active subscription. For details, see [documentation](https://docs.redis.com/latest/rc/security/vpc-peering)", @@ -5400,12 +5407,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -5449,7 +5456,7 @@ "/subscriptions/{subscriptionId}/private-service-connect": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get Subscription private service connect", "description": "Get private service connect details", @@ -5467,12 +5474,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5505,7 +5512,7 @@ }, "post": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Create a subscription Private Service Connect", "description": "Create a new Private Service Connect in an existing subscription.", @@ -5523,12 +5530,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5570,7 +5577,7 @@ }, "delete": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Delete a subscription Private Service Connect", "description": "Delete a Private Service Connect in an existing subscription.", @@ -5588,12 +5595,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5634,7 +5641,7 @@ "/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get Subscription private service connect endpoints", "description": "Get private service connect endpoints details", @@ -5662,12 +5669,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5700,7 +5707,7 @@ }, "post": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Create a subscription Private Service Connect endpoint", "description": "Create a new Private Service Connect endpoint in an existing subscription.", @@ -5738,12 +5745,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5787,7 +5794,7 @@ "/subscriptions/{subscriptionId}/peerings": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get Subscription peering", "description": "Get VPC peering details", @@ -5805,12 +5812,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5843,7 +5850,7 @@ }, "post": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Create subscription peering", "description": "Create a new VPC peering in an existing subscription. VPC peering for Google Cloud Provider must be enabled using the GCloud command line. For details, see [documentation](https://docs.redis.com/latest/rc/security/vpc-peering)", @@ -5882,12 +5889,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -5972,12 +5979,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6056,12 +6063,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -6133,12 +6140,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6209,12 +6216,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6292,12 +6299,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6367,12 +6374,12 @@ } }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6419,12 +6426,12 @@ "description": "Information on current account's Essentials subscriptions", "operationId": "getAllSubscriptions_1", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6473,12 +6480,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -6563,12 +6570,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6642,12 +6649,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6719,12 +6726,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6795,12 +6802,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6869,12 +6876,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6944,12 +6951,12 @@ } }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -6996,12 +7003,12 @@ "description": "List all configured cloud accounts", "operationId": "getCloudAccounts", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7050,12 +7057,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -7105,12 +7112,12 @@ "description": "Information on current account's ACL users", "operationId": "getAllUsers_1", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7159,12 +7166,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -7214,12 +7221,12 @@ "description": "Information on current account's ACL roles", "operationId": "getRoles", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7268,12 +7275,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -7323,12 +7330,12 @@ "description": "Information on current account's ACL users", "operationId": "getAllRedisRules", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7377,12 +7384,12 @@ "required": true }, "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -7432,12 +7439,12 @@ "description": "Information on current account's users", "operationId": "getAllUsers", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7478,12 +7485,12 @@ "description": "Currently active long running operations", "operationId": "getAllTasks", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7535,12 +7542,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7575,7 +7582,7 @@ "/subscriptions/{subscriptionId}/transitGateways": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get Subscription tgws", "description": "Get tgws details", @@ -7593,12 +7600,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7633,7 +7640,7 @@ "/subscriptions/{subscriptionId}/transitGateways/invitations": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get Subscription tgw invitations", "description": "Get tgw invitations details", @@ -7651,12 +7658,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7691,7 +7698,7 @@ "/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get Active Active Subscription tgws", "description": "Get Active Active tgws details", @@ -7720,12 +7727,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7760,7 +7767,7 @@ "/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/invitations": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get Active Active Subscription tgw invitations", "description": "Get Active Active tgw invitations details", @@ -7789,12 +7796,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -7829,7 +7836,7 @@ "/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/deletionScripts": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get an active-active subscription private service connect endpoint deletion script ", "description": "Get an active-active subscription private service connect endpoint deletion script details for the deletion of a gcp user's endpoint.", @@ -7877,12 +7884,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -7917,7 +7924,7 @@ "/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/creationScripts": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get an active-active subscription private service connect endpoint creation script ", "description": "Get an active-active subscription private service connect endpoint creation script details for the creation of a gcp user's endpoint.", @@ -7965,12 +7972,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -8005,7 +8012,7 @@ "/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/deletionScripts": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get Subscription private service connect endpoint deletion script ", "description": "Get Subscription private service connect endpoint deletion script details for the deletion of a gcp user's endpoint.", @@ -8043,12 +8050,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -8083,7 +8090,7 @@ "/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/creationScripts": { "get": { "tags": [ - "Subscriptions - Pro" + "Subscriptions - Pro - Connectivity" ], "summary": "Get Subscription private service connect endpoint creation script ", "description": "Get Subscription private service connect endpoint creation script details for the creation of a gcp user's endpoint.", @@ -8121,12 +8128,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "202": { "description": "Accepted", "content": { @@ -8179,12 +8186,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8249,12 +8256,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8295,12 +8302,12 @@ "description": "Get the available Redis database versions", "operationId": "getRedisVersions", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8356,12 +8363,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8402,12 +8409,12 @@ "description": "Lookup list of supported Query performance factors", "operationId": "getSupportedSearchScalingFactors", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8448,12 +8455,12 @@ "description": "Lookup list of current Account's payment methods", "operationId": "getAccountPaymentMethods", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8520,12 +8527,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8591,12 +8598,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8649,12 +8656,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8707,12 +8714,12 @@ } ], "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8753,12 +8760,12 @@ "description": "Lookup list of database modules supported in current account (support may differ based on subscription and database settings)", "operationId": "getSupportedDatabaseModules", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8799,12 +8806,12 @@ "description": "Lookup list of data persistence values", "operationId": "getDataPersistenceOptions", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -8845,12 +8852,12 @@ "description": "Current account and related information", "operationId": "getCurrentAccount", "responses": { - "412": { - "description": "Precondition Failed - Feature flag for this flow is off" - }, "400": { "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" }, + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, "200": { "description": "OK", "content": { @@ -9415,7 +9422,8 @@ "type": "number", "description": "Deprecated - Optional. Total memory including replication and other overhead", "format": "double", - "example": 1 + "example": 1, + "deprecated": true }, "datasetSizeInGb": { "minimum": 0.1, @@ -9483,6 +9491,15 @@ "resp3" ] }, + "shardingType": { + "type": "string", + "description": "Optional. Database [Hashing policy](https://redis.io/docs/latest/operate/rc/databases/configuration/clustering/#manage-the-hashing-policy). Default depends on your account creation date. See [Hashing policy](https://redis.io/docs/latest/operate/rc/databases/configuration/clustering/#manage-the-hashing-policy) for more information.", + "enum": [ + "default-regex-rules", + "custom-regex-rules", + "redis-oss-hashing" + ] + }, "queryPerformanceFactor": { "type": "string", "description": "Optional. The query performance factor adds extra compute power specifically for search and query. For databases with search and query, you can increase your search queries per second by the selected factor.", @@ -9652,7 +9669,8 @@ "type": "number", "description": "Deprecated - Optional. Total memory including replication and other overhead. Supported only for 'Pay-As-You-Go' subscriptions", "format": "double", - "example": 1 + "example": 1, + "deprecated": true }, "datasetSizeInGb": { "minimum": 0.1, @@ -9757,7 +9775,8 @@ }, "clientSslCertificate": { "type": "string", - "description": "Deprecated - Optional. A string containing TLS/SSL certificate (public key) with new line characters replaced by \\n. If specified, mTLS authentication (with enableTls not specified or set to true) will be required to authenticate user connections. If empty string is received, SSL certificate will be removed and mTLS will not be required (note that TLS connection may still apply, depending on the value of the enableTls property). Default: 'null'\"" + "description": "Deprecated - Optional. A string containing TLS/SSL certificate (public key) with new line characters replaced by \\n. If specified, mTLS authentication (with enableTls not specified or set to true) will be required to authenticate user connections. If empty string is received, SSL certificate will be removed and mTLS will not be required (note that TLS connection may still apply, depending on the value of the enableTls property). Default: 'null'\"", + "deprecated": true }, "clientTlsCertificates": { "type": "array", @@ -9824,7 +9843,8 @@ "type": "number", "description": "Deprecated - Optional. Total memory including replication and other overhead", "format": "double", - "example": 1 + "example": 1, + "deprecated": true }, "datasetSizeInGb": { "minimum": 0.1, @@ -9931,7 +9951,8 @@ }, "clientSslCertificate": { "type": "string", - "description": "Deprecated - Optional. A string containing TLS/SSL certificate (public key) with new line characters replaced by \\n. If specified, mTLS authentication (with enableTls not specified or set to true) will be required to authenticate user connections. If empty string is received, SSL certificate will be removed and mTLS will not be required (note that TLS connection may still apply, depending on the value of the enableTls property). Default: 'null'\"" + "description": "Deprecated - Optional. A string containing TLS/SSL certificate (public key) with new line characters replaced by \\n. If specified, mTLS authentication (with enableTls not specified or set to true) will be required to authenticate user connections. If empty string is received, SSL certificate will be removed and mTLS will not be required (note that TLS connection may still apply, depending on the value of the enableTls property). Default: 'null'\"", + "deprecated": true }, "clientTlsCertificates": { "type": "array", @@ -9951,7 +9972,8 @@ "periodicBackupPath": { "type": "string", "description": "Deprecated - If specified, automatic backups will be every 24 hours or database will be able to perform immediate backups to this path. If empty string is received, backup path will be removed. Optional.", - "example": "s3://" + "example": "s3://", + "deprecated": true }, "remoteBackup": { "$ref": "#/components/schemas/DatabaseBackupConfig" @@ -11878,7 +11900,8 @@ "type": "number", "description": "Deprecated - Optional. Total memory including replication and other overhead. Supported only for 'Pay-As-You-Go' subscriptions", "format": "double", - "example": 1 + "example": 1, + "deprecated": true }, "datasetSizeInGb": { "minimum": 0.1, @@ -11983,7 +12006,8 @@ }, "clientSslCertificate": { "type": "string", - "description": "Deprecated - Optional. A string containing TLS/SSL certificate (public key) with new line characters replaced by \\n. If specified, mTLS authentication (with enableTls not specified or set to true) will be required to authenticate user connections. If empty string is received, SSL certificate will be removed and mTLS will not be required (note that TLS connection may still apply, depending on the value of the enableTls property). Default: 'null'\"" + "description": "Deprecated - Optional. A string containing TLS/SSL certificate (public key) with new line characters replaced by \\n. If specified, mTLS authentication (with enableTls not specified or set to true) will be required to authenticate user connections. If empty string is received, SSL certificate will be removed and mTLS will not be required (note that TLS connection may still apply, depending on the value of the enableTls property). Default: 'null'\"", + "deprecated": true }, "clientTlsCertificates": { "type": "array", @@ -13102,7 +13126,8 @@ "type": "number", "description": "Deprecated - Optional. Total memory including replication and other overhead", "format": "double", - "example": 1 + "example": 1, + "deprecated": true }, "datasetSizeInGb": { "minimum": 0.1, @@ -13123,7 +13148,8 @@ }, "clientSslCertificate": { "type": "string", - "description": "Deprecated - Optional. A string containing TLS/SSL certificate (public key) with new line characters replaced by \\n. If specified, mTLS authentication (with enableTls not specified or set to true) will be required to authenticate user connections. If empty string is received, SSL certificate will be removed and mTLS will not be required (note that TLS connection may still apply, depending on the value of the enableTls property). Default: 'null'\"" + "description": "Deprecated - Optional. A string containing TLS/SSL certificate (public key) with new line characters replaced by \\n. If specified, mTLS authentication (with enableTls not specified or set to true) will be required to authenticate user connections. If empty string is received, SSL certificate will be removed and mTLS will not be required (note that TLS connection may still apply, depending on the value of the enableTls property). Default: 'null'\"", + "deprecated": true }, "clientTlsCertificates": { "type": "array", @@ -13329,7 +13355,8 @@ "type": "number", "description": "Deprecated - Optional. Total memory including replication and other overhead", "format": "double", - "example": 1 + "example": 1, + "deprecated": true }, "datasetSizeInGb": { "minimum": 0.1, @@ -13418,7 +13445,8 @@ "periodicBackupPath": { "type": "string", "description": "Deprecated - If specified, automatic backups will be every 24 hours or database will be able to perform immediate backups to this path. If empty string is received, backup path will be removed. Optional.", - "example": "s3://" + "example": "s3://", + "deprecated": true }, "remoteBackup": { "$ref": "#/components/schemas/DatabaseBackupConfig" @@ -13433,7 +13461,8 @@ }, "clientSslCertificate": { "type": "string", - "description": "Deprecated - Optional. A string containing TLS/SSL certificate (public key) with new line characters replaced by \\n. If specified, mTLS authentication (with enableTls not specified or set to true) will be required to authenticate user connections. If empty string is received, SSL certificate will be removed and mTLS will not be required (note that TLS connection may still apply, depending on the value of the enableTls property). Default: 'null'\"" + "description": "Deprecated - Optional. A string containing TLS/SSL certificate (public key) with new line characters replaced by \\n. If specified, mTLS authentication (with enableTls not specified or set to true) will be required to authenticate user connections. If empty string is received, SSL certificate will be removed and mTLS will not be required (note that TLS connection may still apply, depending on the value of the enableTls property). Default: 'null'\"", + "deprecated": true }, "clientTlsCertificates": { "type": "array", @@ -13472,6 +13501,15 @@ "$ref": "#/components/schemas/DatabaseModuleSpec" } }, + "shardingType": { + "type": "string", + "description": "Optional. Database [Hashing policy](https://redis.io/docs/latest/operate/rc/databases/configuration/clustering/#manage-the-hashing-policy). \nDefault depends on your account creation date. See [Hashing policy](https://redis.io/docs/latest/operate/rc/databases/configuration/clustering/#manage-the-hashing-policy) for more information.", + "enum": [ + "default-regex-rules", + "custom-regex-rules", + "redis-oss-hashing" + ] + }, "commandType": { "type": "string", "readOnly": true @@ -13671,6 +13709,8 @@ "DATABASE_INVALID_MODULE_PARAMETER", "DATABASE_INVALID_MODULE_PARAMETER_VALUE", "DATABASE_INVALID_ALERT_VALUE", + "DATABASE_SHARDING_TYPE_IS_IMMUTABLE", + "DATABASE_SHARDING_TYPE_IS_NOT_SUPPORTED", "DATABASE_REGEX_RULES_NO_CLUSTERING", "DATABASE_REGEX_RULES_CHANGES_BLOCKED", "DATABASE_OSS_CLUSTER_NOT_SUPPORTED", @@ -14039,7 +14079,17 @@ "MAINTENANCE_WINDOW_INVALID_DAYS", "MAINTENANCE_WINDOW_DUPLICATE_DAYS", "MAINTENANCE_WINDOW_INVALID_DURATION_FOR_ROF_SUBSCRIPTION", - "MAINTENANCE_WINDOW_UNKNOWN_MEMORY_STORAGE_TYPE" + "MAINTENANCE_WINDOW_UNKNOWN_MEMORY_STORAGE_TYPE", + "DATABASE_UPGRADE_IS_ALREADY_RUNNING", + "DATABASE_CLUSTER_IS_IN_MAINTENANCE", + "DATABASE_IS_NOT_ACTIVE", + "DATABASE_UPGRADE_WORKFLOW_NOT_FOUND", + "DATABASE_UPGRADE_INVALID_REDIS_VERSION", + "DATABASE_UPGRADE_OF_MEMCACHED_IS_NOT_SUPPORTED", + "DATABASE_REPLICA_OF_INCOMPATIBLE_VERSION", + "DATABASE_UPGRADE_FAILED", + "DATABASE_INVALID_PLAN_TYPE", + "DATABASE_UPGRADE_IS_NOT_SUPPORTED" ] }, "additionalInfo": { @@ -14929,7 +14979,7 @@ }, "respVersion": { "type": "string", - "description": "Optional. RESP version must be compatible with Redis version.", + "description": "Deprecated - Optional. RESP version must be compatible with Redis version.", "example": "resp3", "deprecated": true, "enum": [