Skip to content

Latest commit

 

History

History
68 lines (24 loc) · 952 Bytes

File metadata and controls

68 lines (24 loc) · 952 Bytes

PDFGeneratorAPI.GetStatus200Response

Properties

Name Type Description Notes
api String [optional] [default to 'ok']
chart_api String [optional] [default to 'ok']
conversion_api String [optional] [default to 'ok']
generator_api_sync String [optional] [default to 'ok']
generator_api_async String [optional] [default to 'ok']

Enum: ApiEnum

  • ok (value: "ok")

  • failed (value: "failed")

Enum: ChartApiEnum

  • ok (value: "ok")

  • failed (value: "failed")

Enum: ConversionApiEnum

  • ok (value: "ok")

  • failed (value: "failed")

Enum: GeneratorApiSyncEnum

  • ok (value: "ok")

  • failed (value: "failed")

Enum: GeneratorApiAsyncEnum

  • ok (value: "ok")

  • failed (value: "failed")