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
Copy file name to clipboardExpand all lines: python/get_cluster_info_v3/readme.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,13 @@ All the steps below assume you have a terminal session running with the current
69
69
- **self.entity_response_length** - Dictates how many entities are returned from a single request. **Maximum** value can be **500**.
70
70
- **self.read_timeout** - Increase or decrease depending on the desired timeout delay (in seconds) for each request
71
71
72
+
Templates
73
+
=========
74
+
75
+
An example template has been included with this repository.
76
+
77
+
- Rename `templates/nutanixv3.html.example` to `templates/nutnixv3.html`, if required.
78
+
72
79
Script Command Line
73
80
===================
74
81
@@ -160,4 +167,4 @@ These scripts are *unofficial* and are not supported or maintained by Nutanix in
160
167
161
168
In addition, please also be advised that these scripts may run and operate in ways that do not follow best practices. Please check through each script to ensure it meets your requirements.
162
169
163
-
**Changes will be required before these scripts can be used in production environments.**
170
+
**Changes will be required before these scripts can be used in production environments.**
body { font-family: 'Open Sans', sans-serif; margin: 10px !important; }
11
+
.pc_card { width: 80%; margin: 20px auto; }
12
+
</style>
13
+
</head>
14
+
15
+
<body>
16
+
17
+
<div id="main_content">
18
+
19
+
<p>The Prism Central information shown in this page is intended for demo purposes only.</p>
20
+
<p>Please be aware that the totals shown in parentheses next to each entity type are accurate for each entity type, but <strong>includes deleted entities</strong>. This is particularly applicable to entities such as blueprints and apps.</p>
0 commit comments