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/15] 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/15] 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/15] 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/15] 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/15] 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/15] 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/15] 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/15] 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/15] 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/15] 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/15] 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/15] 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/15] 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/15] 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/15] 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",