amazonaws.com – backup
Backup
Backup is a unified backup service designed to protect Amazon Web Services services and their associated data. Backup simplifies the creation, migration, restoration, and deletion of backups, while also providing reporting and auditing.
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:backup/2018-11-15.json
- Provider
- amazonaws.com:backup / backup
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/backup/2018-11-15/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/backup/2018-11-15/openapi.yaml
Tools (74)
Extracted live via the executor SDK.
-
accountSettings.describeRegionSettingsReturns the current service opt-in settings for the Region. If service opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region.
-
accountSettings.updateRegionSettingsUpdates the current service opt-in settings for the Region. If service-opt-in is enabled for a service, Backup tries to protect that service's resources in this Region, when the resource is included in an on-demand backup or scheduled backup plan. Otherwise, Backup does not try to protect that service's resources in this Region. Use the
DescribeRegionSettingsAPI to determine the resource types that are supported. -
audit.createFrameworkCreates a framework with one or more controls. A framework is a collection of controls that you can use to evaluate your backup practices. By using pre-built customizable controls to define your policies, you can evaluate whether your backup practices comply with your policies and which resources are not yet in compliance.
-
audit.createReportPlanCreates a report plan. A report plan is a document that contains information about the contents of the report and where Backup will deliver it.
If you call
CreateReportPlanwith a plan that already exists, you receive anAlreadyExistsExceptionexception. -
audit.deleteFrameworkDeletes the framework specified by a framework name.
-
audit.deleteReportPlanDeletes the report plan specified by a report plan name.
-
audit.describeFrameworkReturns the framework details for the specified
FrameworkName. -
audit.describeReportJobReturns the details associated with creating a report as specified by its
ReportJobId. -
audit.describeReportPlanReturns a list of all report plans for an Amazon Web Services account and Amazon Web Services Region.
-
audit.listFrameworksReturns a list of all frameworks for an Amazon Web Services account and Amazon Web Services Region.
-
audit.listReportJobsReturns details about your report jobs.
-
audit.listReportPlansReturns a list of your report plans. For detailed information about a single report plan, use
DescribeReportPlan. -
audit.startReportJobStarts an on-demand report job for the specified report plan.
-
audit.updateFrameworkUpdates an existing framework identified by its
FrameworkNamewith the input document in JSON format. -
audit.updateReportPlanUpdates an existing report plan identified by its
ReportPlanNamewith the input document in JSON format. -
backup.createBackupPlanCreates a backup plan using a backup plan name and backup rules. A backup plan is a document that contains information that Backup uses to schedule tasks that create recovery points for resources.
If you call
CreateBackupPlanwith a plan that already exists, you receive anAlreadyExistsExceptionexception. -
backup.createBackupSelectionCreates a JSON document that specifies a set of resources to assign to a backup plan. For examples, see .
-
backup.deleteBackupPlanDeletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.
-
backup.deleteBackupSelectionDeletes the resource selection associated with a backup plan that is specified by the
SelectionId. -
backup.exportBackupPlanTemplateReturns the backup plan that is specified by the plan ID as a backup template.
-
backup.getBackupPlanReturns
BackupPlandetails for the specifiedBackupPlanId. The details are the body of a backup plan in JSON format, in addition to plan metadata. -
backup.getBackupPlanFromJsonReturns a valid JSON document specifying a backup plan or an error.
-
backup.getBackupPlanFromTemplateReturns the template specified by its
templateIdas a backup plan. -
backup.getBackupSelectionReturns selection metadata and a document in JSON format that specifies a list of resources that are associated with a backup plan.
-
backup.listBackupPlansReturns a list of all active backup plans for an authenticated account. The list contains information such as Amazon Resource Names (ARNs), plan IDs, creation and deletion dates, version IDs, plan names, and creator request IDs.
-
backup.listBackupPlanTemplatesReturns metadata of your saved backup plan templates, including the template ID, name, and the creation and deletion dates.
-
backup.listBackupPlanVersionsReturns version metadata of your backup plans, including Amazon Resource Names (ARNs), backup plan IDs, creation and deletion dates, plan names, and version IDs.
-
backup.listBackupSelectionsReturns an array containing metadata of the resources associated with the target backup plan.
-
backup.updateBackupPlanUpdates an existing backup plan identified by its
backupPlanIdwith the input document in JSON format. The new version is uniquely identified by aVersionId. -
backupJobs.describeBackupJobReturns backup job details for the specified
BackupJobId. -
backupJobs.listBackupJobsReturns a list of existing backup jobs for an authenticated account for the last 30 days. For a longer period of time, consider using these .
-
backupJobs.startBackupJobStarts an on-demand backup job for the specified resource.
-
backupJobs.stopBackupJobAttempts to cancel a job to create a one-time backup of a resource.
This action is not supported for the following services: Amazon FSx for Windows File Server, Amazon FSx for Lustre, FSx for ONTAP , Amazon FSx for OpenZFS, Amazon DocumentDB (with MongoDB compatibility), Amazon RDS, Amazon Aurora, and Amazon Neptune.
-
backupVaults.createBackupVaultCreates a logical container where backups are stored. A
CreateBackupVaultrequest includes a name, optionally one or more resource tags, an encryption key, and a request ID.Do not include sensitive data, such as passport numbers, in the name of a backup vault.
-
backupVaults.deleteBackupVaultDeletes the backup vault identified by its name. A vault can be deleted only if it is empty.
-
backupVaults.deleteBackupVaultAccessPolicyDeletes the policy document that manages permissions on a backup vault.
-
backupVaults.deleteBackupVaultLockConfigurationDeletes Backup Vault Lock from a backup vault specified by a backup vault name.
If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using API operations, and you will receive an
InvalidRequestExceptionif you attempt to do so. For more information, see in the Backup Developer Guide. -
backupVaults.deleteBackupVaultNotificationsDeletes event notifications for the specified backup vault.
-
backupVaults.deleteRecoveryPointDeletes the recovery point specified by a recovery point ID.
If the recovery point ID belongs to a continuous backup, calling this endpoint deletes the existing continuous backup and stops future continuous backup.
When an IAM role's permissions are insufficient to call this API, the service sends back an HTTP 200 response with an empty HTTP body, but the recovery point is not deleted. Instead, it enters an
EXPIREDstate.EXPIREDrecovery points can be deleted with this API once the IAM role has theiam:CreateServiceLinkedRoleaction. To learn more about adding this role, see .If the user or role is deleted or the permission within the role is removed, the deletion will not be successful and will enter an
EXPIREDstate. -
backupVaults.describeBackupVaultReturns metadata about a backup vault specified by its name.
-
backupVaults.describeRecoveryPointReturns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.
-
backupVaults.disassociateRecoveryPointDeletes the specified continuous backup recovery point from Backup and releases control of that continuous backup to the source service, such as Amazon RDS. The source service will continue to create and retain continuous backups using the lifecycle that you specified in your original backup plan.
Does not support snapshot backup recovery points.
-
backupVaults.disassociateRecoveryPointFromParentThis action to a specific child (nested) recovery point removes the relationship between the specified recovery point and its parent (composite) recovery point.
-
backupVaults.getBackupVaultAccessPolicyReturns the access policy document that is associated with the named backup vault.
-
backupVaults.getBackupVaultNotificationsReturns event notifications for the specified backup vault.
-
backupVaults.getRecoveryPointRestoreMetadataReturns a set of metadata key-value pairs that were used to create the backup.
-
backupVaults.listBackupVaultsReturns a list of recovery point storage containers along with information about them.
-
backupVaults.listRecoveryPointsByBackupVaultReturns detailed information about the recovery points stored in a backup vault.
-
backupVaults.putBackupVaultAccessPolicySets a resource-based policy that is used to manage access permissions on the target backup vault. Requires a backup vault name and an access policy document in JSON format.
-
backupVaults.putBackupVaultLockConfigurationApplies Backup Vault Lock to a backup vault, preventing attempts to delete any recovery point stored in or created in a backup vault. Vault Lock also prevents attempts to update the lifecycle policy that controls the retention period of any recovery point currently stored in a backup vault. If specified, Vault Lock enforces a minimum and maximum retention period for future backup and copy jobs that target a backup vault.
Backup Vault Lock has been assessed by Cohasset Associates for use in environments that are subject to SEC 17a-4, CFTC, and FINRA regulations. For more information about how Backup Vault Lock relates to these regulations, see the Cohasset Associates Compliance Assessment. [blocked]
-
backupVaults.putBackupVaultNotificationsTurns on notifications on a backup vault for the specified topic and events.
-
backupVaults.updateRecoveryPointLifecycleSets the transition lifecycle of a recovery point.
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define.
Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days. Therefore, the “retention” setting must be 90 days greater than the “transition to cold after days” setting. The “transition to cold after days” setting cannot be changed after a backup has been transitioned to cold.
Resource types that are able to be transitioned to cold storage are listed in the "Lifecycle to cold storage" section of the table. Backup ignores this expression for other resource types.
This operation does not support continuous backups.
-
copyJobs.describeCopyJobReturns metadata associated with creating a copy of a resource.
-
copyJobs.listCopyJobsReturns metadata about your copy jobs.
-
copyJobs.startCopyJobStarts a job to create a one-time copy of the specified resource.
Does not support continuous backups.
-
globalSettings.describeGlobalSettingsDescribes whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not a member of an Organizations organization. Example:
describe-global-settings --region us-west-2 -
globalSettings.updateGlobalSettingsUpdates whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not an Organizations management account. Use the
DescribeGlobalSettingsAPI to determine the current settings. -
legalHolds.cancelLegalHoldThis action removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.
-
legalHolds.createLegalHoldThis action creates a legal hold on a recovery point (backup). A legal hold is a restraint on altering or deleting a backup until an authorized user cancels the legal hold. Any actions to delete or disassociate a recovery point will fail with an error if one or more active legal holds are on the recovery point.
-
legalHolds.getLegalHoldThis action returns details for a specified legal hold. The details are the body of a legal hold in JSON format, in addition to metadata.
-
legalHolds.listLegalHoldsThis action returns metadata about active and previous legal holds.
-
legalHolds.listRecoveryPointsByLegalHoldThis action returns recovery point ARNs (Amazon Resource Names) of the specified legal hold.
-
resources.describeProtectedResourceReturns information about a saved resource, including the last time it was backed up, its Amazon Resource Name (ARN), and the Amazon Web Services service type of the saved resource.
-
resources.listProtectedResourcesReturns an array of resources successfully backed up by Backup, including the time the resource was saved, an Amazon Resource Name (ARN) of the resource, and a resource type.
-
resources.listRecoveryPointsByResourceReturns detailed information about all the recovery points of the type specified by a resource Amazon Resource Name (ARN).
For Amazon EFS and Amazon EC2, this action only lists recovery points created by Backup.
-
restoreJobs.describeRestoreJobReturns metadata associated with a restore job that is specified by a job ID.
-
restoreJobs.listRestoreJobsReturns a list of jobs that Backup initiated to restore a saved resource, including details about the recovery process.
-
restoreJobs.startRestoreJobRecovers the saved resource identified by an Amazon Resource Name (ARN).
-
supportedResourceTypes.getSupportedResourceTypesReturns the Amazon Web Services resource types supported by Backup.
-
tags.listTagsReturns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.
ListTagsonly works for resource types that support full Backup management of their backups. Those resource types are listed in the "Full Backup management" section of the table. -
tags.tagResourceAssigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN).
-
untag.untagResourceRemoves a set of key-value pairs from a recovery point, backup plan, or backup vault identified by an Amazon Resource Name (ARN)
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools