DeviceBackupListResponseSchema – Fleets API – MediaKind
DeviceBackupListResponseSchema
object
- @odata.nextLink: string (Optional)
URL if the page length and number of items match.
supplemental: object ListResponseSupplementalSchema (Required)
Supplemental info
Show 5 properties
- count: integer (Required)
Number of items returned - kind: string (Required)
Type of items in the list - operation: string (Required)
Operation type. Should always say 'list' - pagination: object PaginationInfoSchema (Required)
Pagination info
Show 4 properties
- end: integer (Required)
Position of the last item in the list - records: integer (Required)
Total number of items returned in the list - start: integer (Required)
Position of the first item in the list - total: integer (Required)
Total number of items in the project
subscription: object ProjectInfoSchema (Optional)
Project info
Show 2 properties
- id: string (Required)
Project ID - name: string (Required)
Project name
value: list of objects DeviceBackupListItemSchema (Required)
A list of device backups.
Show 1 property
- metadata: object DeviceBackupMetadataSchema (Required)
Metadata about the backup.
Show 4 properties
- created: string (Required)
The creation timestamp of the backup. - device: string (Required)
The device ID this backup is for. - id: string (Required)
The unique identifier for the backup. - name: string (Required)
The name of the backup file.