You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div><p>Performs service operation based on the JSON string provided. The JSON string follows the format provided by <codeclass="docutils literal notranslate"><spanclass="pre">--generate-cli-skeleton</span></code>. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.</p>
@@ -199,6 +225,34 @@ <h2>Output<a class="headerlink" href="#output" title="Permalink to this headline
199
225
<blockquote>
200
226
<div><p>The Environment name for the application.</p>
201
227
</div></blockquote>
228
+
<p>endpoints -> (array)</p>
229
+
<blockquote>
230
+
<div><p>Application endpoint URL.</p>
231
+
<p>item -> (object)</p>
232
+
<blockquote>
233
+
<div><p>Endpoint details for an application. Can contain UI endpoints, API endpoints, etc.</p>
234
+
<p>name -> (string)</p>
235
+
<blockquote>
236
+
<div><p>The Name of the Url.</p>
237
+
</div></blockquote>
238
+
<p>serviceUrl -> (string)</p>
239
+
<blockquote>
240
+
<div><p>The endpoint URL for the application.</p>
241
+
</div></blockquote>
242
+
<p>description -> (string)</p>
243
+
<blockquote>
244
+
<div><p>The description of the endpoint.</p>
245
+
</div></blockquote>
246
+
<p>endpointType -> (string)</p>
247
+
<blockquote>
248
+
<div><p>Endpoint Type. <cite>UI</cite> - UI endpoint <cite>API</cite> - API endpoint</p>
249
+
</div></blockquote>
250
+
</div></blockquote>
251
+
</div></blockquote>
252
+
<p>clusterName -> (string)</p>
253
+
<blockquote>
254
+
<div><p>The name of compute cluster used by the application.</p>
0 commit comments