From 83d9c75d261a69ba5b4257128532ce6fb8307f1b Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 03:41:24 +0000 Subject: [PATCH 01/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 1 + 1 file changed, 1 insertion(+) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 4ec17ee116..f19b6c4da7 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -17392,6 +17392,7 @@ "PRIVATE_LINK_DELETING_AN_ACTIVE_ACTIVE_SUBSCRIPTION_PRIVATE_LINK_IS_NOT_ALLOWED_WITH_A_SINGLE_REGION_SUBSCRIPTION", "PRIVATE_LINK_IS_NOT_SUPPORTED", "PRIVATE_LINK_SERVICE_ERROR", + "PRIVATE_LINK_SUBSCRIPTION_REACHED_MAX_DATABASES_COUNT", "PRIVATE_LINK_ALL_PRINCIPALS_MUST_BE_DELETED_BEFORE_DELETING_RESOURCE_LINK", "PRIVATE_LINK_DISASSOCIATE_CONNECTIONS_A_FLEXIBLE_SUBSCRIPTION_PRIVATE_LINK_IS_NOT_ALLOWED_WITH_AN_ACTIVE_ACTIVE_SUBSCRIPTION", "PRIVATE_LINK_DISASSOCIATE_CONNECTIONS_AN_ACTIVE_ACTIVE_SUBSCRIPTION_PRIVATE_LINK_IS_NOT_ALLOWED_WITH_A_SINGLE_REGION_SUBSCRIPTION", From 8666ff2a0b42277701646d4f586e3d1348416309 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 03:57:08 +0000 Subject: [PATCH 02/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 84 ++++++++++--------- 1 file changed, 43 insertions(+), 41 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index f19b6c4da7..bbeb6e5192 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -7128,7 +7128,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BdbVersionUpgradeStatus" + "$ref": "#/components/schemas/DatabaseVersionUpgradeStatus" } } } @@ -7933,7 +7933,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BdbVersionUpgradeStatus" + "$ref": "#/components/schemas/DatabaseVersionUpgradeStatus" } } } @@ -10088,7 +10088,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BdbAvailableVersionsResponse" + "$ref": "#/components/schemas/DatabaseAvailableVersionsResponse" } } } @@ -10700,7 +10700,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/BdbAvailableVersionsResponse" + "$ref": "#/components/schemas/DatabaseAvailableVersionsResponse" } } } @@ -11239,31 +11239,6 @@ }, "description": "User update request" }, - "BdbVersionUpgradeStatus": { - "type": "object", - "properties": { - "databaseId": { - "type": "integer", - "format": "int32" - }, - "targetRedisVersion": { - "type": "string" - }, - "progress": { - "type": "number", - "format": "double" - }, - "upgradeStatus": { - "type": "string", - "enum": [ - "in-progress", - "in-progress-recovery-pending", - "done", - "failed" - ] - } - } - }, "PaymentMethods": { "type": "object", "properties": { @@ -13419,6 +13394,17 @@ } } }, + "DatabaseAvailableVersionsResponse": { + "type": "object", + "properties": { + "targets": { + "type": "array", + "items": { + "$ref": "#/components/schemas/TargetVersion" + } + } + } + }, "CloudAccount": { "type": "object", "properties": { @@ -15947,17 +15933,6 @@ }, "description": "Database tag" }, - "BdbAvailableVersionsResponse": { - "type": "object", - "properties": { - "targets": { - "type": "array", - "items": { - "$ref": "#/components/schemas/TargetVersion" - } - } - } - }, "SubscriptionSpec": { "required": [ "regions" @@ -16021,6 +15996,31 @@ }, "description": "Essentials database backup request message" }, + "DatabaseVersionUpgradeStatus": { + "type": "object", + "properties": { + "databaseId": { + "type": "integer", + "format": "int32" + }, + "targetRedisVersion": { + "type": "string" + }, + "progress": { + "type": "number", + "format": "double" + }, + "upgradeStatus": { + "type": "string", + "enum": [ + "in-progress", + "in-progress-recovery-pending", + "done", + "failed" + ] + } + } + }, "DatabaseModuleSpec": { "required": [ "name" @@ -16430,7 +16430,7 @@ }, "multipleAvailabilityZones": { "type": "boolean", - "description": "Optional. Support deployment on multiple availability zones within the selected region. Default: 'false'", + "description": "Optional. Support deployment on multiple availability zones within the selected region. Default for Active-Active: matches the region's multi-AZ capability (true on multi-AZ regions, false on non-multi-AZ regions). Default for Pro / single-region: `false`.", "example": false }, "preferredAvailabilityZones": { @@ -16835,6 +16835,8 @@ "SUBSCRIPTION_INVALID_REGION_NAME", "SUBSCRIPTION_INVALID_REGION_ID", "SUBSCRIPTION_BAD_PREFERRED_AZ_SIZE", + "SUBSCRIPTION_REGION_DOES_NOT_SUPPORT_MULTI_AZ", + "SUBSCRIPTION_AA_NON_MAZ_REGION_NOT_SUPPORTED", "SUBSCRIPTION_PREFERRED_AZ_INVALID_VALUE", "SUBSCRIPTION_PREFERRED_AZ_MUST_BE_DEFINED_ONCE", "SUBSCRIPTION_PREFERRED_AZ_IS_DISABLED", From c974a332fa6b7573b53415d920082fff52429974 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 04:10:07 +0000 Subject: [PATCH 03/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 191 +++++++++--------- 1 file changed, 98 insertions(+), 93 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index bbeb6e5192..56811ca999 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -79,7 +79,7 @@ } ], "paths": { - "/users/{userId}": { + "/v1/users/{userId}": { "get": { "tags": [ "Users" @@ -271,7 +271,7 @@ } } }, - "/subscriptions/{subscriptionId}": { + "/v1/subscriptions/{subscriptionId}": { "get": { "tags": [ "Subscriptions - Pro" @@ -463,7 +463,7 @@ } } }, - "/subscriptions/{subscriptionId}/transitGateways/{TgwId}/attachment": { + "/v1/subscriptions/{subscriptionId}/transitGateways/{TgwId}/attachment": { "put": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -694,7 +694,7 @@ } } }, - "/subscriptions/{subscriptionId}/transitGateways/invitations/{tgwInvitationId}/reject": { + "/v1/subscriptions/{subscriptionId}/transitGateways/invitations/{tgwInvitationId}/reject": { "put": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -768,7 +768,7 @@ } } }, - "/subscriptions/{subscriptionId}/transitGateways/invitations/{tgwInvitationId}/accept": { + "/v1/subscriptions/{subscriptionId}/transitGateways/invitations/{tgwInvitationId}/accept": { "put": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -842,7 +842,7 @@ } } }, - "/subscriptions/{subscriptionId}/resource-tags": { + "/v1/subscriptions/{subscriptionId}/resource-tags": { "put": { "tags": [ "Subscriptions - Pro" @@ -916,7 +916,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/{TgwId}/attachment": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/{TgwId}/attachment": { "put": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -1180,7 +1180,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/invitations/{tgwInvitationId}/accept": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/invitations/{tgwInvitationId}/accept": { "put": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -1265,7 +1265,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}": { "put": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -1461,7 +1461,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/peerings/{peeringId}": { + "/v1/subscriptions/{subscriptionId}/regions/peerings/{peeringId}": { "put": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -1623,7 +1623,7 @@ } } }, - "/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}": { + "/v1/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}": { "put": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -1799,7 +1799,7 @@ } } }, - "/subscriptions/{subscriptionId}/peerings/{peeringId}": { + "/v1/subscriptions/{subscriptionId}/peerings/{peeringId}": { "put": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -1961,7 +1961,7 @@ } } }, - "/subscriptions/{subscriptionId}/maintenance-windows": { + "/v1/subscriptions/{subscriptionId}/maintenance-windows": { "get": { "tags": [ "Subscriptions - Pro" @@ -2091,7 +2091,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}": { "get": { "tags": [ "Databases - Pro" @@ -2332,7 +2332,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/tags": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/tags": { "get": { "tags": [ "Databases - Pro" @@ -2567,7 +2567,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/tags/{tagKey}": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/tags/{tagKey}": { "put": { "tags": [ "Databases - Pro" @@ -2742,7 +2742,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/regions": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/regions": { "put": { "tags": [ "Databases - Pro" @@ -2846,7 +2846,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/flush": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/flush": { "put": { "tags": [ "Databases - Pro" @@ -2930,7 +2930,7 @@ } } }, - "/subscriptions/{subscriptionId}/cidr": { + "/v1/subscriptions/{subscriptionId}/cidr": { "get": { "tags": [ "Subscriptions - Pro" @@ -3060,7 +3060,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/invitations/{tgwInvitationId}/reject": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/invitations/{tgwInvitationId}/reject": { "put": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -3145,7 +3145,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}": { + "/v1/fixed/subscriptions/{subscriptionId}": { "get": { "tags": [ "Subscriptions - Essentials" @@ -3336,7 +3336,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases/{databaseId}": { + "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}": { "get": { "tags": [ "Databases - Essentials" @@ -3573,7 +3573,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/tags": { + "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/tags": { "get": { "tags": [ "Databases - Essentials" @@ -3808,7 +3808,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/tags/{tagKey}": { + "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/tags/{tagKey}": { "put": { "tags": [ "Databases - Essentials" @@ -3983,7 +3983,7 @@ } } }, - "/cloud-accounts/{cloudAccountId}": { + "/v1/cloud-accounts/{cloudAccountId}": { "get": { "tags": [ "Cloud Accounts" @@ -4178,7 +4178,7 @@ } } }, - "/acl/users/{aclUserId}": { + "/v1/acl/users/{aclUserId}": { "get": { "tags": [ "Role-based Access Control (RBAC)" @@ -4371,7 +4371,7 @@ } } }, - "/acl/roles/{aclRoleId}": { + "/v1/acl/roles/{aclRoleId}": { "put": { "tags": [ "Role-based Access Control (RBAC)" @@ -4507,7 +4507,7 @@ } } }, - "/acl/redisRules/{aclRedisRuleId}": { + "/v1/acl/redisRules/{aclRedisRuleId}": { "put": { "tags": [ "Role-based Access Control (RBAC)" @@ -4643,7 +4643,7 @@ } } }, - "/subscriptions": { + "/v1/subscriptions": { "get": { "tags": [ "Subscriptions - Pro" @@ -4795,7 +4795,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions": { + "/v1/subscriptions/{subscriptionId}/regions": { "get": { "tags": [ "Subscriptions - Pro" @@ -4997,7 +4997,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -5212,7 +5212,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -5385,7 +5385,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/private-link": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/private-link": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -5613,7 +5613,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/private-link/principals": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/private-link/principals": { "post": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -5784,7 +5784,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/private-link/connections/disassociate": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/private-link/connections/disassociate": { "post": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -5869,7 +5869,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/peerings": { + "/v1/subscriptions/{subscriptionId}/regions/peerings": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -6012,7 +6012,7 @@ } } }, - "/subscriptions/{subscriptionId}/private-service-connect": { + "/v1/subscriptions/{subscriptionId}/private-service-connect": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -6197,7 +6197,7 @@ } } }, - "/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}": { + "/v1/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -6350,7 +6350,7 @@ } } }, - "/subscriptions/{subscriptionId}/private-link": { + "/v1/subscriptions/{subscriptionId}/private-link": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -6545,7 +6545,7 @@ } } }, - "/subscriptions/{subscriptionId}/private-link/principals": { + "/v1/subscriptions/{subscriptionId}/private-link/principals": { "post": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -6694,7 +6694,7 @@ } } }, - "/subscriptions/{subscriptionId}/private-link/connections/disassociate": { + "/v1/subscriptions/{subscriptionId}/private-link/connections/disassociate": { "post": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -6768,7 +6768,7 @@ } } }, - "/subscriptions/{subscriptionId}/peerings": { + "/v1/subscriptions/{subscriptionId}/peerings": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -6912,7 +6912,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases": { + "/v1/subscriptions/{subscriptionId}/databases": { "get": { "tags": [ "Databases - Pro" @@ -7086,7 +7086,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/upgrade": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/upgrade": { "get": { "tags": [ "Databases - Pro" @@ -7236,7 +7236,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/traffic/resume": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/traffic/resume": { "post": { "tags": [ "Databases - Pro" @@ -7305,7 +7305,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/import": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/import": { "get": { "tags": [ "Databases - Pro" @@ -7455,7 +7455,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/backup": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/backup": { "get": { "tags": [ "Databases - Pro" @@ -7613,7 +7613,7 @@ } } }, - "/fixed/subscriptions": { + "/v1/fixed/subscriptions": { "get": { "tags": [ "Subscriptions - Essentials" @@ -7722,7 +7722,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases": { + "/v1/fixed/subscriptions/{subscriptionId}/databases": { "get": { "tags": [ "Databases - Essentials" @@ -7891,7 +7891,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/upgrade": { + "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/upgrade": { "get": { "tags": [ "Databases - Essentials" @@ -8041,7 +8041,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/traffic/resume": { + "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/traffic/resume": { "post": { "tags": [ "Databases - Essentials" @@ -8110,7 +8110,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/import": { + "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/import": { "get": { "tags": [ "Databases - Essentials" @@ -8260,7 +8260,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/backup": { + "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/backup": { "get": { "tags": [ "Databases - Essentials" @@ -8409,7 +8409,7 @@ } } }, - "/cost-report": { + "/v1/cost-report": { "post": { "tags": [ "Account" @@ -8474,7 +8474,7 @@ } } }, - "/cloud-accounts": { + "/v1/cloud-accounts": { "get": { "tags": [ "Cloud Accounts" @@ -8583,7 +8583,7 @@ } } }, - "/acl/users": { + "/v1/acl/users": { "get": { "tags": [ "Role-based Access Control (RBAC)" @@ -8692,7 +8692,7 @@ } } }, - "/acl/roles": { + "/v1/acl/roles": { "get": { "tags": [ "Role-based Access Control (RBAC)" @@ -8801,7 +8801,7 @@ } } }, - "/acl/redisRules": { + "/v1/acl/redisRules": { "get": { "tags": [ "Role-based Access Control (RBAC)" @@ -8910,7 +8910,7 @@ } } }, - "/users": { + "/v1/users": { "get": { "tags": [ "Users" @@ -8956,7 +8956,7 @@ } } }, - "/tasks": { + "/v1/tasks": { "get": { "tags": [ "Tasks" @@ -9002,7 +9002,7 @@ } } }, - "/tasks/{taskId}": { + "/v1/tasks/{taskId}": { "get": { "tags": [ "Tasks" @@ -9059,7 +9059,7 @@ } } }, - "/subscriptions/{subscriptionId}/transitGateways": { + "/v1/subscriptions/{subscriptionId}/transitGateways": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -9117,7 +9117,7 @@ } } }, - "/subscriptions/{subscriptionId}/transitGateways/invitations": { + "/v1/subscriptions/{subscriptionId}/transitGateways/invitations": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -9175,7 +9175,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -9244,7 +9244,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/invitations": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/transitGateways/invitations": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -9313,7 +9313,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/deletionScripts": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/deletionScripts": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -9401,7 +9401,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/creationScripts": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/creationScripts": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -9489,7 +9489,7 @@ } } }, - "/subscriptions/{subscriptionId}/regions/{regionId}/private-link/endpoint-script": { + "/v1/subscriptions/{subscriptionId}/regions/{regionId}/private-link/endpoint-script": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -9557,7 +9557,7 @@ } } }, - "/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/deletionScripts": { + "/v1/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/deletionScripts": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -9635,7 +9635,7 @@ } } }, - "/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/creationScripts": { + "/v1/subscriptions/{subscriptionId}/private-service-connect/{pscServiceId}/endpoints/{endpointId}/creationScripts": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -9713,7 +9713,7 @@ } } }, - "/subscriptions/{subscriptionId}/private-link/endpoint-script": { + "/v1/subscriptions/{subscriptionId}/private-link/endpoint-script": { "get": { "tags": [ "Subscriptions - Pro - Connectivity" @@ -9771,7 +9771,7 @@ } } }, - "/subscriptions/{subscriptionId}/pricing": { + "/v1/subscriptions/{subscriptionId}/pricing": { "get": { "tags": [ "Subscriptions - Pro" @@ -9829,7 +9829,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/traffic": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/traffic": { "get": { "tags": [ "Databases - Pro" @@ -9899,7 +9899,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/slow-log": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/slow-log": { "get": { "tags": [ "Databases - Pro" @@ -9976,7 +9976,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/certificate": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/certificate": { "get": { "tags": [ "Databases - Pro" @@ -10046,7 +10046,7 @@ } } }, - "/subscriptions/{subscriptionId}/databases/{databaseId}/available-target-versions": { + "/v1/subscriptions/{subscriptionId}/databases/{databaseId}/available-target-versions": { "get": { "tags": [ "Databases - Pro" @@ -10114,7 +10114,7 @@ } } }, - "/subscriptions/redis-versions": { + "/v1/subscriptions/redis-versions": { "get": { "tags": [ "Subscriptions - Pro" @@ -10172,7 +10172,7 @@ } } }, - "/session-logs": { + "/v1/session-logs": { "get": { "tags": [ "Account" @@ -10264,7 +10264,7 @@ } } }, - "/regions": { + "/v1/regions": { "get": { "tags": [ "Account" @@ -10325,7 +10325,7 @@ } } }, - "/query-performance-factors": { + "/v1/query-performance-factors": { "get": { "tags": [ "Account" @@ -10371,7 +10371,7 @@ } } }, - "/payment-methods": { + "/v1/payment-methods": { "get": { "tags": [ "Account" @@ -10417,7 +10417,7 @@ } } }, - "/logs": { + "/v1/logs": { "get": { "tags": [ "Account" @@ -10520,7 +10520,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/traffic": { + "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/traffic": { "get": { "tags": [ "Databases - Essentials" @@ -10590,7 +10590,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/slow-log": { + "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/slow-log": { "get": { "tags": [ "Databases - Essentials" @@ -10658,7 +10658,7 @@ } } }, - "/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/available-target-versions": { + "/v1/fixed/subscriptions/{subscriptionId}/databases/{databaseId}/available-target-versions": { "get": { "tags": [ "Databases - Essentials" @@ -10726,7 +10726,7 @@ } } }, - "/fixed/redis-versions": { + "/v1/fixed/redis-versions": { "get": { "tags": [ "Subscriptions - Essentials" @@ -10784,7 +10784,7 @@ } } }, - "/fixed/plans": { + "/v1/fixed/plans": { "get": { "tags": [ "Subscriptions - Essentials" @@ -10855,7 +10855,7 @@ } } }, - "/fixed/plans/{planId}": { + "/v1/fixed/plans/{planId}": { "get": { "tags": [ "Subscriptions - Essentials" @@ -10913,7 +10913,7 @@ } } }, - "/fixed/plans/subscriptions/{subscriptionId}": { + "/v1/fixed/plans/subscriptions/{subscriptionId}": { "get": { "tags": [ "Subscriptions - Essentials" @@ -10971,7 +10971,7 @@ } } }, - "/database-modules": { + "/v1/database-modules": { "get": { "tags": [ "Account" @@ -11017,7 +11017,7 @@ } } }, - "/data-persistence": { + "/v1/data-persistence": { "get": { "tags": [ "Account" @@ -11063,7 +11063,7 @@ } } }, - "/cost-report/{costReportId}": { + "/v1/cost-report/{costReportId}": { "get": { "tags": [ "Account" @@ -11117,7 +11117,7 @@ } } }, - "/": { + "/v1/": { "get": { "tags": [ "Account" @@ -18476,6 +18476,11 @@ "description": "Optional. Enter a security group identifier that exists in the hosted AWS account. Security group Identifier must be in a valid format (for example: 'sg-0125be68a4625884ad') and must exist within the hosting account.", "example": "sg-0125be68a4625884ad" }, + "multipleAvailabilityZones": { + "type": "boolean", + "description": "Optional. Support deployment on multiple availability zones within the selected region. When omitted, defaults to true unless the region is explicitly marked as not supporting multi-AZ.", + "example": false + }, "preferredAvailabilityZones": { "type": "array", "description": "Optional. List the zone IDs for your preferred availability zones for the cloud provider and region.", From f9b5874dd1b44908d0a8c1a8a88c8684ccefb436 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 03:51:21 +0000 Subject: [PATCH 04/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 56811ca999..bf2896b5cf 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -16,7 +16,7 @@ }, "servers": [ { - "url": "https://api.redislabs.com/v1" + "url": "https://api.redislabs.com" } ], "security": [ From d820d048c5da08632500da4635b30f9fc6be8dc9 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:11:45 +0000 Subject: [PATCH 05/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index bf2896b5cf..56811ca999 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -16,7 +16,7 @@ }, "servers": [ { - "url": "https://api.redislabs.com" + "url": "https://api.redislabs.com/v1" } ], "security": [ From a177eec916e07e361b37ce8bd4730fcdbe9def12 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:46:01 +0000 Subject: [PATCH 06/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 763 +++++++++++++++++- 1 file changed, 762 insertions(+), 1 deletion(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 56811ca999..ec439c8c52 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -16,7 +16,7 @@ }, "servers": [ { - "url": "https://api.redislabs.com/v1" + "url": "https://api.redislabs.com" } ], "security": [ @@ -79,6 +79,718 @@ } ], "paths": { + "/v1/subscriptions/{subscriptionId}/data-integration-workspace/**": { + "get": { + "tags": [ + "Data Integration" + ], + "summary": "Proxy a Data Integration workspace request", + "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", + "operationId": "proxyDataIntegrationWorkspace", + "parameters": [ + { + "name": "subscriptionId", + "in": "path", + "description": "Subscription ID.", + "required": true, + "schema": { + "type": "integer", + "format": "int32" + } + }, + { + "name": "requestBody", + "in": "query", + "required": true, + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + ], + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + }, + "put": { + "tags": [ + "Data Integration" + ], + "summary": "Proxy a Data Integration workspace request", + "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", + "operationId": "proxyDataIntegrationWorkspace_4", + "parameters": [ + { + "name": "subscriptionId", + "in": "path", + "description": "Subscription ID.", + "required": true, + "schema": { + "type": "integer", + "format": "int32" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + }, + "post": { + "tags": [ + "Data Integration" + ], + "summary": "Proxy a Data Integration workspace request", + "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", + "operationId": "proxyDataIntegrationWorkspace_2", + "parameters": [ + { + "name": "subscriptionId", + "in": "path", + "description": "Subscription ID.", + "required": true, + "schema": { + "type": "integer", + "format": "int32" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + }, + "delete": { + "tags": [ + "Data Integration" + ], + "summary": "Proxy a Data Integration workspace request", + "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", + "operationId": "proxyDataIntegrationWorkspace_3", + "parameters": [ + { + "name": "subscriptionId", + "in": "path", + "description": "Subscription ID.", + "required": true, + "schema": { + "type": "integer", + "format": "int32" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + }, + "patch": { + "tags": [ + "Data Integration" + ], + "summary": "Proxy a Data Integration workspace request", + "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", + "operationId": "proxyDataIntegrationWorkspace_1", + "parameters": [ + { + "name": "subscriptionId", + "in": "path", + "description": "Subscription ID.", + "required": true, + "schema": { + "type": "integer", + "format": "int32" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + } + }, + "/v1/subscriptions/{subscriptionId}/data-integration-workspace": { + "get": { + "tags": [ + "Data Integration" + ], + "summary": "Proxy a Data Integration workspace request", + "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", + "operationId": "proxyDataIntegrationWorkspace_5", + "parameters": [ + { + "name": "subscriptionId", + "in": "path", + "description": "Subscription ID.", + "required": true, + "schema": { + "type": "integer", + "format": "int32" + } + }, + { + "name": "requestBody", + "in": "query", + "required": true, + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + ], + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + }, + "put": { + "tags": [ + "Data Integration" + ], + "summary": "Proxy a Data Integration workspace request", + "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", + "operationId": "proxyDataIntegrationWorkspace_9", + "parameters": [ + { + "name": "subscriptionId", + "in": "path", + "description": "Subscription ID.", + "required": true, + "schema": { + "type": "integer", + "format": "int32" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + }, + "post": { + "tags": [ + "Data Integration" + ], + "summary": "Proxy a Data Integration workspace request", + "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", + "operationId": "proxyDataIntegrationWorkspace_7", + "parameters": [ + { + "name": "subscriptionId", + "in": "path", + "description": "Subscription ID.", + "required": true, + "schema": { + "type": "integer", + "format": "int32" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + }, + "delete": { + "tags": [ + "Data Integration" + ], + "summary": "Proxy a Data Integration workspace request", + "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", + "operationId": "proxyDataIntegrationWorkspace_8", + "parameters": [ + { + "name": "subscriptionId", + "in": "path", + "description": "Subscription ID.", + "required": true, + "schema": { + "type": "integer", + "format": "int32" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + }, + "patch": { + "tags": [ + "Data Integration" + ], + "summary": "Proxy a Data Integration workspace request", + "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", + "operationId": "proxyDataIntegrationWorkspace_6", + "parameters": [ + { + "name": "subscriptionId", + "in": "path", + "description": "Subscription ID.", + "required": true, + "schema": { + "type": "integer", + "format": "int32" + } + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + } + }, "/v1/users/{userId}": { "get": { "tags": [ @@ -11063,6 +11775,52 @@ } } }, + "/v1/data-integration-workspaces": { + "get": { + "tags": [ + "Data Integration" + ], + "summary": "List Data Integration workspaces", + "description": "Lists all Data Integration workspaces in the current account. Proxied to the Cloud RDI service.", + "operationId": "getDataIntegrationWorkspaces", + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/JsonNode" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + } + }, "/v1/cost-report/{costReportId}": { "get": { "tags": [ @@ -11239,6 +11997,9 @@ }, "description": "User update request" }, + "JsonNode": { + "type": "object" + }, "PaymentMethods": { "type": "object", "properties": { From f6222596063db1698ae42d7f8e0ee9117fb9234e Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 03:32:51 +0000 Subject: [PATCH 07/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index ec439c8c52..d98d9368f7 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -86,7 +86,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -227,7 +227,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -298,7 +298,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -369,7 +369,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -442,7 +442,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -583,7 +583,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -654,7 +654,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -725,7 +725,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", From b2d603d75014ccd3d780a91849517aed2fe2e6c8 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:41:52 +0000 Subject: [PATCH 08/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index d98d9368f7..ec439c8c52 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -86,7 +86,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -227,7 +227,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -298,7 +298,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -369,7 +369,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -442,7 +442,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -583,7 +583,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -654,7 +654,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -725,7 +725,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 835d92f1c0e106a271de1ba6266655622c8b4345 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 02:50:27 +0000 Subject: [PATCH 09/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index ec439c8c52..d98d9368f7 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -86,7 +86,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -227,7 +227,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -298,7 +298,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -369,7 +369,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -442,7 +442,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -583,7 +583,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -654,7 +654,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -725,7 +725,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", From 7d93c4abfdf1f55c9039c26e5a848fa73db49949 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 02:46:38 +0000 Subject: [PATCH 10/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index d98d9368f7..e73b64b3dc 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -86,7 +86,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -156,7 +156,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -298,7 +298,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -442,7 +442,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -512,7 +512,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -654,7 +654,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From cff848eef2667bff7d9ba6c509ea6bb3db42e7a9 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 02:57:16 +0000 Subject: [PATCH 11/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index e73b64b3dc..ec439c8c52 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -86,7 +86,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -156,7 +156,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -227,7 +227,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -298,7 +298,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -369,7 +369,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -442,7 +442,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -512,7 +512,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -583,7 +583,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -654,7 +654,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -725,7 +725,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From b6a14175366ed947b3544e669560383e9f66b266 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 02:33:32 +0000 Subject: [PATCH 12/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index ec439c8c52..e73b64b3dc 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -86,7 +86,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -156,7 +156,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -227,7 +227,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -298,7 +298,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -369,7 +369,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -442,7 +442,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -512,7 +512,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -583,7 +583,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -654,7 +654,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -725,7 +725,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", From 299a4485ed140eda17abb11803cfad13c713831e Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 02:51:32 +0000 Subject: [PATCH 13/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index e73b64b3dc..d98d9368f7 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -86,7 +86,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -156,7 +156,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -298,7 +298,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -442,7 +442,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -512,7 +512,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -654,7 +654,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", From deabc62e22c871483c9f2fe7741e5a454460f875 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 02:54:16 +0000 Subject: [PATCH 14/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index d98d9368f7..e73b64b3dc 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -86,7 +86,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -156,7 +156,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -298,7 +298,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -442,7 +442,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -512,7 +512,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -654,7 +654,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 46add66d202730aa8c9a4cf4edc9e4dcdfb512b7 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 02:31:22 +0000 Subject: [PATCH 15/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index e73b64b3dc..ec439c8c52 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -86,7 +86,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -156,7 +156,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -227,7 +227,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -298,7 +298,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -369,7 +369,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -442,7 +442,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -512,7 +512,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -583,7 +583,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -654,7 +654,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -725,7 +725,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From ab9761a36481a69e0b8c1584609dfdcc6d141126 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:38:57 +0000 Subject: [PATCH 16/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 435 +++++++++++++++++- 1 file changed, 419 insertions(+), 16 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index ec439c8c52..b9e81268cf 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -12,7 +12,7 @@ }, "externalDocs": { "description": "Redis Cloud API Documentation", - "url": "https://docs.redislabs.com/latest/rc/api/" + "url": "https://redis.io/docs/latest/operate/rc/api/" }, "servers": [ { @@ -47,6 +47,11 @@ "description": "All Pro database operations.", "x-order": "20" }, + { + "name": "Endpoint Redirections", + "description": "Dynamic endpoint redirection operations.", + "x-order": "21" + }, { "name": "Subscriptions - Essentials", "description": "All Essentials subscription operations.", @@ -156,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -227,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -298,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -369,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -512,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -583,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -654,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -725,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -7954,7 +7959,7 @@ "Databases - Pro" ], "summary": "Resume Pro database traffic", - "description": "Resumes traffic for the specified Pro database.", + "description": "Resumes traffic for the specified Pro database. This is available in private preview.", "operationId": "resumeBdbTraffic", "parameters": [ { @@ -8759,7 +8764,7 @@ "Databases - Essentials" ], "summary": "Resume Essentials database traffic", - "description": "Resumes traffic for the specified Essentials database.", + "description": "Resumes traffic for the specified Essentials database. This is available in private preview.", "operationId": "resumeBdbTraffic_1", "parameters": [ { @@ -9121,6 +9126,143 @@ } } }, + "/v1/endpoint-redirections": { + "post": { + "tags": [ + "Endpoint Redirections" + ], + "summary": "Create dynamic endpoint redirection", + "description": "Initiates a dynamic endpoint redirection from a source database to a target database. Returns a redirection ID that can be used to poll the status. This is available in private preview.", + "operationId": "createEndpointsRedirection", + "requestBody": { + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/CreateEndpointsRedirectionRequest" + }, + "example": { + "sourceDatabaseId": 51404231, + "targetDatabaseId": 51404232, + "endpointTargetType": "public", + "duplicateACLs": true, + "migrationProtection": true + } + } + }, + "required": true + }, + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EndpointsRedirectionResponse" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to create requested resource (primarily due to not active resource)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with the new name" + }, + "422": { + "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" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + } + }, + "/v1/endpoint-redirections/{redirectionId}/revert": { + "post": { + "tags": [ + "Endpoint Redirections" + ], + "summary": "Revert dynamic endpoint redirection", + "description": "Reverts a previously completed dynamic endpoint redirection, restoring the original endpoint configuration. This is available in private preview.", + "operationId": "revertEndpointsRedirection", + "parameters": [ + { + "name": "redirectionId", + "in": "path", + "description": "Dynamic endpoint redirection ID.", + "required": true, + "schema": { + "type": "string", + "format": "uuid" + }, + "example": "550e8400-e29b-41d4-a716-446655440000" + } + ], + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EndpointsRedirectionResponse" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "408": { + "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" + }, + "409": { + "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with new updated name)" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + } + }, "/v1/cost-report": { "post": { "tags": [ @@ -10547,7 +10689,7 @@ "Databases - Pro" ], "summary": "Get Pro database traffic", - "description": "Gets traffic information for the specified Pro database. If the database was not a source in a redirect endpoints operation, a not found error will be returned.", + "description": "Gets traffic information for the specified Pro database. If the database was not a source in a redirect endpoints operation, a not found error will be returned. This is available in private preview.", "operationId": "getDatabaseTraffic", "parameters": [ { @@ -11238,7 +11380,7 @@ "Databases - Essentials" ], "summary": "Get Essentials database traffic", - "description": "Gets traffic information for the specified Essentials database. If the database was not a source in a redirect endpoints operation, a not found error will be returned.", + "description": "Gets traffic information for the specified Essentials database. If the database was not a source in a redirect endpoints operation, a not found error will be returned. This is available in private preview.", "operationId": "getDatabaseTraffic_1", "parameters": [ { @@ -11683,6 +11825,65 @@ } } }, + "/v1/endpoint-redirections/{redirectionId}": { + "get": { + "tags": [ + "Endpoint Redirections" + ], + "summary": "Get dynamic endpoint redirection status", + "description": "Gets the status of a dynamic endpoint redirection operation by its ID. This is available in private preview.", + "operationId": "getEndpointsRedirectionStatus", + "parameters": [ + { + "name": "redirectionId", + "in": "path", + "description": "Dynamic endpoint redirection ID.", + "required": true, + "schema": { + "type": "string", + "format": "uuid" + }, + "example": "550e8400-e29b-41d4-a716-446655440000" + } + ], + "responses": { + "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": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/EndpointsRedirectionResponse" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication failed for requested resource" + }, + "403": { + "description": "Forbidden - Not allowed to access requested resource (primarily due to client source IP API Key restrictions)" + }, + "404": { + "description": "Not Found - The resource you were trying to reach was not found or does not exist" + }, + "429": { + "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)" + }, + "500": { + "description": "Internal system error - If this error persists, please contact customer support" + }, + "503": { + "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " + } + } + } + }, "/v1/database-modules": { "get": { "tags": [ @@ -12448,6 +12649,10 @@ "lastModified": "2021-08-29T13:03:08Z", "publicEndpoint": "redis-17571.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:17571", "privateEndpoint": "redis-17571.internal.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:17571", + "dynamicEndpoints": { + "public": "malleable-ultraquiet-point-31101.db-qa.redis.io:17571", + "private": "cherry-cook-turn-91868.db-qa.redis.io:17571" + }, "replica": { "syncSources": [ { @@ -13791,6 +13996,81 @@ }, "description": "RedisLabs data persistence information" }, + "EndpointsRedirectionResponse": { + "type": "object", + "properties": { + "redirectionId": { + "type": "string", + "description": "Unique identifier of the dynamic endpoint redirection. Use it to poll the redirection status.", + "format": "uuid", + "example": "550e8400-e29b-41d4-a716-446655440000" + }, + "status": { + "type": "string", + "description": "Current status of the dynamic endpoint redirection.", + "example": "in-progress", + "enum": [ + "initiated", + "pending", + "in-progress", + "completed", + "failed", + "reverted" + ] + }, + "sourceDatabaseId": { + "type": "integer", + "description": "ID of the source database the endpoint is redirected from.", + "format": "int32", + "example": 51404231 + }, + "targetDatabaseId": { + "type": "integer", + "description": "ID of the target database the endpoint is redirected to.", + "format": "int32", + "example": 51404232 + }, + "isRevert": { + "type": "boolean", + "description": "Whether this redirection reverts a previously completed redirection.", + "example": false + }, + "duplicateACLs": { + "type": "boolean", + "description": "Whether the source database ACLs were duplicated to the target database.", + "example": true + }, + "startedAt": { + "type": "string", + "description": "Timestamp when the redirection started.", + "format": "date-time", + "example": "2024-05-01T13:03:08Z" + }, + "completedAt": { + "type": "string", + "description": "Timestamp when the redirection completed.", + "format": "date-time", + "example": "2024-05-01T13:05:42Z" + }, + "revertedAt": { + "type": "string", + "description": "Timestamp when the redirection was reverted, if applicable.", + "format": "date-time" + }, + "errorMessage": { + "type": "string", + "description": "Error message describing why the redirection failed, if applicable." + }, + "endpoints": { + "type": "array", + "description": "Details of the individual endpoint redirections performed.", + "items": { + "$ref": "#/components/schemas/EndpointRedirectionDTO" + } + } + }, + "description": "Dynamic endpoint redirection status response message" + }, "CloudAccounts": { "type": "object", "properties": { @@ -14504,6 +14784,10 @@ "lastModified": "2021-08-29T13:03:08Z", "publicEndpoint": "redis-17571.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:17571", "privateEndpoint": "redis-17571.internal.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:17571", + "dynamicEndpoints": { + "public": "nonstick-pot-wave-27804.db-qa.redis.io:17571", + "private": "mustard-shake-suitable-46756.db-qa.redis.io:17571" + }, "replica": { "syncSources": [ { @@ -14573,6 +14857,10 @@ "lastModified": "2021-08-29T13:03:27Z", "publicEndpoint": "redis-11836.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:11836", "privateEndpoint": "redis-11836.internal.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:11836", + "dynamicEndpoints": { + "public": "responsible-reason-camp-67293.db-qa.redis.io:11836", + "private": "ultraclear-pocket-mercurial-75326.db-qa.redis.io:11836" + }, "replica": { "syncSources": [ { @@ -14642,6 +14930,10 @@ "lastModified": "2021-08-29T13:03:26Z", "publicEndpoint": "redis-19708.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:19708", "privateEndpoint": "redis-19708.internal.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:19708", + "dynamicEndpoints": { + "public": "rabbit-colorfast-cheery-91128.db-qa.redis.io:19708", + "private": "sprout-eucalyptus-care-43178.db-qa.redis.io:19708" + }, "replica": { "syncSources": [ { @@ -14711,6 +15003,10 @@ "lastModified": "2021-08-29T13:03:27Z", "publicEndpoint": "redis-14503.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:14503", "privateEndpoint": "redis-14503.internal.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:14503", + "dynamicEndpoints": { + "public": "connection-stitch-seafoam-17021.db-qa.redis.io:14503", + "private": "pocket-pan-neoswift-58145.db-qa.redis.io:14503" + }, "replica": { "syncSources": [ { @@ -14780,6 +15076,10 @@ "lastModified": "2021-08-29T13:03:22Z", "publicEndpoint": "redis-11349.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:11349", "privateEndpoint": "redis-11349.internal.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:11349", + "dynamicEndpoints": { + "public": "ecru-measure-theory-32604.db-qa.redis.io:11349", + "private": "error-rosemary-gold-92024.db-qa.redis.io:11349" + }, "replica": { "syncSources": [ { @@ -14831,6 +15131,10 @@ "lastModified": "2021-08-29T13:03:27Z", "publicEndpoint": "redis-13074.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:13074", "privateEndpoint": "redis-13074.internal.c235866.us-east-1-1.ec2.qa-cloud.rlrcp.com:13074", + "dynamicEndpoints": { + "public": "purebred-saffronish-bird-84456.db-qa.redis.io:13074", + "private": "sparkly-tiger-jovial-96172.db-qa.redis.io:13074" + }, "replica": { "syncSources": [ { @@ -16105,6 +16409,10 @@ "dataPersistence": "none", "replication": true, "dataEvictionPolicy": "noeviction", + "dynamicEndpoints": { + "public": "beautiful-ultralight-board-76526.db-qa.redis.io:12345", + "private": "dog-ball-key-65499.db-qa.redis.io:12345" + }, "clustering": { "enabled": false, "regexRules": [ @@ -16185,6 +16493,10 @@ "dataPersistence": "none", "replication": true, "dataEvictionPolicy": "noeviction", + "dynamicEndpoints": { + "public": "morning-easy-volleyball-28510.db-qa.redis.io:12000", + "private": "table-peanut-chin-89928.db-qa.redis.io:12000" + }, "clustering": { "enabled": false, "regexRules": [ @@ -16368,6 +16680,49 @@ }, "description": "Private Service Connect endpoint update request" }, + "CreateEndpointsRedirectionRequest": { + "required": [ + "endpointTargetType", + "migrationProtection", + "sourceDatabaseId", + "targetDatabaseId" + ], + "type": "object", + "properties": { + "sourceDatabaseId": { + "type": "integer", + "description": "ID of the source database to redirect the endpoint from.", + "format": "int32", + "example": 51404231 + }, + "targetDatabaseId": { + "type": "integer", + "description": "ID of the target database to redirect the endpoint to.", + "format": "int32", + "example": 51404232 + }, + "endpointTargetType": { + "type": "string", + "description": "Type of endpoint to redirect.", + "example": "public", + "enum": [ + "public", + "private" + ] + }, + "duplicateACLs": { + "type": "boolean", + "description": "Whether to duplicate the source database ACLs to the target database.", + "example": true + }, + "migrationProtection": { + "type": "boolean", + "description": "Must be explicitly set to true to start the migration. This is a protective measure to avoid accidental migrations.", + "example": true + } + }, + "description": "Dynamic endpoint redirection request" + }, "DatabaseSlowLogEntries": { "type": "object", "properties": { @@ -17481,6 +17836,44 @@ }, "description": "RedisLabs region information" }, + "EndpointRedirectionDTO": { + "type": "object", + "properties": { + "sourceEndpointName": { + "type": "string", + "description": "Name of the source endpoint.", + "example": "redis-12345" + }, + "targetEndpointName": { + "type": "string", + "description": "Name of the target endpoint.", + "example": "redis-12346" + }, + "sourceEndpointType": { + "type": "string", + "description": "Type of the source endpoint.", + "example": "public", + "enum": [ + "public", + "private" + ] + }, + "targetEndpointType": { + "type": "string", + "description": "Type of the target endpoint.", + "example": "public", + "enum": [ + "public", + "private" + ] + }, + "errorMessage": { + "type": "string", + "description": "Error message describing why this endpoint redirection failed, if applicable." + } + }, + "description": "Details of a single endpoint redirection." + }, "TasksStateUpdate": { "type": "object", "properties": { @@ -18142,6 +18535,7 @@ "PRIVATE_LINK_PRINCIPAL_ALREADY_EXISTS", "PRIVATE_LINK_PRINCIPAL_NOT_FOUND", "PRIVATE_LINK_PRINCIPAL_INVALID_PRINCIPLE", + "PRIVATE_LINK_PRINCIPAL_CANNOT_BE_OWNER_ACCOUNT", "PRIVATE_LINK_CLOUD_PROVIDER_NOT_SUPPORTED", "PRIVATE_LINK_GET_A_FLEXIBLE_SUBSCRIPTION_PRIVATE_LINK_IS_NOT_ALLOWED_WITH_AN_ACTIVE_ACTIVE_SUBSCRIPTION", "PRIVATE_LINK_GET_AN_ACTIVE_ACTIVE_SUBSCRIPTION_PRIVATE_LINK_IS_NOT_ALLOWED_WITH_A_SINGLE_REGION_SUBSCRIPTION", @@ -18468,12 +18862,17 @@ "type": "object", "properties": { "public": { - "type": "string" + "type": "string", + "description": "Public dynamic endpoint of the database. This is available in private preview.", + "example": "accessible-wise-produce-60121.db-qa.redis.io:13427" }, "private": { - "type": "string" + "type": "string", + "description": "Private dynamic endpoint of the database. This is available in private preview.", + "example": "effective-ticket-plants-62093.db-qa.redis.io:13427" } - } + }, + "description": "Database dynamic endpoints. This is available in private preview." }, "CrdbFlushRequest": { "type": "object", @@ -19041,6 +19440,10 @@ "dataPersistence": "none", "replication": true, "dataEvictionPolicy": "noeviction", + "dynamicEndpoints": { + "public": "hyperclear-comparison-purpose-36067.db-qa.redis.io:12037", + "private": "mahogany-refined-system-53022.db-qa.redis.io:12037" + }, "clustering": { "enabled": false, "regexRules": [ From 77a88c02d13706d1d9a54d9bddcc12beb56d044e Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 02:23:12 +0000 Subject: [PATCH 17/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index b9e81268cf..5be730d733 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 3196c6d5e9f09220a9793ab5abf5422c3941aca9 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:28:27 +0000 Subject: [PATCH 18/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 5be730d733..b9f7481755 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", From 23eec5c5c6d89c6642b05807bee78251a9a12de5 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 02:34:23 +0000 Subject: [PATCH 19/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index b9f7481755..bf6f999709 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", From dac52923955ddab4d259dc63eb428d6ec40b551a Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 03:39:01 +0000 Subject: [PATCH 20/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index bf6f999709..b9e81268cf 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", From 92e84b3fe0d1b244b600f7a1c9e1f0f6a47652ca Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:32:24 +0000 Subject: [PATCH 21/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index b9e81268cf..5f6b7c8b2b 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", From 5192aaa27048d7d23efced7d4117ee5bec2c5dca Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 02:31:10 +0000 Subject: [PATCH 22/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 5f6b7c8b2b..b9f7481755 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", From 9f84499ac2efd32bb5b27d981a82a2e126153f65 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:33:04 +0000 Subject: [PATCH 23/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index b9f7481755..5f6b7c8b2b 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", From 3b99ba6445f6d87a2349e426a3282701610b1330 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 02:31:06 +0000 Subject: [PATCH 24/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 5f6b7c8b2b..5be730d733 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 5a4d0360dd913f07d5fe36547d51bc8c4f299426 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:38:27 +0000 Subject: [PATCH 25/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 5be730d733..bf6f999709 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", From 908a771ccc6795e76cf360d20feff16a3ee1a474 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 02:47:04 +0000 Subject: [PATCH 26/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 1038 ++++++++--------- 1 file changed, 519 insertions(+), 519 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index bf6f999709..028cf67a4a 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -12,7 +12,7 @@ }, "externalDocs": { "description": "Redis Cloud API Documentation", - "url": "https://redis.io/docs/latest/operate/rc/api/" + "url": "https://docs.redislabs.com/latest/rc/api/" }, "servers": [ { @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -113,12 +113,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -184,12 +184,12 @@ } }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -255,12 +255,12 @@ } }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -326,12 +326,12 @@ } }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -397,12 +397,12 @@ } }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -469,12 +469,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -540,12 +540,12 @@ } }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -611,12 +611,12 @@ } }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -682,12 +682,12 @@ } }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -753,12 +753,12 @@ } }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -817,12 +817,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -883,12 +883,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -945,12 +945,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -1009,12 +1009,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -1075,12 +1075,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -1137,12 +1137,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -1221,12 +1221,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -1293,12 +1293,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -1368,12 +1368,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -1442,12 +1442,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -1516,12 +1516,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -1590,12 +1590,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -1685,12 +1685,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -1768,12 +1768,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -1854,12 +1854,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -1939,12 +1939,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -2043,12 +2043,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -2135,12 +2135,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -2225,12 +2225,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -2297,12 +2297,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -2391,12 +2391,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -2473,12 +2473,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -2563,12 +2563,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -2635,12 +2635,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -2699,12 +2699,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -2765,12 +2765,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -2841,12 +2841,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -2934,12 +2934,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -3006,12 +3006,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -3080,12 +3080,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -3156,12 +3156,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -3238,12 +3238,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -3334,12 +3334,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -3416,12 +3416,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -3520,12 +3520,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -3604,12 +3604,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -3668,12 +3668,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -3734,12 +3734,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -3819,12 +3819,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -3883,12 +3883,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -3948,12 +3948,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -4010,12 +4010,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4086,12 +4086,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4175,12 +4175,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4247,12 +4247,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4321,12 +4321,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4397,12 +4397,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4479,12 +4479,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4575,12 +4575,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4657,12 +4657,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4722,12 +4722,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4789,12 +4789,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -4852,12 +4852,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4917,12 +4917,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -4983,12 +4983,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -5045,12 +5045,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -5119,12 +5119,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -5181,12 +5181,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -5255,12 +5255,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -5317,12 +5317,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -5369,12 +5369,12 @@ "description": "Gets a list of all Pro subscriptions in the current account.", "operationId": "getAllSubscriptions", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -5466,12 +5466,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -5533,12 +5533,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -5599,12 +5599,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -5671,12 +5671,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -5745,12 +5745,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -5811,12 +5811,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -5886,12 +5886,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -5970,12 +5970,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -6056,12 +6056,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -6134,12 +6134,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -6211,12 +6211,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "204": { "description": "No Content", "content": { @@ -6287,12 +6287,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "204": { "description": "No Content", "content": { @@ -6372,12 +6372,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "204": { "description": "No Content", "content": { @@ -6458,12 +6458,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "204": { "description": "No Content", "content": { @@ -6543,12 +6543,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -6607,12 +6607,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -6683,12 +6683,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -6750,12 +6750,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -6806,12 +6806,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -6871,12 +6871,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -6945,12 +6945,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -7021,12 +7021,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -7088,12 +7088,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -7154,12 +7154,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "204": { "description": "No Content", "content": { @@ -7219,12 +7219,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "204": { "description": "No Content", "content": { @@ -7293,12 +7293,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "204": { "description": "No Content", "content": { @@ -7368,12 +7368,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "204": { "description": "No Content", "content": { @@ -7442,12 +7442,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -7506,12 +7506,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -7583,12 +7583,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -7673,12 +7673,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -7757,12 +7757,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -7834,12 +7834,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -7910,12 +7910,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -7986,12 +7986,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "204": { "description": "Traffic resumed" }, @@ -8053,12 +8053,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -8129,12 +8129,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -8212,12 +8212,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -8287,12 +8287,12 @@ } }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -8339,12 +8339,12 @@ "description": "Gets a list of all Essentials subscriptions in the current account.", "operationId": "getAllSubscriptions_1", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -8393,12 +8393,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -8483,12 +8483,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -8562,12 +8562,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -8639,12 +8639,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -8715,12 +8715,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -8791,12 +8791,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "204": { "description": "Traffic resumed" }, @@ -8858,12 +8858,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -8934,12 +8934,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9008,12 +9008,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9083,12 +9083,12 @@ } }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9152,12 +9152,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9220,12 +9220,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9282,12 +9282,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -9337,13 +9337,13 @@ "description": "Gets a list of all configured cloud accounts.", "operationId": "getCloudAccounts", "responses": { - "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": { + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, + "200": { "description": "OK", "content": { "application/json": { @@ -9391,12 +9391,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -9446,12 +9446,12 @@ "description": "Gets a list of all access control users for this account.", "operationId": "getAllUsers_1", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9500,12 +9500,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -9555,12 +9555,12 @@ "description": "Gets a list of all database access roles for this account.", "operationId": "getRoles", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9609,12 +9609,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -9664,12 +9664,12 @@ "description": "Gets a list of all Redis ACL rules for this account.", "operationId": "getAllRedisRules", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9718,12 +9718,12 @@ "required": true }, "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -9773,12 +9773,12 @@ "description": "Gets a list of all account users.", "operationId": "getAllUsers", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9819,12 +9819,12 @@ "description": "Gets a list of all currently running tasks for this account.", "operationId": "getAllTasks", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9876,12 +9876,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9934,12 +9934,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -9992,12 +9992,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -10061,12 +10061,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -10130,12 +10130,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -10218,12 +10218,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -10306,12 +10306,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -10374,12 +10374,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -10452,12 +10452,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -10530,12 +10530,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -10588,12 +10588,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "202": { "description": "Accepted", "content": { @@ -10646,12 +10646,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -10716,12 +10716,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -10793,12 +10793,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -10863,12 +10863,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -10931,12 +10931,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -10989,12 +10989,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11081,12 +11081,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11142,12 +11142,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11188,12 +11188,12 @@ "description": "Gets a list of available [query performance factors](https://redis.io/docs/latest/operate/rc/databases/configuration/advanced-capabilities/#query-performance-factor).", "operationId": "getSupportedSearchScalingFactors", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11234,12 +11234,12 @@ "description": "Gets a list of all payment methods for this account.", "operationId": "getAccountPaymentMethods", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11337,12 +11337,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11407,12 +11407,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11475,12 +11475,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11543,12 +11543,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11601,12 +11601,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11672,12 +11672,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11730,12 +11730,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11788,12 +11788,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11847,12 +11847,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11893,12 +11893,12 @@ "description": "Gets a list of Redis [advanced capabilities](https://redis.io/docs/latest/operate/rc/databases/configuration/advanced-capabilities/) (also known as modules) available for databases prior to Redis 8. Advanced capability support may differ based on subscription and database settings.", "operationId": "getSupportedDatabaseModules", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11939,12 +11939,12 @@ "description": "Gets a list of all [data persistence](https://redis.io/docs/latest/operate/rc/databases/configuration/data-persistence/) options for this account.", "operationId": "getDataPersistenceOptions", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -11985,12 +11985,12 @@ "description": "Lists all Data Integration workspaces in the current account. Proxied to the Cloud RDI service.", "operationId": "getDataIntegrationWorkspaces", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { @@ -12043,12 +12043,12 @@ } ], "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "Returns the cost report file", "content": { @@ -12085,12 +12085,12 @@ "description": "Gets information on this account.", "operationId": "getCurrentAccount", "responses": { - "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" }, + "400": { + "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" + }, "200": { "description": "OK", "content": { From 5cb46dcf24b14bf7617b16dd8239a064e7f1fd96 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 02:25:38 +0000 Subject: [PATCH 27/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 028cf67a4a..e4122b9dec 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", From 8c06df99414a072a18e3855bccad9dc1a5f0ad09 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 02:29:37 +0000 Subject: [PATCH 28/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index e4122b9dec..028cf67a4a 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", From 19ba871128bd0d6dcb4fa668af22a81edacab101 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 02:11:39 +0000 Subject: [PATCH 29/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 028cf67a4a..e4122b9dec 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", From dd8908cc6b7a63b3fbb32cf68f801ce9ce649e8d Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 02:40:34 +0000 Subject: [PATCH 30/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index e4122b9dec..ffb0fb4df3 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", From 7054ce6adf1fe9eec462404abed1ab93f0080386 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 02:37:58 +0000 Subject: [PATCH 31/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index ffb0fb4df3..028cf67a4a 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 2d82f18773ff8d22fefa92c6aed2763bf6cc8287 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:39:32 +0000 Subject: [PATCH 32/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 028cf67a4a..e4122b9dec 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", From 61e365e390b3bbbadbcbe10ac791ffc226f51af1 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:23:38 +0000 Subject: [PATCH 33/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index e4122b9dec..dbb7897c8c 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 37ecfa8c42fa6d9d48249ece715caf988994f0f7 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 02:26:05 +0000 Subject: [PATCH 34/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index dbb7897c8c..ffb0fb4df3 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", From b560de4bfc005b1cd459df1cd40c3022831e52da Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 02:34:53 +0000 Subject: [PATCH 35/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index ffb0fb4df3..028cf67a4a 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 890bebb07766061d9b14de9b80c54b5106f84ddb Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 01:24:49 +0000 Subject: [PATCH 36/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 028cf67a4a..cabd537e97 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 7bd6ebd254f831592616d0ed91efdfb972712028 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:40:14 +0000 Subject: [PATCH 37/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 1030 ++++++++--------- 1 file changed, 515 insertions(+), 515 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index cabd537e97..421f17e1f8 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -113,12 +113,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": { @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -184,12 +184,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": { @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -255,12 +255,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": { @@ -326,12 +326,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": { @@ -397,12 +397,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": { @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -469,12 +469,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": { @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -540,12 +540,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": { @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -611,12 +611,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": { @@ -682,12 +682,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": { @@ -753,12 +753,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": { @@ -817,12 +817,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": { @@ -883,12 +883,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": { @@ -945,12 +945,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": { @@ -1009,12 +1009,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": { @@ -1075,12 +1075,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": { @@ -1137,12 +1137,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": { @@ -1221,12 +1221,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": { @@ -1293,12 +1293,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": { @@ -1368,12 +1368,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": { @@ -1442,12 +1442,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": { @@ -1516,12 +1516,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": { @@ -1590,12 +1590,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": { @@ -1685,12 +1685,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": { @@ -1768,12 +1768,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": { @@ -1854,12 +1854,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": { @@ -1939,12 +1939,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": { @@ -2043,12 +2043,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": { @@ -2135,12 +2135,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": { @@ -2225,12 +2225,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": { @@ -2297,12 +2297,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": { @@ -2391,12 +2391,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": { @@ -2473,12 +2473,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": { @@ -2563,12 +2563,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": { @@ -2635,12 +2635,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": { @@ -2699,12 +2699,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": { @@ -2765,12 +2765,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": { @@ -2841,12 +2841,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": { @@ -2934,12 +2934,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": { @@ -3006,12 +3006,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": { @@ -3080,12 +3080,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": { @@ -3156,13 +3156,13 @@ "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" }, - "200": { + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, + "200": { "description": "OK", "content": { "application/json": { @@ -3238,12 +3238,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": { @@ -3334,12 +3334,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": { @@ -3416,12 +3416,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": { @@ -3520,12 +3520,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": { @@ -3604,12 +3604,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": { @@ -3668,12 +3668,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": { @@ -3734,12 +3734,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": { @@ -3819,12 +3819,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": { @@ -3883,12 +3883,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": { @@ -3948,12 +3948,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": { @@ -4010,12 +4010,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": { @@ -4086,12 +4086,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": { @@ -4175,12 +4175,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": { @@ -4247,12 +4247,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": { @@ -4321,12 +4321,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": { @@ -4397,12 +4397,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": { @@ -4479,12 +4479,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": { @@ -4575,12 +4575,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": { @@ -4657,12 +4657,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": { @@ -4722,12 +4722,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": { @@ -4789,12 +4789,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": { @@ -4852,12 +4852,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": { @@ -4917,12 +4917,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": { @@ -4983,12 +4983,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": { @@ -5045,12 +5045,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": { @@ -5119,12 +5119,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": { @@ -5181,12 +5181,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": { @@ -5255,12 +5255,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": { @@ -5317,12 +5317,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": { @@ -5369,12 +5369,12 @@ "description": "Gets a list of all Pro subscriptions in the current account.", "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": { @@ -5466,12 +5466,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": { @@ -5533,12 +5533,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": { @@ -5599,12 +5599,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": { @@ -5671,12 +5671,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": { @@ -5745,12 +5745,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": { @@ -5811,12 +5811,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": { @@ -5886,12 +5886,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": { @@ -5970,12 +5970,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": { @@ -6056,12 +6056,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": { @@ -6134,12 +6134,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": { @@ -6211,12 +6211,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" + }, "204": { "description": "No Content", "content": { @@ -6287,12 +6287,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" + }, "204": { "description": "No Content", "content": { @@ -6372,12 +6372,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" + }, "204": { "description": "No Content", "content": { @@ -6458,12 +6458,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" + }, "204": { "description": "No Content", "content": { @@ -6543,12 +6543,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": { @@ -6607,12 +6607,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": { @@ -6683,12 +6683,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": { @@ -6750,12 +6750,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": { @@ -6806,12 +6806,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": { @@ -6871,12 +6871,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": { @@ -6945,12 +6945,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": { @@ -7021,12 +7021,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": { @@ -7088,12 +7088,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": { @@ -7154,12 +7154,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" + }, "204": { "description": "No Content", "content": { @@ -7219,12 +7219,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" + }, "204": { "description": "No Content", "content": { @@ -7293,12 +7293,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" + }, "204": { "description": "No Content", "content": { @@ -7368,12 +7368,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" + }, "204": { "description": "No Content", "content": { @@ -7442,12 +7442,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": { @@ -7506,12 +7506,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": { @@ -7583,12 +7583,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": { @@ -7673,12 +7673,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": { @@ -7757,12 +7757,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": { @@ -7834,12 +7834,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": { @@ -7910,12 +7910,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": { @@ -7986,12 +7986,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" + }, "204": { "description": "Traffic resumed" }, @@ -8053,12 +8053,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": { @@ -8129,12 +8129,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": { @@ -8212,12 +8212,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": { @@ -8287,12 +8287,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": { @@ -8339,12 +8339,12 @@ "description": "Gets a list of all Essentials subscriptions in the current account.", "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": { @@ -8393,12 +8393,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": { @@ -8483,12 +8483,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": { @@ -8562,12 +8562,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": { @@ -8639,12 +8639,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": { @@ -8715,12 +8715,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": { @@ -8791,12 +8791,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" + }, "204": { "description": "Traffic resumed" }, @@ -8858,12 +8858,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": { @@ -8934,12 +8934,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": { @@ -9008,12 +9008,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": { @@ -9083,12 +9083,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": { @@ -9152,12 +9152,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": { @@ -9220,12 +9220,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": { @@ -9282,12 +9282,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": { @@ -9337,12 +9337,12 @@ "description": "Gets a list of 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": { @@ -9391,13 +9391,13 @@ "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" }, - "202": { + "412": { + "description": "Precondition Failed - Feature flag for this flow is off" + }, + "202": { "description": "Accepted", "content": { "application/json": { @@ -9446,12 +9446,12 @@ "description": "Gets a list of all access control users for this account.", "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": { @@ -9500,12 +9500,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": { @@ -9555,12 +9555,12 @@ "description": "Gets a list of all database access roles for this account.", "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": { @@ -9609,12 +9609,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": { @@ -9664,12 +9664,12 @@ "description": "Gets a list of all Redis ACL rules for this account.", "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": { @@ -9718,12 +9718,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": { @@ -9773,12 +9773,12 @@ "description": "Gets a list of all account 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": { @@ -9819,12 +9819,12 @@ "description": "Gets a list of all currently running tasks for this account.", "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": { @@ -9876,12 +9876,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": { @@ -9934,12 +9934,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": { @@ -9992,12 +9992,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": { @@ -10061,12 +10061,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": { @@ -10130,12 +10130,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": { @@ -10218,12 +10218,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": { @@ -10306,12 +10306,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": { @@ -10374,12 +10374,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": { @@ -10452,12 +10452,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": { @@ -10530,12 +10530,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": { @@ -10588,12 +10588,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": { @@ -10646,12 +10646,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": { @@ -10716,12 +10716,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": { @@ -10793,12 +10793,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": { @@ -10863,12 +10863,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": { @@ -10931,12 +10931,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": { @@ -10989,12 +10989,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": { @@ -11081,12 +11081,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": { @@ -11142,12 +11142,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": { @@ -11188,12 +11188,12 @@ "description": "Gets a list of available [query performance factors](https://redis.io/docs/latest/operate/rc/databases/configuration/advanced-capabilities/#query-performance-factor).", "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": { @@ -11234,12 +11234,12 @@ "description": "Gets a list of all payment methods for this account.", "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": { @@ -11337,12 +11337,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": { @@ -11407,12 +11407,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": { @@ -11475,12 +11475,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": { @@ -11543,12 +11543,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": { @@ -11601,12 +11601,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": { @@ -11672,12 +11672,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": { @@ -11730,12 +11730,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": { @@ -11788,12 +11788,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": { @@ -11847,12 +11847,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": { @@ -11893,12 +11893,12 @@ "description": "Gets a list of Redis [advanced capabilities](https://redis.io/docs/latest/operate/rc/databases/configuration/advanced-capabilities/) (also known as modules) available for databases prior to Redis 8. Advanced capability 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": { @@ -11939,12 +11939,12 @@ "description": "Gets a list of all [data persistence](https://redis.io/docs/latest/operate/rc/databases/configuration/data-persistence/) options for this account.", "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": { @@ -11985,12 +11985,12 @@ "description": "Lists all Data Integration workspaces in the current account. Proxied to the Cloud RDI service.", "operationId": "getDataIntegrationWorkspaces", "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": { @@ -12043,12 +12043,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": "Returns the cost report file", "content": { @@ -12085,12 +12085,12 @@ "description": "Gets information on this account.", "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": { From 1ffc8e3fc53ef817f804828353b99ce1b691ae08 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 01:37:10 +0000 Subject: [PATCH 38/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 421f17e1f8..95ba9885b6 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", From 59a773c43a77c1a20b87aee7d913db9971213425 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 01:47:50 +0000 Subject: [PATCH 39/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 95ba9885b6..421f17e1f8 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From c55ef51dd6dbfcc96299d38a52c14ed1362908ea Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 01:49:58 +0000 Subject: [PATCH 40/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 421f17e1f8..0106d80949 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", From 2d0ff2407a5e7bf74c03ddb48645d98074eeb06d Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 01:47:56 +0000 Subject: [PATCH 41/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 0106d80949..95ba9885b6 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From ed6498b7f52eb0617d9a75cde9fe691396636bb9 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 01:07:51 +0000 Subject: [PATCH 42/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 95ba9885b6..1069f4fd1e 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", From 397e26a4e35e9949492a5737b52b7db48fc026d5 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 01:09:11 +0000 Subject: [PATCH 43/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 1069f4fd1e..421f17e1f8 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From d56ac94753c4fa8996a925b50a468131047e9caa Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 01:06:45 +0000 Subject: [PATCH 44/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 421f17e1f8..0106d80949 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", From 8a315670a38402fd2e23b2c05d376c7425be550d Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 01:08:00 +0000 Subject: [PATCH 45/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 0106d80949..421f17e1f8 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 8fbbe5df2087acd5e9444b98c0e22aa6c0a18918 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 01:07:25 +0000 Subject: [PATCH 46/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 421f17e1f8..1069f4fd1e 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", From cacc719708d2e940042795bfd21e4fda8c2a50ed Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 01:11:14 +0000 Subject: [PATCH 47/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 1069f4fd1e..37c734a18c 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", From 62156c3f251e34db8c228462d2f34fd6b8fbf2a1 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 01:07:30 +0000 Subject: [PATCH 48/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 37c734a18c..421f17e1f8 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 2e8487b8e565f2dd5108198698c0c448f1ac7dc0 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 01:12:56 +0000 Subject: [PATCH 49/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 421f17e1f8..0106d80949 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", From 248052664f56acee68c786c292ae9e244290d579 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:10:25 +0000 Subject: [PATCH 50/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 0106d80949..37c734a18c 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", From 23b6c2ea03cc8ac92f1f389358fcc64a18675436 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 01:09:08 +0000 Subject: [PATCH 51/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 37c734a18c..421f17e1f8 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From f8ee6391823667d407f0cc4cea92fe2bd74e81b2 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 01:11:29 +0000 Subject: [PATCH 52/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 421f17e1f8..1069f4fd1e 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", From c1dc820f6d06c44188a46cdd23c652d39628a6dc Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:37:42 +0000 Subject: [PATCH 53/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 1069f4fd1e..421f17e1f8 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From aed0302803a7a9b2ab978b8c99b2cfba79713280 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 05:42:31 +0000 Subject: [PATCH 54/59] Update content/operate/rc/api/api-reference/openapi.json --- content/operate/rc/api/api-reference/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 421f17e1f8..1069f4fd1e 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", From 1875b639f909ae61726ce9b4a78413675408a46e Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 03:45:15 +0000 Subject: [PATCH 55/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 1069f4fd1e..37c734a18c 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", From 234e4d02c9e3ec571f7430faa17f1c74d5ab0eac Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 03:39:10 +0000 Subject: [PATCH 56/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 37c734a18c..1069f4fd1e 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", From 4eb0fceab1b45ae43d262403d5be1888f6e722d9 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 02:57:37 +0000 Subject: [PATCH 57/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 1069f4fd1e..556bf9a087 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", From 394f4941d4793abc64ecedd038ff6942b56456a8 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 03:01:38 +0000 Subject: [PATCH 58/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 556bf9a087..421f17e1f8 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", From 519631cc55c0a30366dcae09bfda13087a02aa71 Mon Sep 17 00:00:00 2001 From: "redisdocsapp[bot]" <177626021+redisdocsapp[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 03:01:14 +0000 Subject: [PATCH 59/59] Update content/operate/rc/api/api-reference/openapi.json --- .../operate/rc/api/api-reference/openapi.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/operate/rc/api/api-reference/openapi.json b/content/operate/rc/api/api-reference/openapi.json index 421f17e1f8..0106d80949 100644 --- a/content/operate/rc/api/api-reference/openapi.json +++ b/content/operate/rc/api/api-reference/openapi.json @@ -91,7 +91,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_2", + "operationId": "proxyDataIntegrationWorkspace", "parameters": [ { "name": "subscriptionId", @@ -161,7 +161,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_3", + "operationId": "proxyDataIntegrationWorkspace_1", "parameters": [ { "name": "subscriptionId", @@ -232,7 +232,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace", + "operationId": "proxyDataIntegrationWorkspace_3", "parameters": [ { "name": "subscriptionId", @@ -303,7 +303,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_4", + "operationId": "proxyDataIntegrationWorkspace_2", "parameters": [ { "name": "subscriptionId", @@ -374,7 +374,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_1", + "operationId": "proxyDataIntegrationWorkspace_4", "parameters": [ { "name": "subscriptionId", @@ -447,7 +447,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_7", + "operationId": "proxyDataIntegrationWorkspace_5", "parameters": [ { "name": "subscriptionId", @@ -517,7 +517,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_8", + "operationId": "proxyDataIntegrationWorkspace_6", "parameters": [ { "name": "subscriptionId", @@ -588,7 +588,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_5", + "operationId": "proxyDataIntegrationWorkspace_8", "parameters": [ { "name": "subscriptionId", @@ -659,7 +659,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_9", + "operationId": "proxyDataIntegrationWorkspace_7", "parameters": [ { "name": "subscriptionId", @@ -730,7 +730,7 @@ ], "summary": "Proxy a Data Integration workspace request", "description": "Forwards the request to the Data Integration workspace owned by the specified subscription. Path under `data-integration-workspace/**` is forwarded as-is to the Cloud RDI service.", - "operationId": "proxyDataIntegrationWorkspace_6", + "operationId": "proxyDataIntegrationWorkspace_9", "parameters": [ { "name": "subscriptionId",