|
6571 | 6571 | } |
6572 | 6572 | } |
6573 | 6573 | }, |
6574 | | - "/subscriptions/dedicated": { |
6575 | | - "post": { |
6576 | | - "tags": [ |
6577 | | - "Subscriptions - Dedicated" |
6578 | | - ], |
6579 | | - "summary": "Create Dedicated subscription", |
6580 | | - "description": "Creates a new Redis Cloud Dedicated subscription.", |
6581 | | - "operationId": "createSubscription_1", |
6582 | | - "requestBody": { |
6583 | | - "content": { |
6584 | | - "application/json": { |
6585 | | - "schema": { |
6586 | | - "$ref": "#/components/schemas/SubscriptionCreateRequest" |
6587 | | - } |
6588 | | - } |
6589 | | - }, |
6590 | | - "required": true |
6591 | | - }, |
6592 | | - "responses": { |
6593 | | - "400": { |
6594 | | - "description": "Bad Request - The server cannot process the request due to something that is perceived to be a client error" |
6595 | | - }, |
6596 | | - "412": { |
6597 | | - "description": "Precondition Failed - Feature flag for this flow is off" |
6598 | | - }, |
6599 | | - "202": { |
6600 | | - "description": "Accepted", |
6601 | | - "content": { |
6602 | | - "application/json": { |
6603 | | - "schema": { |
6604 | | - "$ref": "#/components/schemas/TaskStateUpdate" |
6605 | | - } |
6606 | | - } |
6607 | | - } |
6608 | | - }, |
6609 | | - "401": { |
6610 | | - "description": "Unauthorized - Authentication failed for requested resource" |
6611 | | - }, |
6612 | | - "403": { |
6613 | | - "description": "Forbidden - Not allowed to create requested resource (primarily due to not active resource)" |
6614 | | - }, |
6615 | | - "404": { |
6616 | | - "description": "Not Found - The resource you were trying to reach was not found or does not exist" |
6617 | | - }, |
6618 | | - "408": { |
6619 | | - "description": "Request Timeout - The server didn't receive a complete request message within the server's allotted timeout period" |
6620 | | - }, |
6621 | | - "409": { |
6622 | | - "description": "Conflict - request could not be processed because of a conflict (primarily due to another resource that exist with the new name" |
6623 | | - }, |
6624 | | - "422": { |
6625 | | - "description": "Unprocessable Entity - The server understands the request, and the syntax of the request is correct, but it was unable to process the contained instructions" |
6626 | | - }, |
6627 | | - "429": { |
6628 | | - "description": "Too Many Requests - Too many resources are concurrently created / updated / deleted in the account. Please re-submit API requests after resource changes are completed)" |
6629 | | - }, |
6630 | | - "500": { |
6631 | | - "description": "Internal system error - If this error persists, please contact customer support" |
6632 | | - }, |
6633 | | - "503": { |
6634 | | - "description": "Service Unavailable - Server is temporarily unable to handle the request, please try again later. If this error persists, please contact customer support " |
6635 | | - } |
6636 | | - } |
6637 | | - } |
6638 | | - }, |
6639 | 6574 | "/fixed/subscriptions": { |
6640 | 6575 | "get": { |
6641 | 6576 | "tags": [ |
|
6687 | 6622 | ], |
6688 | 6623 | "summary": "Create Essentials subscription", |
6689 | 6624 | "description": "Creates a new Essentials subscription.", |
6690 | | - "operationId": "createSubscription_2", |
| 6625 | + "operationId": "createSubscription_1", |
6691 | 6626 | "requestBody": { |
6692 | 6627 | "content": { |
6693 | 6628 | "application/json": { |
|
12391 | 12326 | "items": { |
12392 | 12327 | "type": "string" |
12393 | 12328 | } |
| 12329 | + }, |
| 12330 | + "redisIamRole": { |
| 12331 | + "type": "string" |
| 12332 | + }, |
| 12333 | + "requiredKeyPolicyStatements": { |
| 12334 | + "type": "object" |
| 12335 | + }, |
| 12336 | + "deletionGracePeriodOptions": { |
| 12337 | + "type": "array", |
| 12338 | + "items": { |
| 12339 | + "type": "string" |
| 12340 | + } |
12394 | 12341 | } |
12395 | 12342 | }, |
12396 | 12343 | "description": "Configuration regarding customer managed persistent storage encryption" |
|
14727 | 14674 | "ACTIVE_ACTIVE_CREATE_A_REGION_MUST_BE_DEFINED_ONCE_PER_DATABASE", |
14728 | 14675 | "ACTIVE_ACTIVE_CREATE_A_REGION_DATABASE_RESP_VERSION_IS_NOT_SUPPORTED", |
14729 | 14676 | "TOO_MANY_LOCAL_THROUGHPUT_MEASUREMENTS_DEFINED_FOR_SPECIFIED_ACTIVE_ACTIVE_SUBSCRIPTION", |
14730 | | - "ACTIVE_ACTIVE_EXTERNAL_CA_NOT_SUPPORTED", |
14731 | 14677 | "ACTIVE_ACTIVE_RAM_AND_FLASH_MEMORY_STORAGE_NOT_SUPPORTED", |
14732 | 14678 | "ACTIVE_ACTIVE_DATABASE_MODULE_IS_NOT_SUPPORTED", |
14733 | 14679 | "ACTIVE_ACTIVE_DATABASE_MODULES_IS_NOT_SUPPORTED", |
|
15422 | 15368 | "readOnly": true |
15423 | 15369 | } |
15424 | 15370 | }, |
15425 | | - "description": "Dedicated Subscription create request" |
| 15371 | + "description": "Subscription create request" |
15426 | 15372 | }, |
15427 | 15373 | "RedisVersions": { |
15428 | 15374 | "type": "object", |
|
0 commit comments