-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathv00.70.00.000.100.wip.mgmt_cli.main.2024-05-30-2020CDT.info
121 lines (113 loc) · 3.68 KB
/
v00.70.00.000.100.wip.mgmt_cli.main.2024-05-30-2020CDT.info
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
#!/bin/bash
#
# (C) 2016-2024+ Eric James Beasley, @mybasementcloud, https://github.com/mybasementcloud/R8X_mgmt_cli_API_bash_scripts
#
# ALL SCRIPTS ARE PROVIDED AS IS WITHOUT EXPRESS OR IMPLIED WARRANTY OF FUNCTION OR POTENTIAL FOR
# DAMAGE Or ABUSE. AUTHOR DOES NOT ACCEPT ANY RESPONSIBILITY FOR THE USE OF THESE SCRIPTS OR THE
# RESULTS OF USING THESE SCRIPTS. USING THESE SCRIPTS STIPULATES A CLEAR UNDERSTANDING OF RESPECTIVE
# TECHNOLOGIES AND UNDERLYING PROGRAMMING CONCEPTS AND STRUCTURES AND IMPLIES CORRECT IMPLEMENTATION
# OF RESPECTIVE BASELINE TECHNOLOGIES FOR PLATFORM UTILIZING THE SCRIPTS. THIRD PARTY LIMITATIONS
# APPLY WITHIN THE SPECIFICS THEIR RESPECTIVE UTILIZATION AGREEMENTS AND LICENSES. AUTHOR DOES NOT
# AUTHORIZE RESALE, LEASE, OR CHARGE FOR UTILIZATION OF THESE SCRIPTS BY ANY THIRD PARTY.
#
#
# -#- Start Making Changes Here -#-
#
# SCRIPT Base Template for API CLI Operations with command line parameters
#
#
ScriptVersion=00.70.00
ScriptRevision=000
ScriptSubRevision=100
ScriptDate=2024-05-30
TemplateVersion=00.70.00
APISubscriptsLevel=020
APISubscriptsVersion=00.70.00
APISubscriptsRevision=000
#
{ "file_meta_info" : {
"filetype" : "solution_info.api_scripts",
"fileversion" : "08.01.00",
"filerevision" : "000",
"filesubrevision" : "000",
"filedate" : "2024-05-30",
"fileinformationlevel" : "000",
"MinCMDTemplateVersion" : "08.01.00"
},
"solution_info" : {
"ScriptSeries" : "\"devops.mgmt_cli - R8X mgmt_cli API bash Script - Main\"",
"ScriptSeriesShort" : "devops.mgmt_cli"
},
"CMD_template_script_details" : {
"ScriptType" : {
"Language" : "Windows_CMD",
"Extension" : "CMD"
},
"TemplateDate" : "2024-05-30",
"TemplateVersion" : "08.01.00",
"TemplateRevision" : "000",
"TemplateSubRevision" : "000",
"TemplateTweak" : "100"
},
"CMD_script_details" : {
"ScriptType" : {
"Language" : "Windows_CMD",
"Extension" : "CMD"
},
"ScriptDate" : "2024-05-30",
"ScriptVersion" : "08.01.00",
"ScriptRevision" : "000",
"ScriptSubRevision" : "000",
"ScriptTweak" : "100",
"TemplateVersion" : "08.01.00",
"TemplateRevision" : "000"
},
"script_details" : {
"ScriptType" : {
"Language" : "bash",
"Extension" : "sh"
},
"ScriptDate" : "2024-05-30",
"ScriptVersion" : "00.70.00",
"ScriptRevision" : "000",
"ScriptSubRevision" : "100",
"ScriptTweak" : "100",
"TemplateVersion" : "00.70.00",
"TemplateLevel" : "@NA",
"SubScriptsLevel" : "@NA",
"SubScriptsVersion" : "@NA"
},
"api_script_details" : {
"ScriptType" : {
"Language" : "bash",
"Extension" : "sh"
},
"ScriptDate" : "2024-05-30",
"ScriptVersion" : "00.70.00",
"ScriptRevision" : "000",
"ScriptSubRevision" : "000",
"ScriptTweak" : "000",
"TemplateVersion" : "00.70.00",
"APISubScriptsLevel" : "020",
"APISubScriptsVersion" : "00.70.00",
"APISubScriptsRevision" : "000"
}
}
#"
#
export APIScriptVersion=v${ScriptVersion}
export APIScriptTemplateVersion=v${TemplateVersion}
export APIScriptVersionX=v${ScriptVersion//./x}
export APIScriptTemplateVersionX=v${TemplateVersion//./x}
export APIActionsScriptVersion=v${ScriptVersion}
export APIActionScriptTemplateVersion=v${TemplateVersion}
export APIExpectedActionScriptsVersion=v${ScriptVersion}
export APIActionsScriptVersionX=v${ScriptVersion//./x}
export APIActionScriptTemplateVersionX=v${TemplateVersion//./x}
export APIExpectedActionScriptsVersionX=v${ScriptVersion//./x}
export APISubscriptsScriptVersion=v${ScriptVersion}
export APISubscriptsScriptTemplateVersion=v${TemplateVersion}
export APIExpectedAPISubscriptsVersion=v${APISubscriptsVersion}
export APISubscriptsScriptVersionX=v${ScriptVersion//./x}
export APISubscriptsScriptTemplateVersionX=v${TemplateVersion//./x}
export APIExpectedAPISubscriptsVersionX=v${APISubscriptsVersion//./x}