Wiki source code of Branding

Last modified by michaely on 2021/09/10 23:34

Show last authors
1 {{layout}}
2 {{layout-section ac:type="two_right_sidebar"}}
3 {{layout-cell}}
4 {{warning}}
5 This page is currently being written. Although the information below is probably accurate, it may not be complete or may have errors.
6 {{/warning}}
7
8 {{info}}
9 The information on this page applies to **iSymphony 3.1+**.
10 {{/info}}
11
12 = (% style="color: rgb(0,0,0);" %)Description(%%) =
13
14 The server REST resource allows access to branding, version, and build information.
15
16
17 {{/layout-cell}}
18
19 {{layout-cell}}
20 {{panel title="On this page:"}}
21
22
23 {{toc maxLevel="2" indent="1"/}}
24 {{/panel}}
25 {{/layout-cell}}
26 {{/layout-section}}
27
28 {{layout-section ac:type="single"}}
29 {{layout-cell}}
30 = (% style="color: rgb(0,0,0);" %)Root Resource Path(%%) =
31
32 {{code}}
33 communication_manager/rest/config/server/brand
34 {{/code}}
35
36 = JSON Representation =
37
38 {{code language="js"}}
39 {
40 "name": "iSymphony",
41 "provider": "i9 Technologies",
42 "website": "http:\/\/www.getisymphony.com",
43 "copyright": "Copyright \u00c2\u00a9 2016 HEHE Enterprises, LLC. All Rights Reserved.",
44 "eula": "<EULA TEXT>",
45 "version": "3.3.1.2343",
46 "revision": "43d2c50d",
47 "build": "2343",
48 "buildDate": "201603301247",
49 "aboutText": "iSymphony is a cross-platform operator panel software for i9 Technologies iPBX and the Asterisk PBX. i9 Technologies and iSymphony logos are trademarks of HEHE Enterprises, LLC.",
50 "maintenanceRenewURL": "http:\/\/go.getisymphony.com\/mylicenses",
51 "maintenanceUpgradeInfoURL": "http:\/\/go.getisymphony.com\/maintenance"
52 }
53 {{/code}}
54
55 |=(((
56 Property
57 )))|=(((
58 Type
59 )))|=(((
60 Description
61 )))
62 |(% colspan="1" %)(% colspan="1" %)
63 (((
64 name\\
65 )))|(% colspan="1" %)(% colspan="1" %)
66 (((
67 String
68 )))|(% colspan="1" %)(% colspan="1" %)
69 (((
70 The brand name.
71 )))
72 |(% colspan="1" %)(% colspan="1" %)
73 (((
74 provider
75 )))|(% colspan="1" %)(% colspan="1" %)
76 (((
77 String
78 )))|(% colspan="1" %)(% colspan="1" %)
79 (((
80 The brand provider.
81 )))
82 |(% colspan="1" %)(% colspan="1" %)
83 (((
84 website
85 )))|(% colspan="1" %)(% colspan="1" %)
86 (((
87 String
88 )))|(% colspan="1" %)(% colspan="1" %)
89 (((
90 The providers website.
91 )))
92 |(% colspan="1" %)(% colspan="1" %)
93 (((
94 copyright
95 )))|(% colspan="1" %)(% colspan="1" %)
96 (((
97 String
98 )))|(% colspan="1" %)(% colspan="1" %)
99 (((
100 The application copyright.
101 )))
102 |(% colspan="1" %)(% colspan="1" %)
103 (((
104 eual
105 )))|(% colspan="1" %)(% colspan="1" %)
106 (((
107 String
108 )))|(% colspan="1" %)(% colspan="1" %)
109 (((
110 The End User License Agreement.
111 )))
112 |(% colspan="1" %)(% colspan="1" %)
113 (((
114 version
115 )))|(% colspan="1" %)(% colspan="1" %)
116 (((
117 String
118 )))|(% colspan="1" %)(% colspan="1" %)
119 (((
120 The full version string.
121 )))
122 |(% colspan="1" %)(% colspan="1" %)
123 (((
124 revision
125 )))|(% colspan="1" %)(% colspan="1" %)
126 (((
127 String
128 )))|(% colspan="1" %)(% colspan="1" %)
129 (((
130 The revision of the build.
131 )))
132 |(% colspan="1" %)(% colspan="1" %)
133 (((
134 build
135 )))|(% colspan="1" %)(% colspan="1" %)
136 (((
137 String
138 )))|(% colspan="1" %)(% colspan="1" %)
139 (((
140 The build number.
141 )))
142 |(% colspan="1" %)(% colspan="1" %)
143 (((
144 buildDate
145 )))|(% colspan="1" %)(% colspan="1" %)
146 (((
147 String
148 )))|(% colspan="1" %)(% colspan="1" %)
149 (((
150 The build date. In the format yyyyMMddhhmm.
151 )))
152 |(% colspan="1" %)(% colspan="1" %)
153 (((
154 aboutText
155 )))|(% colspan="1" %)(% colspan="1" %)
156 (((
157 String
158 )))|(% colspan="1" %)(% colspan="1" %)
159 (((
160 The about screen text.
161 )))
162 |(% colspan="1" %)(% colspan="1" %)
163 (((
164 maintenanceRenewURL
165 )))|(% colspan="1" %)(% colspan="1" %)
166 (((
167 String
168 )))|(% colspan="1" %)(% colspan="1" %)
169 (((
170 The URL for maintenance renewals.
171 )))
172 |(% colspan="1" %)(% colspan="1" %)
173 (((
174 maintenanceUpgradeInfoURL
175 )))|(% colspan="1" %)(% colspan="1" %)
176 (((
177 String
178 )))|(% colspan="1" %)(% colspan="1" %)
179 (((
180 The URL for maintenance upgrade information.
181 )))
182
183 = Resource Paths =
184
185 |=(% colspan="2" %)(% colspan="2" %)
186 (((
187 {{{communication_manager/rest/config/server/brand}}}
188 )))
189 |(% class="highlight-grey" data-highlight-colour="grey" %)(% class="highlight-grey" data-highlight-colour="grey" %)
190 (((
191 **Description**
192 )))|(((
193 Accesses the branding, version, and build information of the server.
194 )))
195 |(% class="highlight-grey" data-highlight-colour="grey" %)(% class="highlight-grey" data-highlight-colour="grey" %)
196 (((
197 **GET**
198 )))|(((
199 Gets the branding, version, and build information of the server.
200 )))
201
202 = Curl Examples =
203
204 === Get the server brand, version, and build information ===
205
206 {{code language="bash"}}
207 curl --user manager:manag3rpa55word -k -i -H "Accept: application/json" https://localhost:55050/communication_manager/rest/config/server/brand
208 {{/code}}
209 {{/layout-cell}}
210 {{/layout-section}}
211 {{/layout}}
iSymphony