Démarrer un client¶
- DELETE /api/clients/(string: client_name)/start¶
Démarre le client demandé.
- En-têtes de requête:
Authorization – Les identifiants de l’utilisateur
- Status Codes:
204 No Content – Le client a été démarré avec succès
401 Unauthorized – Authentification d’utilisateur invalide
404 Not Found – Le client demandé n’existe pas
Exemple de requête
DELETE https://my_waarp_gateway.net/api/clients/sftp_client/start HTTP/1.1 Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
Exemple de réponse
HTTP/1.1 202 ACCEPTED