Python Api
IE10.1
|
Classes | |
class | PathTemplate |
Functions | |
def | get_segment_path_title (segmengt_path) |
def | get_branch_list_on_segment_path (segmengt_path) |
def | get_hops_list_on_branch (branch) |
def | get_failed_reason_on_branch (branch) |
def | get_branch_status (branch) |
def | is_this_branch_failed (branch) |
def | get_failed_hop_on_branch (branch) |
def | get_pathapp_ids (aams, golden=False) |
def | GetAllAAM () |
get all aams in current domain More... | |
def | GetAAM (aamName) |
get aam with specified name in current domain More... | |
def | GetPathAppIds (path_template_name, aam_name) |
get pathapplication id list in current domain with specified path name More... | |
def | GetPathOverViews (paIds) |
get path overviews in current domain with specified path application ids More... | |
def | ExportAAM (golden=False) |
Export AAM results in current domain. More... | |
def | AddPathToAAM (path_template, aam_name="Untitled Application") |
Insert or update a new path to aam please make sure aam_name has been created. More... | |
Variables | |
str_stack = traceback.format_exc(); | |
def netbrain.sysapi.AAM.AddPathToAAM | ( | path_template, | |
aam_name = "Untitled Application" |
|||
) |
Insert or update a new path to aam please make sure aam_name has been created.
aam_name | the name of aam |
path_template | path templates should added/updated to this aam. |
def netbrain.sysapi.AAM.ExportAAM | ( | golden = False | ) |
Export AAM results in current domain.
golden | (bool), export golden path or latest path |
def netbrain.sysapi.AAM.get_branch_list_on_segment_path | ( | segmengt_path | ) |
def netbrain.sysapi.AAM.get_branch_status | ( | branch | ) |
def netbrain.sysapi.AAM.get_failed_hop_on_branch | ( | branch | ) |
def netbrain.sysapi.AAM.get_failed_reason_on_branch | ( | branch | ) |
def netbrain.sysapi.AAM.get_hops_list_on_branch | ( | branch | ) |
def netbrain.sysapi.AAM.get_pathapp_ids | ( | aams, | |
golden = False |
|||
) |
def netbrain.sysapi.AAM.get_segment_path_title | ( | segmengt_path | ) |
def netbrain.sysapi.AAM.GetAAM | ( | aamName | ) |
get aam with specified name in current domain
aamName | (string), name of one aam |
{ | "aam_name": "Untitled Application", "golden_paId": "", "latest_paId": "bd3ace71-7eee-4569-b537-f43d8146d2aa", "path_template_name": "222" } |
def netbrain.sysapi.AAM.GetAllAAM | ( | ) |
get all aams in current domain
[ | { "aam_name": "Untitled Application", "golden_paId": "", "latest_paId": "bd3ace71-7eee-4569-b537-f43d8146d2aa", "path_template_name": "222" } ] |
def netbrain.sysapi.AAM.GetPathAppIds | ( | path_template_name, | |
aam_name | |||
) |
get pathapplication id list in current domain with specified path name
path_template_name | (string), name of path |
aam_name | (string), name of aam |
['xxxx','cccccccc'] |
def netbrain.sysapi.AAM.GetPathOverViews | ( | paIds | ) |
get path overviews in current domain with specified path application ids
paIds | (list of string), path application ids |
def netbrain.sysapi.AAM.is_this_branch_failed | ( | branch | ) |
netbrain.sysapi.AAM.str_stack = traceback.format_exc(); |