/BackupRepositories/{repositoryId}/SiteData/{siteId}
Represents backed up Microsoft SharePoint site data having a specified ID which is stored on a Veeam Backup for Microsoft Office 365 repository having a specified ID.
Resource URL
https://<Backup-Office365>:4443/v3/BackupRepositories/{repositoryId}/SiteData/{siteId} |
Related Resources
Methods
The following methods are supported for the /BackupRepositories/{repositoryId}/SiteData/{siteId} resource:
Properties
The /BackupRepositories/{repositoryId}/SiteData/{siteId} resource has the following properties:
Property | Type | Description |
---|---|---|
Id | string | Specifies the ID of a backup repository. For example, "id": "5a905bb5-9071-433c-9d2f-f805d4da2cf4". |
Title | string | Specifies the title of a backed up Microsoft SharePoint site. For example, "title": "support_north_site". |
Url | string | Specifies the URL for the backed up Microsoft SharePoint site. For example, "personalSiteUrl": "https://j_smith.sharepoint.com/personal/Documents" |
OrganizationId | string | Specifies the ID of a backed up organization. For example, "id": "5a905bb5-9071-433c-9d2f-f805d4da2cf4". |
Resource Representation
The /BackupRepositories/{repositoryId}/SiteData/{siteId} resource has the following representation:
[ { "id": "4a971c63-7012-4610-8265-9f4775c7d16e8507931c-4561-4ddf-bc90-411aba44bb39", "title": "Research", "url": "http://research", "organizationId": ":00000000-0000-0000-0000-000000000000:f56a5126-37b5-40eb-ba09-7ad7600b9afc", "_links": { "self": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-ca4e-4164-8c3c-e3aaeab4fb41/sitedata/4a971c63-7012-4610-8265-9f4775c7d16e8507931c-4561-4ddf-bc90-411aba44bb39" }, "organization": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-ca4e-4164-8c3c-e3aaeab4fb41/organizationdata/:00000000-0000-0000-0000-000000000000:f56a5126-37b5-40eb-ba09-7ad7600b9afc" }, "backupRepository": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-ca4e-4164-8c3c-e3aaeab4fb41" } } }, ...] |