/Organizations/{id}/UsedRepositories
Represents a collection of repositories which are used to store the backed up data of an organization.
Resource URL
https://<Backup-Office365>:4443/v3/Organizations/{id}/UsedRepositories |
Related Resources
Methods
The following methods are supported for the /Organizations/{id}/UsedRepositories resource:
Properties
The /Organizations/{id}/UsedRepositories resource has the following properties:
Property | Type | Description |
---|---|---|
UsedSpaceBytes | string | Specifies the ID of the organization group. For example, "Id": "7a619cf6-b7e1-4141-951b-960a2fca061d". |
IsAvailable | string | Specifies the name of the organization group. For example, "name": "support_north". |
Details | string | Specifies the displayed name of the organization group. For example, "displayName": "support_north". |
Resource Representation
The /Organizations/{id}/UsedRepositories resource has the following representation:
[ { "usedSpaceBytes": "1132135", "isAvailable": "true", "Details": "default_repository", }, ...] |