Get an analytic store

get/models/{modelId}/analyticStore/{analyticStoreName}
Internal-Use Only

Returns the detailed metadata for an analytic store that is associated with the model.

Request Samples

1

Response Samples

1{
2 "name": "string",
3 "uri": "string",
4 "key": "string",
5 "caslib": "string",
6 "location": "string",
7 "errorCode": "string",
8 "host": "string",
9 "fullPath": "string",
10 "state": "string",
11 "version": 1,
12 "links": [
13 {
14 "method": "string",
15 "rel": "string",
16 "uri": "string",
17 "href": "string",
18 "title": "string",
19 "type": "string",
20 "itemType": "string",
21 "responseType": "string",
22 "responseItemType": "string"
23 }
24 ]
25}

Path Parameters

NameTypeRequiredDescription
analyticStoreName
string
true
modelId
string
true

Responses

StatusMeaningDescription
200OKThe collection of analytic stores for the model was returned.Schema
404Not FoundNo model or analytic store name exists at the requested path.Schema