Exists (REST queue)
Cette action teste si rune file d'attente existe
http://.../servicename/server/rpc.l1000/rest/queue.exists?queuename=nom_de_file
| Paramètre | type | Valeur |
|---|---|---|
| queuename | string | Nom de la file d'attente |
Exemple :
Request:
POST http://hostname/servicename/server/rpc.l1000/rest/queue.exists?queuename=DBQUEUE2
content:application/x-www-form-encoded
Authorization:Bearer 160000768.....
Accept:application/json
Response:
{"response":{"result":1,"errorReason":"Queue DBQUEUE2 doesn't exists"}}
Voir aussi :
{{#if:Service_RPC_file_d'attente_(server)|
{{#if:Service_RPC_file_d'attente_(server)|— Service_RPC_file_d'attente_(server) |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}