Vai al contenuto principale
PUT
/
scheduled
/
{scheduledScriptId}
/
run-test
Esegui un Test di Esecuzione
curl --request PUT \
  --url https://api.altostrat.io/scheduled/{scheduledScriptId}/run-test \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

L'API SDX di Altostrat utilizza token Bearer JWT per l'autenticazione. Ottieni un token tramite l'API di autenticazione e includilo nell'header Authorization come 'Bearer {token}'.

Path Parameters

scheduledScriptId
string<uuid>
required

L'identificativo univoco per lo script pianificato.

Example:

"018f5bda-4690-4432-8472-358b2734f19b"

Response

L'esecuzione del test è stata accettata ed è in fase di elaborazione.