D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

AnalyticsCreateResolver Resource

The AnalyticsCreateResolver provides a method to get the Analytics URLs by which is possible to invoke through the DataMiner Executor the run of an algorithm stored in a certain VRE. See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#Analytics_Resolver

POST /analytics/create

Creates the analytics url. Request format: [URI_RESOLVER_SERVICE_ENDPOINT]/analytics/create See more at https://gcube.wiki.gcube-system.org/gcube/URI_Resolver#HTTP_POST:_Create_an_Analytics_URL

Request Body
media type data type description
text/plain string the body
Response Body
media type data type description
text/plain object the response

Example

Request
POST /analytics/create
Content-Type: text/plain
Accept: text/plain

                
...
                
              
Response
HTTP/1.1 201 Created
Content-Type: text/plain

                
...