Copy an analytic store for a model
Copy one of the analytic stores for this model to the predefined server location (/config/data/modelsvr/astore) that is used for integration with SAS Event Stream Processing and others. This request invokes an asynchronous call to copy the analytic store file. Access the URI again to get the completion state: pending, copying, success, or failure. Please review the SAS Model Manager documentation before using this operation.
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}
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 202 | Accepted | The analytic store copy request has been accepted for processing, but the processing has not been completed. | Schema | |
| 400 | Bad Request | The request was invalid. | Schema | |
| 404 | Not Found | No model or analytic store name exists at the requested path. | Schema | |
| 412 | Precondition Failed | The | Schema | |
| 428 | Precondition Required | The request headers did not include a | Schema |