Skip to content

metadata parser API TAP 2016 APR 1

mlaboszc edited this page Apr 21, 2016 · 2 revisions

Overview

Api endpoints for exposing data models

Contact information

License information

License: Apache License Version 2.0 License URL: http://www.apache.org/licenses/LICENSE-2.0

URI scheme

Host: metadata.domain BasePath: /

Tags

  • metadata-parser-controller: Metadata Parser Controller

Paths

Extracting basic information about dataset and adding it to datacatalog.

POST /rest/metadata

Description

Privilege level: Consumer of this endpoint must be a member of specified organization.

Parameters

Type Name Description Required Schema Default
BodyParameter request request true MetadataParseRequest

Responses

HTTP Code Description Schema
202 Accepted No Content

Consumes

  • application/json

Produces

  • /

Tags

  • metadata-parser-controller

Definitions

MetadataParseRequest

Name Description Required Schema Default
callbackUrl false URI
category false string
id false string
idInObjectStore false string
orgUUID false string
publicRequest false boolean
source false string
title false string
Clone this wiki locally