Redshift Serverless Restore Points

The /redshiftServerless/restorePoints resource collection represents all restore points created for Redshift Serverless namespaces in Veeam Backup for AWS.

Get Redshift Serverless Restore Points

The HTTP GET request to the /redshiftServerless/restorePoints endpoint retrieves a list of all restore points of Redshift Serverless namespaces available in Veeam Backup for AWS.

SecurityBearer
Request
query Parameters
RedshiftServerlessId
string <uuid>

Returns only restore points of a Redshift Serverless namespace with the specified ID.

RestorePointAwsAccountId
string

Returns Redshift Serverless restore points stored in an AWS account with the specified ID.

ResourceAwsAccountId
string

Returns only restore points of a Redshift Serverless namespace that belong to an AWS account with the specified ID.

ResourceAwsOrganizationId
string

Returns only restore points of a Redshift Serverless namespace that belong to an AWS Organization with the specified ID.

Offset
integer <int32> >= 0

Excludes from a response the first N items of a resource collection.

Limit
integer <int32> >= -1

Specifies the maximum number of items of a resource collection to return in a response.

Sort
Array of strings (RedshiftRestorePointSortColumns)

Specifies the order of items in the response. For more information, see the Veeam Backup for AWS REST API Reference Overview, section Sort Parameter.

Items Enum: "sizeAsc" "sizeDesc" "jobTypeAsc" "jobTypeDesc" "creationTimeUtcAsc" "creationTimeUtcDesc" "restorePointAwsAccountIdAsc" "restorePointAwsAccountIdDesc"
header Parameters
x-api-version
required
string
Default: 1.7-rev0

Specifies the current version and revision of the Veeam Backup for AWS REST API.

Responses
200

OK

400

Bad Request. The request body is malformed, incomplete or otherwise invalid.

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

404

Not Found. One or more resources specified in the request could not be found in the specified resource collection.

500

Internal Server Error. The request has been received but could not be completed because of an internal error on the server side.

503

Service Unavailable

504

Gateway Timeout

get/api/v1/redshiftServerless/restorePoints
Request samples
curl -i -X GET \
  'https://helpcenter.veeam.com/api/v1/redshiftServerless/restorePoints?RedshiftServerlessId=497f6eca-6276-4993-bfeb-53cbbbba6f08&RestorePointAwsAccountId=string&ResourceAwsAccountId=string&ResourceAwsOrganizationId=string&Offset=0&Limit=-1&Sort=sizeAsc' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'x-api-version: 1.7-rev0'
Response samples
{
  • "results": [
    ],
  • "totalCount": 0,
  • "_links": [
    ]
}

Get Redshift Serverless Restore Point Data

The HTTP GET request to the /redshiftServerless/restorePoints/{restorePointId} endpoint retrieves information on a restore point with the specified ID.

SecurityBearer
Request
path Parameters
restorePointId
required
string <uuid>

Specifies the system ID assigned to a restore point in the Veeam Backup for AWS REST API.

header Parameters
x-api-version
required
string
Default: 1.7-rev0

Specifies the current version and revision of the Veeam Backup for AWS REST API.

Responses
200

OK

400

Bad Request. The request body is malformed, incomplete or otherwise invalid.

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

404

Not Found. One or more resources specified in the request could not be found in the specified resource collection.

500

Internal Server Error. The request has been received but could not be completed because of an internal error on the server side.

503

Service Unavailable

504

Gateway Timeout

get/api/v1/redshiftServerless/restorePoints/{restorePointId}
Request samples
curl -i -X GET \
  'https://helpcenter.veeam.com/api/v1/redshiftServerless/restorePoints/{restorePointId}' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'x-api-version: 1.7-rev0'
Response samples
{
  • "policyName": "string",
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "namespaceName": "string",
  • "workgroupName": "string",
  • "redshiftId": "3f0e8cbe-b8a6-45ec-adbe-f8688507a916",
  • "backupId": "eb7cea43-10b2-42dd-8819-ab9aed37565f",
  • "regionName": "string",
  • "regionDisplayName": "string",
  • "jobType": "AwsRedshiftServerlessBackup",
  • "hasManualBackup": true,
  • "createTimeUtc": "2019-08-24T14:15:22Z",
  • "completedTimeUtc": "2019-08-24T14:15:22Z",
  • "isStandalone": true,
  • "isMasterPasswordEnabled": true,
  • "masterPasswordKmsKeyArn": "string",
  • "vpcId": "string",
  • "subnetIds": [
    ],
  • "publiclyAccessible": true,
  • "port": 0,
  • "securityGroups": [
    ],
  • "iamRoles": [
    ],
  • "rpuNumber": 0,
  • "maxRpuNumber": 0,
  • "encryptionKmsKeyId": "string",
  • "defaultIamRole": "string",
  • "resourceAwsAccountId": "string",
  • "restorePointAwsAccountId": "string",
  • "_links": [
    ]
}

Remove Redshift Serverless Restore Point

The HTTP DELETE request to the /redshiftServerless/restorePoints/{restorePointId} endpoint deletes a restore point created manually.

SecurityBearer
Request
path Parameters
restorePointId
required
string <uuid>

Specifies the system ID assigned to a restore point in the Veeam Backup for AWS REST API.

header Parameters
x-api-version
required
string
Default: 1.7-rev0

Specifies the current version and revision of the Veeam Backup for AWS REST API.

Responses
202

Accepted

400

Bad Request. The request body is malformed, incomplete or otherwise invalid.

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

404

Not Found. One or more resources specified in the request could not be found in the specified resource collection.

500

Internal Server Error. The request has been received but could not be completed because of an internal error on the server side.

503

Service Unavailable

504

Gateway Timeout

delete/api/v1/redshiftServerless/restorePoints/{restorePointId}
Request samples
curl -i -X DELETE \
  'https://helpcenter.veeam.com/api/v1/redshiftServerless/restorePoints/{restorePointId}' \
  -H 'Authorization: YOUR_API_KEY_HERE' \
  -H 'x-api-version: 1.7-rev0'
Response samples
{}

Perform Redshift Serverless Namespace Restore

The HTTP POST request to the /redshiftServerless/restorePoints/{restorePointId}/restore endpoint performs restore of a Redshift Serverless namespace to a restore point with the specified ID.

SecurityBearer
Request
path Parameters
restorePointId
required
string <uuid>

Specifies the system ID assigned to a restore point in the Veeam Backup for AWS REST API.

header Parameters
x-api-version
required
string
Default: 1.7-rev0

Specifies the current version and revision of the Veeam Backup for AWS REST API.

Request Body schema: application/json
required
restoreToExistingNamespace
required
boolean

Defines whether to restore the Redshift Serverless namespace to the original or to any existing namespace.

required
object (AuthenticationSpecification)

Specifies authentication settings used to perform the restore operation.

existingNamespaceName
string

Defines the name of the original or any existing namespace.

object (RedshiftServerlessRestoreToNewNamespace)

[Applies if you restore the Redshift Serverless namespace to a new namespace] Specifies settings for the restored Redshift Serverless namespace.

reason
string

Specifies a reason for the restore operation.

Responses
202

Accepted

400

Bad Request. The request body is malformed, incomplete or otherwise invalid

401

Unauthorized. The authorization header has been expected but not found (or found but is expired).

403

Forbidden. The user sending a request does not have adequate privileges to access one or more objects specified in the request.

404

Not Found. One or more resources specified in the request could not be found in the specified resource collection.

500

Internal Server Error. The request has been received but could not be completed because of an internal error on the server side.

503

Service Unavailable

504

Gateway Timeout

post/api/v1/redshiftServerless/restorePoints/{restorePointId}/restore
Request samples
application/json
{
  • "restoreToExistingNamespace": true,
  • "existingNamespaceName": "string",
  • "authenticationSpecification": {
    },
  • "newNamespaceSpecification": {
    },
  • "reason": "string"
}
Response samples
{}