mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 20:37:50 +00:00
32 lines
859 B
YAML
32 lines
859 B
YAML
type: object
|
|
title: Config Export Response Body
|
|
description: Response model for config export download response.
|
|
properties:
|
|
version:
|
|
type: integer
|
|
description: Current version of the export results object.
|
|
example: 1
|
|
timestamp:
|
|
type: string
|
|
format: 'date-time'
|
|
description: Time the export was completed.
|
|
example: "2021-05-11T22:23:16Z"
|
|
tenant:
|
|
type: string
|
|
description: >-
|
|
Name of the tenant where this export originated.
|
|
example: "sample-tenant"
|
|
description:
|
|
type: string
|
|
description: >-
|
|
Optional user defined description/name for export job.
|
|
example: "Export Job 1 Test"
|
|
options:
|
|
$ref: '../../beta/schemas/ExportOptions.yaml'
|
|
description: >-
|
|
Options used to create this export.
|
|
objects:
|
|
type: array
|
|
items:
|
|
$ref: '../../beta/schemas/ConfigObject.yaml'
|