GET software/muse/run/{name}/{key}¶
URL
http://147.100.179.250/api/software/muse/run/{name}/{key}
Description¶
Returns the run results when ready, according to parameters of the initial POST software/muse/run/{name} request.
- This request follows :
a POST software/muse/run/{name} request and its response containing key value.
a GET software/muse/state/{name}/{key} request and its response containing cr valuing ‘OK’ (into report).
This request allows to get the run results, after having previously verified cr value into the response of the GET software/muse/state/{name}/{key} request.
Request available only if cr is ‘OK’ into report of a previous GET software/muse/state/{name}/{key} request.
This request is part of (a sequence
to
run a software under muse cluster and get the run result, implying requests :
POST software/muse/run/{name} |
GET software/muse/state/{name}/{key} |
GET software/muse/run/{name}/{key} |
GET software/muse/content/{name}/{key}.
Request parameters¶
Parameter name (mandatory)¶
Description : software name
Type : string
Parameter key (mandatory)¶
Description : key value
Type : string
Note : comes from the response of the initial POST software/muse/run/{name} request.
Request response¶
If cr is ‘OK’ into report of the response of the previous GET software/muse/state/{name}/{key} request :
Results according to parameters of the initial :ref:`api_post_software_muse_run_name_key` request.Else (cr is ‘NOK’ or ‘WAIT’, errors…) :
{ "error": error text, "more":[...], "type":error type }
Examples¶
Into the POST software/muse/run/{name} examples, see the GET software/muse/run/{name}/{key} requests (to get the results).