Files
api-specs/idn/beta/schemas/SpConfigExportResults.yaml
2022-09-02 10:59:29 -04:00

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'