Get a score analysis
get/executions/{executionId}/analyses/{analysisId}
Returns the summary representation of the specified score analysis.
1{2 "createdBy": "edmdev",3 "creationTimeStamp": "2022-12-26T07:34:10.69495Z",4 "id": "1fc42c82-47de-415a-86ef-11a3a6b94330",5 "links": [6 {7 "method": "GET",8 "rel": "up",9 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses",10 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses",11 "type": "application/vnd.sas.collection"12 },13 {14 "method": "GET",15 "rel": "self",16 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330",17 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330",18 "type": "application/vnd.sas.score.analysis"19 },20 {21 "method": "GET",22 "rel": "alternate",23 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330",24 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330",25 "type": "application/vnd.sas.summary"26 },27 {28 "method": "DELETE",29 "rel": "delete",30 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330",31 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330"32 },33 {34 "method": "GET",35 "rel": "state",36 "href": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330/state",37 "uri": "/scoreExecution/executions/c35f3134-64ad-49f5-b031-e5f4b5bc9ef7/analyses/1fc42c82-47de-415a-86ef-11a3a6b94330/state",38 "type": "text/plain"39 }40 ],41 "modifiedBy": "edmdev",42 "modifiedTimeStamp": "2022-12-26T07:34:11.848218Z",43 "name": "ruleFiredDetails",44 "type": "scoreAnalysis",45 "version": 246}
Name | Type | Required | Description |
---|---|---|---|
analysisId | string | true | The unique identifier for the score analysis. |
executionId | string | true | The unique identifier for the score execution. |