Redémarrer un client¶
- DELETE /api/clients/(string: client_name)/restart¶
Arrête et relance le client demandé.
- En-têtes de requête:
Authorization – Les identifiants de l’utilisateur
- Status Codes:
204 No Content – Le client a été redé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/restart HTTP/1.1 Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
Exemple de réponse
HTTP/1.1 202 ACCEPTED