---
title: "Gets the partition backup configuration information"
method: GET
path: "/Partitions/{partitionId}/$/GetBackupConfigurationInfo"
tags: ["BackupRestore"]
---

# Gets the partition backup configuration information

`GET /Partitions/{partitionId}/$/GetBackupConfigurationInfo`

Gets the Service Fabric Backup configuration information for the specified partition.

## Path parameters

- `partitionId` string, uuid, required

## Query parameters

- `api-version` '6.4', required
- `timeout` integer

## Response `200`

A successful operation will return 200 status code and gets the partition's backup configuration information.

- PartitionBackupConfigurationInfo — Describes the backup configuration information.
  - `Kind` 'Invalid' | 'Partition' | 'Service' | 'Application', required — The entity type of a Service Fabric entity such as Application, Service or a Partition where periodic backups can be enabled.
  - `PolicyName` string — The name of the backup policy which is applicable to this Service Fabric application or service or partition.
  - `PolicyInheritedFrom` 'Invalid' | 'Partition' | 'Service' | 'Application' — Specifies the scope at which the backup policy is applied.
  - `SuspensionInfo` BackupSuspensionInfo — Describes the backup suspension details.
    - `IsSuspended` boolean — Indicates whether periodic backup is suspended at this level or not.
    - `SuspensionInheritedFrom` 'Invalid' | 'Partition' | 'Service' | 'Application' — Specifies the scope at which the backup suspension was applied.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/revisions/8fd479ce0f16/schema)
