Stateless

Create new dump operation

Create new dump operation

post/api/stateless/dump

Request body

operation_idstring required
webhook_status_urlstring required
{"stackTrail":"components:schemas:DumpRequest:properties:webhook_metadata:anyOf","oasType":"schema","type":"unknown","title":"Webhook Metadata","nullable":true}
webhook_extra_headersobject nullable
webhook_verify_sslboolean
web_debugboolean
log_level'info' | 'debug' | 'error'
conn_countinteger nullable

Number of concurrent database connections.

proc_conn_countinteger nullable

Deprecated alias of conn_count.

type'dump' | 'sync-struct-dump' | 'sync-data-dump' required
output_pathstring required
validated_output_pathstring nullable
pg_dump_pathstring nullable
pg_dump_optionsstring nullable
proc_countinteger nullable

Deprecated: has no effect.

save_dictsboolean
ignore_privilegesboolean

Response

Successful Response

{"stackTrail":"paths:/api/stateless/dump:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 1 of the 3 revisions of this API.210

  • d16c7984b837210See the full diff
    • request property save_dicts list-of-types was narrowed by removing types null from media type application/json

      request-property-list-of-types-narrowed

    • request property webhook_verify_ssl list-of-types was narrowed by removing types null from media type application/json

      request-property-list-of-types-narrowed

    • added the new optional request property conn_count

      new-optional-request-property

    • added the new optional request property log_level

      new-optional-request-property

    • added the new optional request property pg_dump_options

      new-optional-request-property

    • added the new optional request property web_debug

      new-optional-request-property

    • request property proc_conn_count deprecated

      request-property-deprecated

    • request property proc_count deprecated

      request-property-deprecated

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-optional-property-added

    • added the required property error_code to the response with the 400 status

      response-required-property-added

    • added the required property error_code to the response with the 500 status

      response-required-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog