Get a collection of all currently usable links
get/
The API object contains a set of links for the supported endpoints.
1{2 "version": 3,3 "links": [4 {5 "method": "GET",6 "rel": "collection",7 "href": "/mlPipelineAutomation/projects",8 "uri": "/mlPipelineAutomation/projects",9 "type": "application/vnd.sas.collection",10 "itemType": "application/vnd.sas.analytics.ml.pipeline.automation.project"11 },12 {13 "method": "POST",14 "rel": "createProject",15 "href": "/mlPipelineAutomation/projects",16 "uri": "/mlPipelineAutomation/projects",17 "type": "application/vnd.sas.analytics.ml.pipeline.automation.project"18 },19 {20 "method": "GET",21 "rel": "pipelineTemplates",22 "href": "/mlPipelineAutomation/pipelineTemplates",23 "uri": "/mlPipelineAutomation/pipelineTemplates",24 "type": "application/vnd.sas.collection",25 "itemType": "application/vnd.sas.analytics.machine.learning.pipeline.template"26 },27 {28 "method": "GET",29 "rel": "algorithms",30 "href": "/mlPipelineAutomation/algorithms",31 "uri": "/mlPipelineAutomation/algorithms",32 "type": "application/vnd.sas.collection",33 "itemType": "application/vnd.sas.analytics.machine.learning.algorithm"34 }35 ]36}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |