POST
/
node_job_history
curl --request POST \
  --url https://api.infera.org/node_job_history \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '{
  "node_url": "<string>",
  "node_version": "<string>"
}'
"<any>"

Authorizations

api_key
string
header
required

Body

application/json
node_url
string
required
node_version
string | null

Response

200
application/json
Successful Response

The response is of type any.