server.update¶
Updates a server
Exemple d’utilisation via l’API HTTP¶
curl -v -X 'POST' -d '{"kwargs":{"serverid":1,"servername":"toto"}}' http://localhost:30005/api/v1/server.update
| Type de message: | |
|---|---|
| rpc | |
| Utilisable via l’API Gateway: | |
| oui | |
| Domaine fonctionnel: | |
| server-domain | |
Paramètres nommés¶
- serverid
Description: Server identifier Type: String Server.ServerId Requis: non - servername
Description: New server name Type: String Requis: non