Module connector
source code
Remote API connection map.
|
Mapper
Map resource to method.
|
|
R_root
/ resource.
|
|
R_2
/2 resource, the root of the version 2 API.
|
|
|
|
GetHandlers(node_name_pattern,
instance_name_pattern,
job_id_pattern)
Returns all supported resources and their handlers. |
source code
|
|
|
_NAME_PATTERN = r"[\w\._-]+"
|
|
CONNECTOR = {}
|
Imports:
cgi,
re,
constants,
http,
utils,
baserlib,
rlib2
Return a list of resources underneath given id.
This is to generalize querying of version resources lists.
- Returns:
- a list of resources names.
|