Skip to content

model catalog API 0.7

mlaboszc edited this page May 24, 2016 · 1 revision

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: model-catalog.branch-v07-nokrb.gotapaas.eu BasePath: /

Tags

  • model-controller: Model Controller

Paths

Get H2O models.

GET /rest/v1/analytics/h2o/models/organizations/{org}

Description

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

Parameters

Type Name Description Required Schema Default
PathParameter org org true string

Responses

HTTP Code Description Schema
200 OK Collection«ModelProvider»

Consumes

  • application/json

Produces

  • application/json

Tags

  • model-controller

Definitions

Collection«ModelProvider»

Name Description Required Schema Default
empty false boolean

Collection«Model»

Name Description Required Schema Default
empty false boolean

Model

Name Description Required Schema Default
algo false string
algoFullName false string
name false string
schemaName false string
schemaType false string
timestamp false string
type false string

ModelProvider

Name Description Required Schema Default
guid false string
hostname false string
login false string
models false Collection«Model»
name false string
password false string
status false enum (OK, UNAUTHORIZED, FAILED)
Clone this wiki locally