Get published models

get/models/{publishId}
Internal-Use Only

Returns published models.

Request Samples

1

Response Samples

1{
2 "analyticStoreUri": [
3 "string"
4 ],
5 "codeType": "string",
6 "id": "string",
7 "modelId": "string",
8 "name": "string",
9 "note": "string",
10 "type": "string",
11 "sourceUri": "string",
12 "destination": {
13 "name": "string",
14 "casServerName": "string",
15 "casLibrary": "string",
16 "description": "string",
17 "destinationTable": "string",
18 "destinationType": "string",
19 "databaseCasLibrary": "string",
20 "user": "string",
21 "hdfsDirectory": "string",
22 "configurationDirectory": "string",
23 "authenticationDomain": "string",
24 "masUri": "string",
25 "links": [
26 {
27 "method": "string",
28 "rel": "string",
29 "uri": "string",
30 "href": "string",
31 "title": "string",
32 "type": "string",
33 "itemType": "string",
34 "responseType": "string",
35 "responseItemType": "string"
36 }
37 ],
38 "createdBy": "string",
39 "creationTimeStamp": "2019-08-24T14:15:22Z",
40 "modifiedBy": "string",
41 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
42 "version": 1
43 },
44 "state": "string",
45 "verified": false,
46 "createdBy": "string",
47 "creationTimeStamp": "2019-08-24T14:15:22Z",
48 "modifiedBy": "string",
49 "modifiedTimeStamp": "2019-08-24T14:15:22Z",
50 "version": 1
51}

Path Parameters

NameTypeRequiredDescription
publishId
string
true

The identifier for the published models.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundNo published models exist at the requested path.Schema