/BackupRepositories/{repositoryId}/OrganizationData/{organizationId}
Represents backed up data of an organization 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}/OrganizationData/{organizationId} |
Related Resources
Methods
The following methods are supported for the /BackupRepositories/{repositoryId}/OrganizationData/{organizationId} resource:
Properties
The /BackupRepositories/{repositoryId}/OrganizationData/{organizationId} resource has the following properties:
Property | Type | Description |
---|---|---|
DisplayName | string | Specifies the name of the backed up organization. For example, "name": "ABC Support". |
OrganizationId | string | Specifies the ID of a backed up organization. For example, "id": "5a905bb5-9071-433c-9d2f-f805d4da2cf4". |
Resource Representation
The /BackupRepositories/{repositoryId}/OrganizationData/{organizationId} resource has the following representation:
[ { "displayName": "organization.onmicrosoft.com", "organizationId": "organization.onmicrosoft.com:00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-000000000000", "_links": { "self": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-cb24e-4364-8b3c-e3aaeab4fb41/organizationdata/veeambackupdiv3.onmicrosoft.com:00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-000000000000" }, "backupRepository": { "href": "https://127.0.0.1:4443/v3/backuprepositories/459684e0-cb24e-4364-8b3c-e3aaeab4fb41" } } }, ...] |