From: Thierry Parmentelat Date: Thu, 18 Dec 2008 20:56:15 +0000 (+0000) Subject: update X-Git-Tag: PLCAPI-4.3-3~15 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6e2d8b11dc94c065c4dfb4733ef6d09666104fa0;p=plcapi.git update --- diff --git a/doc/PLCAPI.xml.in b/doc/PLCAPI.xml.in index 2f04d35e..2b05b190 100644 --- a/doc/PLCAPI.xml.in +++ b/doc/PLCAPI.xml.in @@ -424,9 +424,10 @@ nodes = plc.GetNodes([121], ['node_id', 'hostname']) Using regular python It is also possible to write simple regular-python scripts, - as illustrated in the example below. The only difference is that - all API calls need to be passed a first argument for - athenticating: + as illustrated in the example below. The only difference with the + examples above is that all API calls need to be passed a first + argument for authentication. This example would write in a file + the name of all the hosts attached to a given slice. #!/usr/bin/env python