Share via


Datasets

Operations

Get

Get information about a specific dataset.

Status codes returned:

  • 200: Operation completed successfully.
  • 400: The request was malformed.
  • 404: A dataset with the s...
List

Get a list of datasets that have been registered.

Status codes returned:

  • 200: Operation completed successfully.
  • 400: The request was malformed.
Register

Register a new dataset.

Status codes returned:

  • 201: Operation completed successfully.
  • 400: The request was malformed.
  • 409: A dataset with the specified name alre...
Unregister

Unregister a dataset.

Status codes returned:

  • 204: Operation completed successfully.
  • 400: The request was malformed.
  • 404: A dataset with the specified name was no...
Update

Update the properties of an existing dataset.

Status codes returned:

  • 200: Operation completed successfully.
  • 400: The request was malformed.
  • 404: A dataset with t...