Full tag map
This is the full tag map of the Osirium PAM template XML hierarchy:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104 | <?xml version="1.0" encoding="utf-8"?>
<devicetemplates>
<devicetemplate>
<release_note>
</release_note>
<versions>
<version>
<line/>
</version>
</versions>
<connection_parameters>
<connection_parameter/>
</connection_parameters>
<access>
<telnet_preamble/>
<username_prompt/>
<password_prompt/>
<telnet_postamble/>
<shellprompt>
</shellprompt>
<pagemarker/>
<preamble_task>
<commands>
...
</commands>
</preamble_task>
<postamble_task>
<commands>
...
</commands>
</postamble_task>
<proxy_parameters>
<preamble_task>
...
</preamble_task>
<postamble_task>
...
</postamble_task>
<proxy_parameters/>
</access>
<accounts>
<account/>
</accounts>
<accesstokens>
<accesstoken/>
</accesstokens>
<usertools>
<usertool/>
</usertools>
<configurations>
<configuration>
</configurations>
<parameters>
<parameter/>
</parameters>
<tasks>
<task>
<input/>
<commands>
<command>
<conditions>
<testEq/>
<testNe/>
<testRe/>
<testExists/>
<testBlank/>
<testNonBlank/>
</conditions>
<commandstep/>
<attribute/>
<response/>
<success/>
<failed/>
<local_filename>
</local_filename>
<remote_filename>
</remote_filename>
<delete_lines>
<delete_line>
</delete_line>
</delete_lines>
</command>
</commands>
</task>
</tasks>
</devicetemplate>
</devicetemplates>
|