Docs Home
/
Zoo Developer Tools
/
API
/
Orgs
/
Register a new org dataset.

Register a new org dataset

Parameters

Name

Type

Req.

  • bodyapplication/json

    object
    optional
    Object Properties
    • name

      string
      optional
    • source

      object
      optional
      Object Properties
      • access_role_arn

        string
        optional
      • provider

        string
        optional
        Possible values
        • s3:  Amazon Simple Storage Service.
        • zoo_managed:  Zoo-managed dataset storage backed by the API's internal object store.
      • uri

        string
        optional

Returns

  • 201 Created

    successful creation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • access_role_arn

      string
      optional
    • created_at

      string / ISO-8601
      optional
    • id

      string / UUID
      optional
    • last_sync_error

      string
      optional
    • last_sync_error_at

      string / ISO-8601
      optional
    • name

      string
      optional
    • org_id

      string / UUID
      optional
    • source_uri

      string
      optional
    • status

      string
      optional
      Possible values
      • active:  Dataset is active and can be used.
      • deleting:  Dataset is being deleted and should not be mutated or used.
      • errored:  Dataset encountered sync errors and needs attention.
    • storage_provider

      string
      optional
      Possible values
      • s3:  Amazon Simple Storage Service.
      • zoo_managed:  Zoo-managed dataset storage backed by the API's internal object store.
    • updated_at

      string / ISO-8601
      optional
post
/org/datasets
201 Created
Response
Zookeeper is here!
You guide the design. Zookeeper does the work.