Environment Backup - Get Environment Backups

Gets the backups for the specified environment (Preview).

GET https://api.powerplatform.com/environmentmanagement/environments/{environmentId}/backups?api-version=2022-03-01-preview

URI Parameters

Name In Required Type Description
environmentId
path True

string

The ID of the environment.

api-version
query True

string

The API version.

Responses

Name Type Description
200 OK

EnvironmentBackupPagedCollection

OK

Media Types: "text/plain", "application/json", "text/json"

400 Bad Request

ValidationResponse

Bad Request

Media Types: "text/plain", "application/json", "text/json"

404 Not Found

ValidationResponse

Not Found

Media Types: "text/plain", "application/json", "text/json"

Security

oauth2

Microsoft Entra ID OAuth2

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize?resource=https://api.powerplatform.com

Scopes

Name Description
.default .default

Definitions

Name Description
EnvironmentBackup
EnvironmentBackupPagedCollection
ErrorInfo

Represents error information for an operation.

Identity
ValidationResponse

Represents the response for validation of an operation.

EnvironmentBackup

Name Type Description
backupExpiryDateTime

string (date-time)

The backup expiry date time. Set when the backup is created based on environment's backup retention in days.

backupPointDateTime

string (date-time)

The backup point date time. Set when the backup is created.

createdBy

Identity

id

string

The identifier of the environment backup. If null, a new Guid will be generated when the backup is created.

label

string

The label for the manually created backup.

EnvironmentBackupPagedCollection

Name Type Description
collection

EnvironmentBackup[]

continuationToken

string

ErrorInfo

Represents error information for an operation.

Name Type Description
code

string

The error Code.

fieldErrors

object

The detailed error.

Identity

Name Type Description
displayName

string

id

string

tenantId

string

ValidationResponse

Represents the response for validation of an operation.

Name Type Description
errorDetail

ErrorInfo

Represents error information for an operation.