Get an analytic store
get/models/{modelId}/analyticStore/{analyticStoreName}
Returns the detailed metadata for an analytic store that is associated with the model.
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}