Compare commits
7
Commits
1286cb7fdd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9d303df67 | ||
|
|
de2560c19f | ||
|
|
12f8a71025 | ||
|
|
4529835cca | ||
|
|
8a67366ad6 | ||
|
|
8eec65aefa | ||
|
|
08c4b4b71d |
@@ -39,13 +39,13 @@ env:
|
||||
OLLAMA_URLS: http://192.168.0.2:11435,http://192.168.0.2:11436,http://192.168.0.125:11434,http://192.168.0.126:11434
|
||||
EMBED_MODEL: nomic-embed-text
|
||||
|
||||
# Vision OCR of image-only pages (support/lifecycle matrices etc. — see
|
||||
# scrape/vision.py). Uses the host's primary Ollama on :11434, the only one
|
||||
# with a vision model; the embed pool above is nomic-only. qwen2.5vl:7b
|
||||
# scored best on the release-schedule matrix (55-56/56, ~18s, GPU-resident,
|
||||
# prompt-robust). Content-hash cached in corpus/.vision-cache/; VISION_MAX_NEW
|
||||
# bounds NEW OCRs per run so the cache fills incrementally instead of a
|
||||
# multi-hour first pass. Any failure degrades to the pre-vision behavior.
|
||||
# Vision OCR of image-only data pages (the release-schedule matrix — see
|
||||
# scrape/vision.py). OCR is a per-bundle opt-in (BundleSpec.ocr), so this
|
||||
# only runs on allowlisted docs, NOT every screenshot in the corpus. Uses
|
||||
# the host's primary Ollama on :11434, the only one with a vision model
|
||||
# (the embed pool above is nomic-only). qwen2.5vl:7b scored best on the
|
||||
# matrix (55-56/56, ~18s, GPU-resident). Any failure degrades to the
|
||||
# pre-vision behavior.
|
||||
VISION_OCR: "1"
|
||||
VISION_URL: http://192.168.0.2:11434
|
||||
VISION_MODEL: qwen2.5vl:7b
|
||||
|
||||
+40
-11
@@ -14,7 +14,8 @@
|
||||
"Published": "February 2026"
|
||||
},
|
||||
"landing_page": "GUID-709AAADB-A9C1-40B6-AD22-958EE7E6F312",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007510en_us"
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007510en_us",
|
||||
"ocr": false
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_user_manual_8_1_1",
|
||||
@@ -31,7 +32,8 @@
|
||||
"Published": "March 2026"
|
||||
},
|
||||
"landing_page": "GUID-709AAADB-A9C1-40B6-AD22-958EE7E6F312",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007621en_us"
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007621en_us",
|
||||
"ocr": false
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_user_manual_8_1_2",
|
||||
@@ -48,7 +50,8 @@
|
||||
"Published": "April 2026"
|
||||
},
|
||||
"landing_page": "GUID-709AAADB-A9C1-40B6-AD22-958EE7E6F312",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007732en_us"
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007732en_us",
|
||||
"ocr": false
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_release_notes_8_1_0",
|
||||
@@ -65,7 +68,8 @@
|
||||
"Published": "February 2026"
|
||||
},
|
||||
"landing_page": "sd00007496en_us",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007496en_us"
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007496en_us",
|
||||
"ocr": false
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_release_notes_8_1_1",
|
||||
@@ -82,7 +86,8 @@
|
||||
"Published": "March 2026"
|
||||
},
|
||||
"landing_page": "sd00007610en_us",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007610en_us"
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007610en_us",
|
||||
"ocr": false
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_release_notes_8_1_2",
|
||||
@@ -99,7 +104,8 @@
|
||||
"Published": "April 2026"
|
||||
},
|
||||
"landing_page": "sd00007733en_us",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007733en_us"
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00007733en_us",
|
||||
"ocr": false
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_user_manual_9_0_0",
|
||||
@@ -116,7 +122,8 @@
|
||||
"Published": "July 2026"
|
||||
},
|
||||
"landing_page": "GUID-709AAADB-A9C1-40B6-AD22-958EE7E6F312",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008014en_us"
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008014en_us",
|
||||
"ocr": false
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_release_notes_9_0_0",
|
||||
@@ -133,7 +140,8 @@
|
||||
"Published": "May 2026"
|
||||
},
|
||||
"landing_page": "sd00008017en_us",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008017en_us"
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008017en_us",
|
||||
"ocr": false
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_quickspecs",
|
||||
@@ -148,7 +156,8 @@
|
||||
"abstract": "",
|
||||
"dates": {},
|
||||
"landing_page": "a50009231enw",
|
||||
"source_url": "https://www.hpe.com/psnow/doc/a50009231enw"
|
||||
"source_url": "https://www.hpe.com/psnow/doc/a50009231enw",
|
||||
"ocr": false
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_release_schedule",
|
||||
@@ -165,7 +174,8 @@
|
||||
"Published": ""
|
||||
},
|
||||
"landing_page": "sf000111242en_us",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sf000111242en_us"
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sf000111242en_us",
|
||||
"ocr": true
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_release_notes_9_0_1",
|
||||
@@ -182,6 +192,25 @@
|
||||
"Published": "July 2026"
|
||||
},
|
||||
"landing_page": "sd00008269en_us",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008269en_us"
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008269en_us",
|
||||
"ocr": false
|
||||
},
|
||||
{
|
||||
"slug": "morpheus_user_manual_9_0_1",
|
||||
"doc_id": "sd00008375en_us",
|
||||
"title": "HPE Morpheus Enterprise Software Documentation v9.0.1",
|
||||
"version": "9.0.1",
|
||||
"platform": null,
|
||||
"product": "User Manual",
|
||||
"language": "en-US",
|
||||
"page_count": 569,
|
||||
"mode": "toc",
|
||||
"abstract": "",
|
||||
"dates": {
|
||||
"Published": "August 2026"
|
||||
},
|
||||
"landing_page": "GUID-709AAADB-A9C1-40B6-AD22-958EE7E6F312",
|
||||
"source_url": "https://support.hpe.com/hpesc/public/docDisplay?docId=sd00008375en_us",
|
||||
"ocr": false
|
||||
}
|
||||
]
|
||||
|
||||
File diff suppressed because one or more lines are too long
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "004727d68243b46f1c9da3b721ff2fd5c25c8522ddd32779ce764a89eb6d14a3",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-37BE6AA0-10E5-4D0D-BCC1-0834A578B1EC-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Appliance Node | Description |\n|-----------------|-------------|\n| NGINX | Web server and reverse proxy |\n| MySQL | Relational database management system |\n| RabbitMQ | Message broker for distributed computing systems |\n| Elastic | Search engine and analytics platform |\n\nSingle Node Configuration:"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "01ead735c66aba141671ea427e8256b9856d4eca7f389a6749235679950f2d75",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-79453DE4-A795-4FEB-9670-0F214A7163FF-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Successful | Failed |\n|------------|--------|\n| 4 | 0 |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "0559dbe594c6eecb13b900ac4f62ff32af05647fb2442ff43044074bbd01aaa2",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-BB8CA295-BF75-426C-941D-EBB1FB9233DC-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| HEALTH SUMMARY |\n| --- |\n| Overall | CPU | Memory | Database | Elastic | Queue |\n| \u2705 | \u2705 | \u2705 | \u2705 | \u2705 | \u2705 |\n\n| HEALTH LEVELS |\n| --- |\n| MORPHEUS CPU: 10% |\n| SYSTEM CPU: 17% |\n| MORPHEUS MEMORY: 73% |\n| SYSTEM MEMORY: 93% |\n| USED SWAP: 5% |\n\n| CPU |\n| --- |\n| Processor Count: 8 |\n| System CPU: 16.82% |\n| Process Time: 17 days 22 hours |\n| System Load: 2.16 |\n| Morpheus CPU: 10.39% |\n\n| MEMORY |\n| --- |\n| Morpheus Memory: 15.0GiB |\n| Morpheus Memory Usage: 73.08% |\n| System Free Memory: 4.5GiB |\n| Morpheus Used Memory: 10.9GiB |\n| Morpheus Free Memory: 4.0GiB |\n| System Memory: 62.7GiB |\n| System Memory Usage: 92.77% |\n| System Used Memory: 28.1GiB |\n| System Swap: 1.9GiB |\n\n| DATABASE |\n| --- |\n| Lifetime Connections: 34863 |\n| Max Connections: 151 |\n| Slow Queries: 0 |\n| Buffer Pool Free: 5229 |\n| Full Joins: 0 |\n| Engine Waits: 0 |\n| Engine IO Writes: 6466226 |\n| Engine Log Writes: 3192436 |\n| Buffer Pool Size: 8192 |\n| Old Pages: 2625 |\n| Pending Reads: 0 |\n| Delete Rate: 0.36 / s |\n| Read Write Ratio: 0.573 |\n| Aborted Connections: 0 |\n| Threads Running: 4 |\n| Temp Tables: 0 |\n| Open Tables: 2000 |\n| Key Read Requests: 60 |\n| Lock Waits: 0 |\n| Engine IO Reads: 36304508 |\n| Engine Memory: 131.1MiB |\n| Free Buffers: 937 |\n| Dirty Page Percent: 0.00% |\n| Insert Rate: 0.84 / s |\n| Read Rate: 25,005.75 / s |\n| Uptime: 2 days 13 hours |\n| Max Used Connections: 88 |\n| Threads Connected: 21 |\n| Handler Read First: 0 |\n| Table Scans: 0 |\n| Key Reads: 15 |\n| Handler Read Rnd: 164 |\n| Engine IO Double Writes: 224802 |\n| Dictionary Memory: 7.5MiB |\n| Database Pages: 7082 |\n| Max Dirty Pages: 0.00% |\n| Update Rate: 11.02 / s |\n| Buffer Hit Rate: 100.00%"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "06ec9653b4a998c26c4ea0955167d9386e2b2dca5335014b6b845d62f4de7097",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-DAC903C8-75F8-45F5-8C24-8217DDD1758F-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Policies | Clouds |\n|----------|--------|\n| Max Cores<br>Max Memory<br>Max VMs | Azure RG1 |\n| Max Cores<br>Max Memory<br>Max VMs | Azure RG2 |\n| Max Cores<br>Max Memory<br>Max VMs | Azure RG3 |\n\n| Groups | Roles |\n|--------|-------|\n| A | Group A |\n| B | Group B |\n| C | Group C |\n| | Feature Set A |\n| | Feature Set B |\n| | Feature Set C |\n\n| Users | |\n|-------|---|\n| A | |\n| B | |\n| C | |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "076d0812f7825491968411125bbf31a6164bb4c968991299e21e29514ac94425",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-3073851F-5D93-4F03-94A1-C77B7D140E46-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Key Path | secret/aws/* |\n|----------|---------------|\n| READ | \u2714 |\n| WRITE | \u2714 |\n| UPDATE | |\n| DELETE | |\n| LIST | \u2714 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "0819a450fc742f430aa7772e4ca095e0a756c6f626caaa6fdef38ddfe20c8bdd",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-444E2530-12E2-439A-A1C7-EED4D7F91D38-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| STATUS | RESOURCE | INFO | START DATE | DURATION |\n|--------|----------|------|------------------|----------|\n| | VMware | shredder.jabalabs.cloud | vSphere Distributed Switch VLAN trunked status | 01/07/2026 07:16 AM | 5d 2h |\n| | VMware | shredder.jabalabs.cloud | vSphere Distributed Switch MTU supported status | 01/07/2026 07:16 AM | 5d 2h |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "085c30f9fd4ac67665a7124e4673e280c94765a563e7d7cc2f32550aeec61fcd",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-A11613FB-FC10-42BC-A6A3-3FB44D08260B-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Name | Date Modified | Type | Size |\n|----------------|---------------------|-------------|--------|\n| ActionFiles | 11/5/2022 12:03 PM | File folder | - |\n| en-US | 9/15/2018 2:08 AM | File folder | - |\n| Panther | 7/25/2024 1:36 PM | File folder | - |\n| sysprep | 11/5/2022 12:00 PM | Application | 1,320 KB|\n| Sysprep_succeeded.tag | 7/25/2024 1:38 PM | TAG File | 0 KB |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "0b1cd5de03b6e78cef445ee15e2c3521d68095ea1f890c3b923c84e3a065abff",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-BCC17FD5-DF6E-4653-96F8-5647B13E6ED8-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Category | Item |\n|----------------|-------------|\n| DESKTOPS | CentOS |\n| | Windows 10 |\n| | desktop |\n| | Doom |\n| | Excel |\n| | NotePad |\n| | Chrome |\n| | Word |\n| | PowerShell |\n| FAVORITE INSTANCES | HyperV-2016-1 |\n| | LabAD |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "0b78951e1901048d014602a73c1768104b66b34258c44386129da68ce5a4346b",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-9916D4B0-7144-4088-98AC-2B2F2E780378-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| CLOUD | COUNT | MEMORY | STORAGE | CPU | PRICE |\n|-------|-------|--------|---------|-----|-------|\n| VMware | 2 | 5.9GiB | 22.0GiB | 1 | $0.07 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "0c265d6963baa34d0ea65afe5ffcd143192c92fc3764d355f479511ea8ea9b3c",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-D08A61BD-C24A-4D73-82C0-45BAEBC26DCB-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| NAME | DESCRIPTION | MONTH TO DATE | PROJECTED TOTAL |\n|------------|--------------------------------------------------|-----------------|------------------|\n| morpheus | | $2,388.69 | $4,227.03 |\n| | | | |\n| | | | |\n| | | | |\n| | | | |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "0d7e95ff875283137ebbdf9dcb476e083050c8cfe8caa48f32e17e24ebfdab59",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-BF328552-F0CB-4A16-89DE-DD5E534DDA21-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Report Type | Description |\n|-------------|-------------|\n| Tenant Inventory Summary | View an inventory of VMs and containers by tenant. |\n| Cloud Usage | View a cloud's usage of storage, memory, and compute resources. |\n| Cloud Usage App Summary | View a cloud's usage of storage, memory, and compute resources by app. |\n| Cloud Usage Instance Type Summary | View a cloud's usage of storage, memory, and compute resources by instance type. |\n| Tenant Usage | View a cloud's usage of storage, memory, and compute resources by tenant. |\n| Amazon Reservation Coverage | View how Amazon EC2 instance types are covered by Reserved Instances. |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "0e78b42cbc9dafd226f0846194a5cd21876d3db7feb4fd82eefa89d0a9af4b1a",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-74C68A7E-D6DD-4E56-A374-AF1DCA8F68DA-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| NAME | CODE | LOCATION |\n|------------|-------|----------|\n| All Clouds | | |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "108db8dfcfb10934fe7ddde7d91ed6f484ebf9fdf9fe86a72e99a17801f087fd",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-3B425176-5841-4C03-B67D-F6B86603E1CD-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| TAG | WORKLOADS | MEMORY | STORAGE | CPU | PRICE | VALUES |\n|--------------------|-----------|------------|------------|-------|--------|--------|\n| Morpheus Server Id | 37 | 4.6TiB | 73.8TiB | 1 | $299.32| |\n| Morpheus Id | 21 | 2.4TiB | 25.4TiB | 1 | $172.56| |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "10bf0d71532812d10314a37a13ab69ad4fdb49490e08156a6a2f993672c3f295",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-4029426C-1AA2-4873-AE1C-CB4677EFB0F7-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Name | Title | Category |\n|------|-------|----------|\n| | | |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "1210d0aee2152b2863303cbc02e5dc82474f4ae783733100719cae9a1a3e9748",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-66262EA5-76D1-41C6-AE62-C1CF505E9976-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| INVOICE ID | PERIOD | COMPUTE | STORAGE | NETWORK | EXTRA | MTD | TOTAL |\n|------------|--------------|----------|-----------|------------|-----------|------------|------------|\n| 1326425 | September 2020 | $0 | $0 | $0 | $0 | $43.84 | $1,944.02 (Projected) |\n| 1309811 | August 2020 | $1,309.98 | $1,227.51 | $9.56 | $0 | $2,783.84 | $2,783.84 |\n| 1300026 | July 2020 | $1,524.81 | $4,361.13 | $9.64 | $0 | $6,044.27 | $6,044.27 |\n| 1279589 | June 2020 | $4,448.53 | $61.58 | $8.24 | $0 | $4,518.35 | $4,700.00 |\n| 404134 | May 2020 | $0 | $0 | $0 | $0 | $105.37 | $105.37 |\n| 394365 | April 2020 | $0 | $0 | $0 | $0 | $66.99 | $66.99 |\n| 401131 | March 2020 | $0 | $0 | $0 | $0 | $31.58 | $31.58 |\n| 387577 | February 2020 | $0 | $0 | $0 | $0 | $40.62 | $40.62 |\n| 382300 | January 2020 | $0 | $0 | $0 | $0 | $22.31 | $22.31 |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "13ec8967b16468d60686f350e2e341669282b9be0ac24fb151ba86dc49d27aab",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-453CA12C-D7A9-4CFE-83D3-B133334EE8C4-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| TYPE | NAME |\n|------------|-----------------------------------------------------------------------|\n| AMI | CentOS Linux 7 x86_64 HVM EBS |\n| QCOW2 | morpheus ubuntu 14.04 |\n| QCOW2 | morpheus_10.iso |\n| QCOW2 | morpheus_11.iso |\n| QCOW2 | morpheus_12.iso |\n| QCOW2 | morpheus_13.iso |\n| QCOW2 | morpheus_14.iso |\n| QCOW2 | morpheus_15.iso |\n| QCOW2 | morpheus_19.iso |\n| QCOW2 | morpheus_20.iso |\n| QCOW2 | morpheus_27.iso |\n| VMDK | win2016 |\n\n| ACCOUNTS | STATUS | ACTIONS |\n|------------|---------------|------------|\n| Account | Available | ACTIONS |\n| Account | Active | ACTIONS |\n| Account | Active | ACTIONS |\n| Account | Active | ACTIONS |\n| Account | Active | ACTIONS |\n| Account | Active | ACTIONS |\n| Account | Active | ACTIONS |\n| Account | Active | ACTIONS |\n| Account | Active | ACTIONS |\n| Account | Active | ACTIONS |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "14d43e1548e48a5a45e557ec8e68c8145f54b341265d8ed07ee4d21ca3342d25",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-C9464126-F50C-4309-9A8F-892576EBC646-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| NAME | DESCRIPTION | PROXY HOSTS | API KEY |\n|------|-------------|-------------|----------|\n| My Worker | | 10.1.20.15 | |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "1609a0928a70f0173675bc070f5ec5a975aa7b73c5e5c906e30edfec6e2ffc16",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-6493DA77-2790-4079-9636-57D2B389DBCD-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Discovery Info | Z-VRA-10.30.21.61 |\n|----------------|--------------------|\n| Resize Resource | VMware Demo Cluster |\n| Date | 12/14/2018 11:05 AM |\n| Cloud | VMware Demo Cluster |\n| Savings | $50.00/month |\n\n| Icon | Label | Value |\n|------|---------|----------|\n| \ud83d\udd04 | Power | |\n| \u2705 | Status | |\n| \ud83d\udd0d | Type | |\n|\ud83d\udc27 | OS | |\n| VMware| Cloud | |\n\n| Usage Plan | Custom VMware |\n|------------|----------------|\n\n| Icon | Label | Value |\n|------|-----------|-------------|\n| \ud83d\udd04 | Compute | 1% of 100% |\n| \u2705 | Memory | 30.0MB of 3.0GB |\n\n| After Resize | Memory: 1.5GiB |\n|--------------|----------------|\n| Icon | Label | Value |\n| \ud83d\udd04 | Compute | 1% of 100% |\n| \u2705 | Memory | 30.0MB of 1.5GB |\n\n| Buttons | Close | Ignore | Execute |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "183e07b90dd2fbd31a4a60beb53eb2bfc6c7b6883e863c3074d3150c49e9b0a1",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-1FEC124E-FF68-4E72-9872-1D336777E8E5-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "The image you provided does not contain any tabular data that can be transcribed into a GitHub Markdown table. The image shows a login screen for Morpheus with options to log in using Azure SSO or username and password.\n\nIf you have specific information from the image that you would like to convert into a markdown table, please provide the details so I can assist you better."
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "1b3ef9f9775e56c224ec7226797d34581b7c7ea8f76d5412c39e38a0427dac4a",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-F0EDC63A-480C-4013-AC6D-A1C51BA13CC7-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| CONFIGURATION OPTIONS | VALUE |\n|-----------------------|-------|\n| NAME | ${userInitials}-demo-${cloudCode}-${type}-${sequence} |\n| DESCRIPTION | Sample Spud Marketing App |\n| CLOUD | Labs UCS |\n| VERSION | Tomcat 7 jdk 7 |\n| INSTANCE CONFIGURATION| Docker Tomcat |\n| PLAN | 1GB Memory, 10GB Storage |\n| VOLUMES | 10 GB |\n| HOST | Select Server |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "1bc3fd167c86f701d8c177cbb2561afe80e892da04cfd0051a49d0725d5618b6",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-274AD26D-C940-4740-BBC7-7970107CCB4B-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| CLIENT ID | ACCESS TOKEN | REFRESH TOKEN | EXPIRES |\n|-----------|--------------|---------------|----------|\n| morph-api | [redacted] | [redacted] | 09/25/2021 10:42 PM |\n| morph-automation | [redacted] | [redacted] | 09/25/2020 11:06 PM |\n| morph-cli | [redacted] | [redacted] | 06/12/2020 09:16 PM |\n| morph-customer | [redacted] | [redacted] | 09/25/2021 10:33 PM |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "1c33e5f4d6f7ee6ac8843fe2ef3d9b5dc61ad2a3bb36ce369414ccbb2c8155e0",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-1DE90FFC-D78A-4AEC-B168-D1AF1DF3E611-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Purchase a License |\n|---------------------|\n| You must apply a license before using Morpheus.<br>If you would like to purchase a license or get a free trial please contact us at <a href=\"mailto:[email protected]\">[email protected]</a>,<br>or call 800-946-9180. |\n| **UPGRADE** |\n\n| Upgrade License Key |\n|---------------------|\n| If you have a new license key, enter it below.<br>If you need a new license key or would like to upgrade, please contact us at <a href=\"mailto:[email protected]\">[email protected]</a>,<br>or call 800-946-9180. |\n| **UPDATE** |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "1cb85a129049794b4721f5b21f1f1002ae437a617a32574928b37e3061059ede",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-FC41C95A-2672-476A-B22E-2C2541407BB8-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| NAME | DESCRIPTION | GATEWAY | DNS PRIMARY | DNS SECONDARY | CIDR | VLAN ID |\n|------|-------------|---------|-------------|------------|------|----------|\n| 172.31.0.0/20 (subnet-ecb848b4) | 172.31.0.0/20 | | | | |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "1e1ffb9b2f2d9f3380da47af0df1fa81a23eaa844376dc60624d7acd8ee57797",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-3AE2F03E-DBC7-4FC1-BED0-DB5F6B096D9F-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Group | Environment | Cloud | Resource Pool | Plan | Network | Security Group | Name |\n|-------|-------------|-------|----------------|------|----------|-----------------|------|\n| All Clouds | Dev | QA Amazon | labs | T2 Micro - 1 Core, 1GB Memory | 172.31.0.0/20 (subnet-22ba157b) | default | My Workload |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "1f35231ded89627e7da57fc0b4ff02df37de660fde4add680c0c45e593af1173",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-3D217ABE-3194-420B-A2D6-DD5262F136EC-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| GROUP | ACCESS | DEFAULT |\n|-------|--------|---------|\n| all | \u2705 | |\n| AA | | |\n| AA-DB | | |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "207e759fbbc5b40a0134c1937aa1c98d94b416773bd2c9558fe55fe7ac30f701",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-433AD4AB-C735-49B2-913B-302BF3209248-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Task Name | Start Date | Duration |\n|-----------|------------|----------|\n| Retry Test - Write Pre-Provision Templates | 03/07/2023 03:30 PM | 0s |\n| Retry Test - Write Provision Templates | 03/07/2023 03:30 PM | 0s |\n| Retry Test - Run Task: *Retry Test 1 in *Retry Test Provisioning - Provision | 03/07/2023 03:30 PM | 1s |\n| Retry Test - Run Task: *Retry Test 2 in *Retry Test Provisioning - Provision | 03/07/2023 03:30 PM | 1s |\n| Retry Test - Run Task: *Retry Test 3 in *Retry Test Provisioning - Provision | | |\n| Retry Test - Complete Provisioning | | |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "212d2405c0678042ce2b0959ea85b567533e8c7e429539838604b773d0e70fca",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-6791DB71-7757-41D2-985E-8E45863D89CD-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Tier | Components |\n|------------|---------------------------------------------------------------------------|\n| APP TIER | NGINX, Tomcat, Guacamole |\n| QUEUE TIER | RabbitMQ |\n| SEARCH TIER| Elasticsearch |\n| DATABASE TIER| Percona |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "26024ffa9ee010769a5b3c4ed05d0b010c4bbfe630712ad2074e1837276c69fc",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-9AB26FDA-4C5C-4F4C-ACD5-1013B6D3F162-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| NAME | DESCRIPTION | GATEWAY | DNS PRIMARY | DNS SECONDARY | CIDR | VLAN ID |\n|------|-------------|---------|-------------|------------|------|----------|\n| 172.31.0.0/20 (subnet-ecb848b4) | 172.31.0.0/20 | | | | |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "2703f9599273300532c6f5822e484a45c16e41d97d7ee194a4abe566ad03d987",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-D954DA2F-C2AD-4BD7-B7C3-02CE5AEF0719-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| ORDER PLACED | ITEMS ORDERED | ORDER STATUS |\n|--------------|---------------|--------------|\n| 09/22/2020 | 1 | Complete |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "2a7cadedede3d9802e8b87c3bc55cc40a0f248e46504a464fad1391558dc0828",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-EED20D75-2987-4570-A0F2-5AD920F49D1D-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Instance | Type | Address |\n|----------|------------|--------------------|\n| | | |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "2d6dc114f31f38e2c7843a3767437159f9da6df0ff4e10e2e1c12a46e8e8fbf5",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-BF8023AD-C31F-4FF1-A51C-AE47C55EA399-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Type | Name |\n|------------|----------|\n| Amazon Web Services | aws_jw |\n| ESXi | esxi4 |\n| Hyper-V | hyv-den-001 |\n| Azure | jwtest |\n| Morpheus | Morpheus |\n| Nutanix | nutanix |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "2f530b00e421670b3e4a671914f8332f13b41ee1c6ddec8570265f377907b577",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-FBFB8AA8-171F-4668-BD6A-CAE4F5870AA8-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| STATUS | NAME | TYPE | CLOUD | ADDRESS(ES) | COMPUTE | MEMORY | STORAGE |\n|--------|------|------|-------|--------------|---------|--------|---------|\n| Stopped | ah-mvm-mvm-01 | MVM 1.0 | MVM | | 0 | 0 | 0 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "35fb2d3c6bf82a8ca417866184a1c93c40c0551c9f582ccbb8e8cf54dccbb9e1",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-C731E3A8-F507-477B-93AB-71BC98DA37A0-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| INSTANCE TYPE | ON DEMAND HOURS | RESERVED HOURS | TOTAL HOURS | COVERAGE |\n|-------------------------|------------------|-----------------|-------------|----------|\n| DV2/DSV2 SERIES | 384.15 | 0.0 | 384.15 | 0.0% |\n| A SERIES WINDOWS | 1,366.82 | 0.0 | 1,366.82 | 0.0% |\n| A SERIES BASIC | 1,556.2 | 0.0 | 1,556.2 | 0.0% |\n| AV2 SERIES | 178.33 | 0.0 | 178.33 | 0.0% |\n| BS SERIES | 1,534.95 | 0.0 | 1,534.95 | 0.0% |\n| AV2 SERIES WINDOWS | 3.07 | 0.0 | 3.07 | 0.0% |\n| BS SERIES WINDOWS | 381.92 | 0.0 | 381.92 | 0.0% |\n| A SERIES | 383.35 | 0.0 | 383.35 | 0.0% |\n| DV2/DSV2 SERIES WINDOWS | 2.47 | 0.0 | 2.47 | 0.0% |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "3779689a876258b2047d2eff7638a71c07b4bac94a71d82b4f65266b89515583",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-37B199A3-DCEC-41E4-AE0B-8BE8A37EA55B-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| VirtualBox | VIRTUALBOX |\n|------------|-------------|\n| Virtustream | VIRTUSTREAM |\n| VMware on AWS | VMWARE CLOUD ON AWS |\n| VMware ESXi | VMWARE ESXI |\n| VMware Fusion | VMWARE FUSION |\n| VMware | VMWARE VCENTER |\n| XenServer | XENSEWER |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "398ea18cc3872860c5a80effa05be6a5445cf7c7ec08e68cbeec3049a6db64bb",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-BA083368-6AF1-4E7D-A035-B175C86AED03-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| TYPE | NAME |\n|------------|----------------|\n| cudemohadev13 | View Details |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "3d6dc63120b4c4663f6e686a74cc030401bb68d5e2c4d28eff2ef70206cf2b22",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-A6C1B836-5DF2-47CE-A78A-0A94A1A777C0-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Field | Value |\n|----------------|----------------------|\n| NAME | esxi-dh4 |\n| DESCRIPTION | |\n| VISIBILITY | Public |\n| Enabled | \u2713 |\n| Manage Internal Firewall | \u2713 |\n| USERNAME | username |\n| PASSWORD | ************ |\n| RPC HOST | 172.16.1.52 |\n| INTERNAL IP | 172.16.1.52 |\n| EXTERNAL IP | 172.16.1.52 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "3e5c1feb5480ae7eb79b7c1b263f5e32ff360c14725cc8b966a93f60368fb119",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-EF84CC50-D2E4-4906-9051-655D7B15CE65-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| TYPE | NAME | TECHNOLOGY | LABELS |\n|------------|----------------|-------------|----------------|\n| Resource | *test | Amazon | aws |\n| Resource | Custom Amazon CentOS | | centos |\n| Resource | Custom App | | app, aws, vmware |\n| Resource | Custom VMware Ubuntu | | ubuntu, vmware |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "4002b78fe0c1d2cb0c584be4ccfc8d75f548a6c39294ac412ad4033ee8b454d5",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-394CC8A6-5257-4B4C-BF41-E10643BEEE8A-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Action | Description | Start Date | Duration | User |\n|--------|-------------|------------|----------|------|\n| Upgrade | QA Kubernetes Cluster - Upgrading QA Kubernetes Cluster to v1.23.15 from v1.23.8 | 01/17/2023 11:53 AM | 17s | Tommy Marks |\n| Upgrade | QA Kubernetes Cluster - Upgrading QA Kubernetes Cluster to v1.23.8 from v1.23.5 | 11/08/2022 02:54 PM | 4m 54s | Tommy Marks |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "416bcb90cebd3411e9bcf131e84edb4f93d0e61c61c717a833c856ed286f6355",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-77B5C886-86F4-40C1-A0D1-DE6EDDA1EBBB-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| NAME | TYPE | CLOUD | CAPACITY | VISIBILITY | ACCOUNT |\n|------------|--------|--------|----------|------------|---------|\n| datastore1 | Generic| esxi4 | Unknown | Private | Master Account |\n| datastore2 | Generic| esxi4 | Unknown | Private | Master Account |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "42588cd48ecf67c8688139c09bbb9676714c4512587e6e98f943abc6ca6e64e0",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-54937FF3-952A-40DE-8C06-8E193416776A-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Date | Memory Usage (GB) |\n|------------|--------------------|\n| Apr-21 | 0 |\n| Apr-24 | 8500 |\n| Apr-27 | 9000 |\n| Apr-30 | 9500 |\n| May-03 | 90000 |\n| May-06 | 95000 |\n| May-09 | 100000 |\n| May-12 | 95000 |\n| May-15 | 100000 |\n| May-18 | 105000 |\n| May-21 | 85000 |\n| May-24 | 90000 |\n| May-27 | 95000 |\n| Jun-02 | 90000 |\n| Jun-05 | 85000 |\n| Jun-08 | 80000 |\n| Jun-11 | 85000 |\n| Jun-14 | 80000 |\n| Jun-17 | 85000 |\n| Jun-20 | 90000 |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "426ab1666272c83aeb4ced65adaa4fc5cdbc1199bcdc3be8c0f4bafaec40180d",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-63A43C98-F636-420D-828D-19BF24B01237-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| SCOPE | ROLE |\n|-------|------|\n| Role | cypher_access_test_role |\n\n| APPLY INDIVIDUALLY TO EACH USER IN ROLE |\n|------------------------------------------|\n\n| TENANTS | Search |\n|---------|--------|"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "44cacfa1e7cf2dc66d8c5311b72b3c686ec565d947f3b1d26ad502770b92f094",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-77399E18-27B9-465D-885C-F34C86B2EA19-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Job Configuration | Value |\n|-------------------|-------|\n| SECURITY PACKAGE | scap security bundle 0.1.51 |\n| SCAN CHECKLIST | /scap-security-guide-0.1.51/ssg-ubuntu1804-ds.xml |\n| SECURITY PROFILE | xccdf_org.ssgproject.content_profile_cis |\n\n| Execution Config | Value |\n|--------------------|-------|\n| SCHEDULE | Daily |\n| RUN NOW | (unchecked) |\n| CONTEXT TYPE | Server |\n| CONTEXT SERVER | de-ubuntu-1 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "4af3aed5fcf9f5c13c9786cf0687bd2410e8248df9589e41ed443a75b1a1792e",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-BA459071-AEAD-4E96-8DB9-FD67DDE9ABC5-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Field | Description |\n|--------------|-----------------------------------------------------------------------------|\n| NAME | My Task |\n| CODE | (empty) |\n| LABELS | A comma-separated list of labels that can be used to group/organize items. |\n| TYPE | Python Script |\n| RESULT_TYPE | None |\n| SOURCE | Local |\n| CONTENT | morpheus['cypher']['read']('') |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "4d38c5932bae36102e4e56772f090913feb6e0bbd9f922669614942d8c736384",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-FEB50132-F13C-491F-83D8-FEABA6E7BB0C-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Identity Source | SAML SSO Configuration |\n|-----------------|------------------------|\n| TYPE | SAML SSO |\n| NAME | |\n| DESCRIPTION | |\n| LOGIN REDIRECT URL | SAML Login URL Required |\n| SAML LOGOUT REDIRECT URL | SAML Logout Redirect URL (optional) |\n| INCLUDES SAML REQUEST PARAMETER | Yes |\n| SAML REQUEST | No Signature |\n| SAML RESPONSE | Do Not Validate Assertion S |\n| | Encryption RSA Private Key (Optional) |\n\n| Role Mappings | Role Options |\n|----------------|------------------------|\n| DEFAULT ROLE | Little Access |\n| ROLE ATTRIBUTE NAME | memberOf |\n| REQUIRED ROLE ATTRIBUTE VALUE | |\n| LITTLE ACCESS | Assertion Attribute Mappings |\n| SUPER ADMIN - MULTI-TENANT | Assertion Attribute Mappings |\n| SYSTEM ADMIN - MULTI-TENANT | Assertion Attribute Mappings |\n\n| Role Options | Advanced Validation Options |\n|----------------|------------------------------|\n| ENABLE ROLE MAPPING PERMISSION | Show/Hide |\n| MANUAL ROLE ASSIGNMENT | Save Changes |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "4f648ba912d17e2d114818c97455de805b580e24c5dde16c76e1606b0ea5dc8d",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-01557155-5F51-4E18-9423-80740E675D88-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Name: | morpheus-export |\n| --- | --- |\n| Type: | GitHub |\n| Default Branch: | main |\n| Owner: | aharker |\n| Code Language: | |\n\n| Organization: | ahark86 |\n| Location: | https://github.com/ahark86/morpheus-export |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "50c700d1a175624c0aa5c1c4a5fbdf6c60d7b1e3e4abe7b419e491069f62e9a8",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-E72E1043-FF51-4388-9D80-79CC7660C86A-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Type | Value |\n|------|-------|\n| Cost This Month | $395 |\n| MAX CPU Usage | 18% |\n| Memory Usage | 40% |\n| Storage Capacity | 13% |\n\n| Summary Details | Value |\n|-----------------|-------|\n| Type | Kubernetes Cluster |\n| Worker CPU | 17.0% |\n| Enabled | Yes |\n| Created By | [Name redacted] |\n| Date Created | 10/29/2023 11:17 PM |\n| Worker Memory | 9.1GiB / 22.7GiB |\n| Managed | Yes |\n| Worker Storage | 39.2GiB / 300.0GiB |\n| Layout | MKS Kubernetes 1.28 Cluster on Ubuntu 20.04 |\n\n| Count Details | Value |\n|---------------|-------|\n| Controllers | 1 |\n| Workers | 3 |\n| Containers | 116 |\n| Services | 23 |\n| Jobs | 3 |\n| Volumes | 1 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "51edc81040509f7e2b617b7d544ab7219f73dcf0e91a87b09adfc9db624f9e89",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-BC2102C2-6D1A-4EC2-8F51-173EAE0CE091-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Groups | NAME | LOCATION | DATACENTER | MONTH TO DATE | PROJECTED TOTAL |\n|--------|------|----------|------------|---------------|-----------------|\n| | | | | | |\n| | | | | $24,865.05 | $24,865.05 |\n| | | | | $61.86 | $104.31 |\n| | | | | $30.49 | $30.49 |\n| | | | | $26.04 | $43.21 |\n| | | Denver | | $11.72 | $11.72 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "548669a3aed4ff4080040ca19e2c2f4dce295144ff3532e60318c6d7926ad9e8",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-4A12A8C3-AB86-4D4A-AF4E-432D5D9515BA-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Month | Budget | Actual |\n|-------|---------|--------|\n| January | $83 | $115 |\n| February | $0 | $0 |\n| March | $0 | $0 |\n| April | $0 | $0 |\n| May | $0 | $0 |\n| June | $0 | $0 |\n| July | $0 | $0 |\n| August | $0 | $0 |\n| September | $0 | $0 |\n| October | $0 | $0 |\n| November| $0 | $0 |\n| December| $83 | $0 |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "551606287c19b6c95916a4b1df61313a036d102d498fa622a195484ac6974d55",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-1A22C9CD-F310-4AEF-A818-55C0954C9C55-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| User Photo | Suggested Photo Dimensions: 128 x 128 |\n|------------|----------------------------------------|\n|  | |\n\n| User Settings |\n|---------------|--------------------------------------|\n| Username | morphUser |\n| First Name | morpheus |\n| Last Name | user |\n| Email | [email protected] |\n| Password | ********** |\n| Confirm | ********** |\n\n| RECEIVE NOTIFICATIONS | API ACCESS |\n|-----------------------|-------------|"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "567805a79678184197d713468483ccaa269343479d937c1454e3aadf32538d50",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-DE8D2A86-CAB3-4D94-9D4C-83C5FA49585A-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Start Date | Duration | User |\n|------------|----------|--------|\n| 01/12/2026 05:30 AM | 1m 59s | ttran |\n| 01/12/2026 05:30 AM | 2m 47s | ttran |\n| 01/12/2026 05:30 AM | 2m 42s | ttran |\n| 01/12/2026 05:30 AM | 28m 10s | ttran |\n| 01/12/2026 05:30 AM | 2m 40s | waked |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "57a61f1592b75a293026dc6099978e2c1f4fa931b6a4d462e7318a1d4b11b07e",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-C3D36630-6135-4FE6-950F-230FE31AFEC9-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| DISPLAY NAME | USERNAME | EMAIL | ROLE |\n|--------------|----------|-------|------|\n| Alex Harker | aharker | [email protected] | System Admin |\n| John Smith | jsmith | [email protected] | Azra Catalog User, System Admin |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "58c5ebd7ccf1232207b40708103b96b36067d980173e098da0819d3a80124ad5",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-C13E674E-CE80-485D-B60E-0F33BD0BE2F7-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Operations | Provisioning | Library | Infrastructure | Backups | Monitoring | Tools |\n|------------|--------------|---------|-----------------|----------|-------------|-------|\n| Dashboard | Reports | Analytics | Guidance | Wiki | Costing | Activity |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "5a948621965266305852338ac7e8184288d21d148f3ea937d35e93973bc980b1",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-2D5FF1AC-0C5C-4977-BFC3-19FBA953BC8F-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Appliance Settings | Description |\n|--------------------|-------------|\n| Appliance URL | https://appliance.url.com |\n| Internal Appliance URL (PXE) | | For PXE-Boot your appliance needs to be routable directly with minimal NAT masquerading. This allows one to override the default appliance url endpoint for use by the PXE Server. If this is unset, the default appliance url will be used instead. |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "5ec4381c5918e8f5c2e313a88fe4a12bca553cf7e019d798e3cc2f9d909de3fd",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-627980F3-725B-4765-8CF0-89FD087667C8-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Component | Description |\n|----------|-------------|\n| Load Balancer | Manages traffic between clients and servers |\n| Morpheus Nodes | Nodes that run the Morpheus application |\n| RabbitMQ | Message broker for communication between nodes |\n| Elastic | Search engine and analytics platform |\n| App Node 1, App Node 2, App Node 3 | Application nodes running applications |\n| DB Node 1, DB Node 2, DB Node 3 | Database nodes storing data |\n| Database Cluster | A cluster of database nodes for redundancy and scalability |\n| Shared Storage | Central storage shared by all components |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "604e1c401bf8686eec90e60523bded08256a7e1f21701df0448a7f07f642d1e0",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-BF0ECE3F-331E-4BDF-9CF3-8DA3BAF19EFA-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Field | Description |\n|--------------|-----------------------------------------------------------------------------|\n| NAME | Text field for entering a name |\n| START | Date and time picker for selecting start date |\n| END | Date and time picker for selecting end date |\n| GROUP | Dropdown menu to select a group |\n| CLOUD | Dropdown menu to select a cloud |\n| TAGS | Text field for entering tags |\n| EXCLUDE_TAGS | Text field for excluding tags |\n| TENANT | Dropdown menu with options: All |\n| SCHEDULE | Dropdown menu with options: Select, Date And Time, Daily, Daily At Midnight, Hourly, Weekly On Sunday At Midnight |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "6243364d0a96bccabd8638f115e43476946de97af0a9339dad2f8846b158c45a",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-BAD395AC-5FAD-495D-B797-EEDA93C17B73-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Summary | Control | Access | Nodes | Workloads | Network | Storage | Containers | Monitoring | History | Wiki |\n|---------|---------|--------|-------|-----------|---------|---------|------------|-----------|--------|------|\n| QA Cluster | Last Updated By: Alex Harker on 05/31/2023 04:05 PM | | | | | | | | |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "6ae068ce8fefe79d0f4c1888e5e0833609dcd8497008d9189becf2522d5c7266",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-2EECD2F1-36D5-4E56-B12D-99872F54B075-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Instance Name | SSH: IP Address | Version | Status | Containers |\n|---------------|-----------------|---------|--------|------------|\n| MORPHEUS-HA-AP1 | 10.30.20.181:22, 10.30.20.62:22 | 7.3 | Running | 2 |\n| JW-CENTOS-AHV | 10.30.20.165:22, 10.30.20.91:22, 10.30.20.149:22 | 7.3 | Running | 3 |\n| JW-CENTOS-AHV-1 | 10.30.20.135:22, 10.30.20.37:22, 10.30.20.52:22 | 7.3 | Running | 3 |\n| JW-CENTOS-AHV-2 | 10.30.20.104:22 | 7.3 | Running | 1 |\n| MORPHEUS-HA-DB | 10.30.20.153:22, 10.30.20.139:22, 10.30.20.196:22 | 7.3 | Running | 3 |\n| MORPHEUS-HA-MQ | 10.30.20.129:22, 10.30.20.58:22 | 7.3 | Running | 2 |\n| MORPHEUS-HA-MQ-LB-1 | 10.30.20.53:22 | 7.3 | Running | 1 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "6bbeb863375cfc066ec66e5346cc9c13089ddb39bf4a55ede66c261b88c3488e",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-98D09465-88F7-420B-AEF8-80393CC3A8B7-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| POWER | OS | NAME | TYPE | CLOUD | PRICE | CPU UTILIZATION |\n|-------|----|------|------|-------|-------|------------------|\n| ? | ? | aa-sb-morpheus-centos-4110 | Managed VM | VMware vCenter | $51.66 | 3, 6, 25 |\n| | | labs_west-chef-web-01a | Discovered | AWS MorpheusDemo | $51.80 | |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "715e2960eaca4afcc6d554ae8e1921b263b5cb2f2be0f73c312b04105c90b502",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-ED6FCF79-BB81-4C2B-B4A6-4DCB7357CFB5-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| ORDER PLACED | ITEMS ORDERED | ORDER STATUS |\n|--------------|---------------|--------------|\n| 09/22/2020 | 1 | Complete |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "71bf4d3e41d1940bc52fdebcf1fe0fc184602a27e59ab03ff346024982fe6e4c",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-C67DA833-C730-4887-9672-7E63FABC0841-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| TYPE | NAME | INSTANCES | GROUPS | CLOUDS | COUNT |\n|------------|----------------|-----------|--------|--------|-------|\n| MISSING LOGO | [Name redacted] | 1 | 1 | 1 | 1 |\n| MISSING LOGO | [Name redacted] | 1 | 1 | 1 | 1 |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "7a72f9f1e25aa3a0a30c0985b3d0d155ac6321a8b205b2a0714caa1bd0a16509",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-A5E51597-2545-4462-AD43-F82AB88434E7-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| SAML SSO Configuration |\n| --- |\n| **LOGIN REDIRECT URL** |  |\n| **SAML LOGOUT REDIRECT URL** | SAML Logout Redirect URL (optional) |\n| **INCLUDES SAML REQUEST PARAMETER** | Yes |\n| **SAML REQUEST** | No Signature |\n| **SAML RESPONSE** | Do Not Validate Assertion S |\n| **Encryption RSA Private Key (Optional)** |  |\n| **Assertion Attribute Mappings** | Show/Hide |\n| **GIVEN NAME ATTRIBUTE NAME** | givenName |\n| **SURNAME ATTRIBUTE** | surname |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "7d620094e677335f3784422550f8dfd218008ac903f6e6ddb8e47c2a6dea3d89",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-071C08CB-F499-4A7F-BFCA-87B4C6B6D08F-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| DISPLAY NAME | USERNAME | EMAIL | ROLE |\n|--------------|----------|-------|------|\n| bob ross | bross | [email protected] | Developer, ReadOnly |\n| duser | duser | [email protected] | Developer |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "80b2b1fa68973942ef796e3654f3b5d040f797b632be12063b8ddfb5791b377d",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-0A6CC774-6C13-4B74-B7A5-C8D414D5D46A-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "The image you provided does not contain any tabular data that can be transcribed into a GitHub Markdown table. Instead, it shows a login screen for Morpheus with options to log in using \"Morpheus SSO\" or by entering a username and password. Below the login options, there is a note about agreeing to terms and conditions and privacy policy.\n\nIf you have any specific text from this image that you would like transcribed into Markdown format, please provide it, and I can help with that."
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "8573fbfca17c31fb76f533e6b0ad8fff3fd11f13c4d8322541a7f9b8fbbb4396",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-55CC0981-E007-492E-BFE7-373ADB87FE9D-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Connection-specific DNS Suffix | Link-local IPv6 Address | IPv4 Address | Subnet Mask | Default Gateway |\n|---------------------------------|--------------------------|--------------|-------------|-----------------|\n| . | fe80::81b:30cc:6062:5c%6 | 192.168.23.102 | 255.255.255.0 | 192.168.23.1 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "8745139b63ba1f68e0e50274b92c3777e0b66d6189f64f40209d921d450e2e47",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-D2F4F5EE-5377-4E4A-A6E8-DAD6ED4FBD80-high.gif",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| LUSH | +N | +E |\n|------|----|----|"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "8ac733fcf79b6b4bf313f0f3e6da0aa518f9cbbea16b6b109bff277043b93958",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-1FF1D390-EB0B-4C24-9289-4AF2717D8895-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Policy Name | Description | Key Path | Permissions | Role | Accounts |\n|-------------|-------------|----------|--------------|------|-----------|\n| Cypher Exclusion | None | secret/example/aws/my-special-key | none | cypher_access_test_role | All |\n| Cypher Policy - AWS | read, list | secret/example/aws/* | read, list | cypher_access_test_role | All |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "9179cf63689fcca101bf6ef9a26ab5aeaa027cc3c07721776e6cc0e33f02f846",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-1897DAD3-23E6-4D44-8331-93C40D4FD9FA-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| NAME | DESCRIPTION |\n| --- | --- |\n| ahark86/morpheus-export | |\n| IMPORT/EXPORT | Manual export |\n| PATH | prod |\n| EXPORT LABEL FILTER | prod |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "93c24b083648b0058e838dd0f7c069b7afde7c67173ea2e4ecd5aa2c11487c7e",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-102FBE32-895E-4617-80D4-AA313E7BB572-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Workload Type | Cost |\n|---------------|------|\n| CentOS | $238.60 |\n| Nutanix | $39.17 |\n| Ubuntu | $33.58 |\n| Other | $13.10 |\n| Another | $3.18 |\n| Yet Another | $2.44 |\n\n| Workload Type | Cost |\n|---------------|------|\n| 2 vCPU, 8GB Memory | $51.55 |\n| 2 CPU, 16GB Memory | $51.52 |\n| 2 CPU, 8GB Memory | $26.15 |\n| m1.large | $14.65 |\n| 1 CPU, 4GB Memory | $13.10 |\n| 1 vCPU, 4GB Memory | $13.06 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "94142b2fc15a4a671483c963665c0ae25b172c6458e6924d32f1ef5bfe8e4dfa",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-47300BA8-9B05-428D-835A-1975B04DE84E-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Task Name | Start Date | Duration | User |\n|-----------|------------------|------------|--------------|\n| Local - Run Workflow: Workflow kill test | 03/14/2023 01:54 PM | 3m 41s | Tenant Harker |\n| Local - Run Task: Task kill test in Workflow kill test - Operation | 03/14/2023 01:57 PM | 44s | |\n| Local - Run Task: Task kill test in Workflow kill test - Operation | 03/14/2023 01:57 PM | 40s | |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "973245eaefc41aa7a9b96511fedb11e09f47e2105935309777c8eb6eae22f19a",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-035126CA-FDE7-492E-842A-094558CB1655-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| ID | START DATE | END DATE | USAGE TYPE | USAGE | RATE | UNIT | COST | ITEM NAME |\n|----------|----------------------|----------------------|-------------------------------------------------|----------------|----------|---------|--------|-----------|\n| 1612407 | 8/1/20 12:00 AM | 8/30/20 1:00 PM | USW1-CW:Requests | 1.0078647E7 | 1.0E-5 | Requests | $100.79| QA Amazon |\n| 1614136 | 8/1/20 6:00 PM | 8/1/20 7:00 PM | USW1-DataTransfer-Out-Bytes | 9.4892E-6 | 0.0897631338| GB | $0.00 | QA Amazon |\n| 1614137 | 8/1/20 6:00 PM | 8/1/20 7:00 PM | USW1-DataTransfer-Out-Bytes | 7.7188E-6 | 0.0897631338| GB | $0.00 | QA Amazon |\n| 1614138 | 8/1/20 6:00 PM | 8/1/20 7:00 PM | USW1-LCUUsage | 1.833333E-4 | 0.007999995| LCU-Hrs | $0.00 | QA Amazon |\n| 1614139 | 8/1/20 6:00 PM | 8/1/20 7:00 PM | USW1-LoadBalancerUsage | 1.0 | 0.0252 | Hrs | $0.03 | QA Amazon |\n| 1614140 | 8/1/20 6:00 PM | 8/1/20 7:00 PM | USW1-LoadBalancerUsage | 1.0 | 0.0252 | Hrs | $0.03 | QA Amazon |\n| 1619670 | 8/1/20 7:00 PM | 8/24/20 10:00 PM | us-west-1-KMS-Requests | 39.0 | 3.0E-6 | Requests| $0.00 | QA Amazon |\n| 1617343 | 8/3/20 3:00 PM | 8/30/20 1:00 PM | USW1-LoadBalancerUsage | 646.0 | 0.0252 | Hrs | $16.28 | QA Amazon |\n| 1620003 | 8/5/20 4:00 PM | 8/5/20 5:00 PM | USW1-DataProcessing-Bytes | 6.1E-7 | 0.008 | GB | $0.00 | QA Amazon |\n| 1620006 | 8/5/20 4:00 PM | 8/5/20 5:00 PM | USW1-LCUUsage | 2.055556E-4 | 0.007999995| LCU-Hrs | $0.00 | QA Amazon |\n| 1620008 | 8/5/20 4:00 PM | 8/5/20 5:00 PM | USW1-LoadBalancerUsage | 1.0 | 0.0252 | Hrs | $0.03 | QA Amazon |\n| 1620005 | 8/5/20 4:00 PM | 8/5/20 6:00 PM | USW1-DataTransfer-Out-Bytes | 6.9551E-6 | 0.0897631338| GB | $0.00 | QA Amazon |\n| 1620004 | 8/5/20 4:00 PM | 8/6/20 7:00 AM | USW1-DataTransfer-Out-Bytes | 3.46508E-5 | 0.0897631338| GB | $0.00 | QA Amazon |\n| 1620007 | 8/5/20 4:00 PM | 8/6/20 7:00 AM | USW1-LoadBalancerUsage | 2.0 | 0.028 | Hrs | $0.06 | QA Amazon |\n| 1620726 | 8/6/20 6:00 AM | 8/6/20 7:00 AM | USW1-DataTransfer-Out-Bytes | 7.5875E-6 | 0.0897631338| GB | $0.00 | QA Amazon |\n| 1620727 | 8/6/20 6:00 AM | 8/6/20 7:00 AM | USW1-LCUUsage | 2.055556E-4 | 0.007999995| LCU-Hrs | $0.00 | QA Amazon |\n| 1620728 | 8/6/20 6:00 AM | 8/6/20 7:00 AM | USW1-LoadBalancerUsage | 1.0 | 0.0252 | Hrs | $0.03 | QA Amazon |\n| 1621067 | 8/6/20 3:00 PM | 8/6/20 4:00 PM | USW1-DataTransfer-Out-Bytes | 2.282E-7 | 0.0897631338| GB | $0.00 | QA Amazon |\n| 1623759 | 8/11/20 8:00 AM | 8/11/20 9:00 AM | USW1-DataTransfer-Out-Bytes | 1.08387E-5 | 0.0897631338| GB | $0.00 | QA Amazon |\n| 1623762 | 8/11/20 8:00 AM | 8/11/20 9:00 AM | USW1-LoadBalancerUsage | 1.0 | 0.028 | Hrs | $0.03 | QA Amazon |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "a64d94d495b89c1aa7b3414100e4cc60acb18b84dd01b8dc82d9dd0782eb7d8d",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-3244CCDD-7F2B-4DF3-B4E6-4BA4B0686C60-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Name | Description |\n|------|-------------|\n| Authentication only | Authentication only. |\n| Read users | Read user fields, roles, and groups. |\n| Manage users | Read/Write user fields, roles, and groups. |\n| Read all | Read all objects. |\n| Manage all | Read/Write all objects. Equivalent of super user. |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "abb0491f82bcc5cfe483f5e38061f48818d04d2f562c27e53164d8e0b2e6e56b",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-24D6CCD6-E864-4CA6-8D91-5EFDFB50CB33-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| TYPE | NAME | DETAILS | ACTIVE |\n|------|------|---------|--------|"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "af03ebcfe831b7c296a01811b694e6b057cf7a512bd8f606a71fc284b2115664",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-D7C44885-681F-4B92-8D83-E5EB52F25660-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Month | Budget | Actual |\n|-------|---------|--------|\n| January | $0 | $45 |\n| February| $0 | $42 |\n| March | $0 | $42 |\n| April | $0 | $45 |\n| May | $0 | $45 |\n| June | $0 | $53 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "af9cf8855a81bb32c66391bdc66ae73451cc81ee29bfc65c529dc45b4500d5c0",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-39F2C925-F3CB-4E65-B5A6-B5B515D2A1F6-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Field | Value |\n|-------------|----------------------|\n| START | 08/21/2020 |\n| END | 08/24/2020 |\n| GROUP | Select |\n| CLOUD | Select |\n| TAGS | |\n| EXCLUDE TAGS| |\n| TENANT | All |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "b41f37d37b3db8c897136ad7a178f6890f06ace7eb582bbf90575e81f1f1ed08",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-18A42C5E-8C61-4ADA-AF78-23E743A230ED-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Field | Value |\n|--------------|----------------------|\n| NAME | |\n| DESCRIPTION | |\n| ENABLED | \u2714 |\n| SCOPE | Account |\n| PERIOD | Year |\n| YEAR | Custom |\n| START DATE | 01/2021 |\n| END DATE | 12/2021 |\n| INTERVAL | Month |\n| JANUARY | 0.0 |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "b427fc31d85ada548249b56dd3decb25f95db9161ee06bcca0eaee2c2f763d24",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-0DC2CDEE-E498-4EF1-B0B5-B54260A82FF7-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Property | Value |\n|--------------------|-----------------------------------------------------------------------|\n| Cloud | esxi4 |\n| Created | 10/17/2016 09:19 PM |\n| Hostname | esxi-dh4 |\n| External IP | 172.16.1.52 |\n| Storage | 40.0 GB |\n| Host (Hypervisor) | wheeleraz.hsd1.co.comcast.net |\n| Platform | ubuntu 14.04 |\n| Remote Host | 172.16.1.52:22 |\n| Memory | 3.86 GB |\n| Agent Version | 1.0.2 |\n| Type | Docker Host |\n| Operating System | Linux |\n| Internal IP | 172.16.1.52 |\n| CPU | 1 |\n| API Key | 63f24345-9405-498e-b263-8f1dbb13bb52 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "b61946d04e7a92314a9285e9ecfd58a4cce6722cf0b5c751f1e6ad563d3c7a23",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-E8A3A8C8-27F1-48F1-8B98-2AF3AAE6E121-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Job Summary | |\n| --- | --- |\n| NAME | Scan Job |\n| JOB TYPE | Security Scan Job |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "b6c01f8df9e873abb3b8e7e191ab39a305fc919dc19b755b771d9530eafedd32",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-42AD2A2E-CE88-4F15-AECE-FC70A4C7B574-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Connection Options | API PROXY |\n|--------------------|------------|\n| WORKER | Select |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "b778bd19773b2cc4a96b7f15d11ab327060674c9198d3c6aee437f004f20f72a",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-19673F2B-9D42-4067-BC83-078B0046D28B-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| USERNAME | MONTH TO DATE | PROJECTED TOTAL |\n|----------|---------------|-----------------|\n| discovered | $673 | $1,092 |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "be45a193efdbaaa046674da586d20bba27c4fd7ee5a91fc50727d8712292a34d",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-E806E13E-76E4-477E-BE44-5A16FC97B809-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| NAME | DESCRIPTION | FILE NAME | VERSION | STATUS | STATUS MESSAGE | ENABLED |\n|---------------------|--------------------------------------------------|-----------------------------------------------------------------------------|----------|----------|-----------------|---------|\n| Digital Ocean Plugin | morpheus-cloud-plugin-1.1.0-all.jar | 1.1.0 | Loaded | | | \u2713 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "bfc8e63b481b571301d69af6c7102aaf86c00550e999768e5bcb7d12c44451f7",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-F0F0DA3A-4058-45D6-AECA-8A5BEF62FDBA-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Getting Started With The Wiki |\n| --- |\n| Welcome to the Wiki! This service ties into assets throughout the environment. Create pages for instances, hosts, groups, clouds, and even clusters directly on their detail pages. Or, just create general notes pages here in the centralized Wiki section in Markdown format. |\n| Creating your first page is as simple as clicking the **Create Page** button. Write down some content, give the page a title, and click the save button. The wiki will also keep track of who last edited a page and when. The beauty of this wiki is its clean and easy to write down notes related to various parts of your application deployment or infrastructure without going to an external tool. |\n| **Create A Homepage** |\n| The wiki provides an easy way to replace this page with a new default page. Simply create a page with the title **Home**. When that page is created, it will become the new default page for the Wiki and visible by all the users that have access to this section. |\n| **Secure** |\n| All wiki pages are encrypted using AES-256 bit encryption. Though we don't advise storing passwords in a wiki document (there's services like Cypher for that). Role-based access control also can properly restrict access to content related to instances or hosts the user may not have access to. |\n\n| Pages |\n| --- |\n| Search | Page Index |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "bfe0fed28e4cc270f1fa65339ed8323cc0d8944d0fd51c2ba4f467e2508deb47",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-7B7CB8A7-E91D-40E5-9B1B-E040BCFB2A0A-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| SERVERS | OS | SOURCE | DESTINATION | STATUS |\n|---------|----------|------------------|--------------|--------|\n| | | qa-feat-cypher | Unknown | PENDING|"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "c044d63eeace101d9f0a0bf4ac948d9b764660d4d08db49876e99ab49ed7d76b",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-7D08D7CC-C9FD-4013-9B64-78A4F9C8B639-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| INVOICE ID | TYPE | REFERENCE | CLOUD | PERIOD | START DATE | END DATE | MTD PRICE | TOTAL PRICE |\n|------------|------------|-----------|------------|----------------|----------------------------|----------------------------|-------------|-------------|\n| 282029 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM | $0.12 | $0.15 |\n| 292790 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM | $0.00 | $0.00 |\n| 292809 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM | $0.00 | $0.00 |\n| 282143 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM | $0.26 | $0.32 |\n| 287435 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM | $0.00 | $0.00 |\n| 292704 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM | $0.12 | $0.48 |\n| 282114 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM | $0.24 | $0.29 |\n| 292239 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM | $0.00 | $0.00 |\n| 285619 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM | $0.00 | $0.00 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "c4910edb2db46d2d544dab398aac9e8266d757db51c92c22ea2333b6d5d5daad",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-E081EF68-3B0E-4A5A-8CFE-8E8B47D87BAD-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| INVOICE ID | TYPE | REFERENCE | CLOUD | PERIOD | START DATE | END DATE |\n|------------|------------|-----------|------------|---------------|----------------|----------------|\n| 282029 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM |\n| 292790 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM |\n| 292809 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM |\n| 282143 | Resource | | Azure US | February 2022 | 2/1/22, 12:00 AM | 2/28/22, 11:59 PM |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "c53e999ad6b6f8b6fd75afb9404cd098e4c96fe91a5d13fec626220c22994194",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-01147D13-F369-4441-B97D-9354DA79DF93-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Type | User | Date Range |\n|---------------------|----------------|------------------|\n| All Types | Users | All Dates |\n\n### RECENT ACTIVITY REPORT\n\n- **Admin - kulkarni** \n - User created with roles 'System Admin'. \n - Date: 01/19/2026 08:27 PM \n - Author: alex \n\n- **Backup - ThuanTestRHEL01-migrated** \n - New backup has successfully been created for 'Jabalabs'. \n - Date: 12/19/2025 01:40 AM \n - Author: ttran \n\n- **Provisioning - Jabro-Test-01** \n - New instance has successfully been created by Jabalabs. \n - Date: 12/18/2025 05:19 AM \n - Author: sean"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "c84a92e3ac72a1fafd157700040eab6744251ca733fc2588c9c73e64e9de6b88",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-5666456C-8FE1-4305-816E-FD051CC4636F-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Identity Source | Azure AD SAML SSO |\n|-----------------|--------------------|\n| ACTIVE | Yes |\n| NAME | Azure - SSO |\n| DESCRIPTION | |\n\n| Azure SAML SO Details |\n|-----------------------|\n| LOGIN REDIRECT URL | https://login.microsoftonline.com/9a2a0272-aa10-44c0-863f-54d74ee6e47a |\n| SAML LOGOUT REDIRECT URL | https://login.microsoftonline.com/9a2a0272-aa10-44c0-863f-54d74ee6e47a |\n| SAML REQUEST | Self Signed |\n| | BEGIN CERTIFICATE |\n| | MIIClzCCAX8CBgGGwZ9jA |\n| SAML RESPONSE | Validate Assertion Signature |\n| | MIIC8DCCAdigAwIBAgIQaZgb9q9Wc4tFBxQWS5m2wzA |\n\n| Role Azure Group Mappings |\n|--------------------------|\n| DEFAULT ROLE | NoAccess |\n| REQUIRED AZURE GROUP | |\n| GROUP ATTRIBUTE NAME | http://schemas.microsoft.com/ws |\n| DEMO - DEVOPS DEPT | d474ee6e-47a4-4334-a8fb-05 |\n| DEMO - QA DEPT | Assertion Attribute Mappings |\n| MORPHEUS USERS | Assertion Attribute Mappings |\n| NOACCESS | Assertion Attribute Mappings |\n\n| Azure Group Lookups |\n|--------------------------|\n| AZURE TENANT ID | Azure Tenant ID(optional) |\n| AZURE APP ID | Azure App ID(optional) |\n| AZURE APP SECRET | Azure App Secret(optional) |\n| ROLE LINK ATTRIBUTE NAME| http://schemas.microsoft.com/cla |\n\n| Role Options |\n|-------------------------|\n| ENABLE ROLE MAPPING PERMISSION |\n| MANUAL ROLE ASSIGNMENT |\n\n| Buttons |\n|------------------------|\n| DEACTIVATE |\n| DELETE |\n| SAVE CHANGES |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "c8d0b1672ec076a1f5d5886a9622c098b94d6ac64eb130f3ca10f1cdfac37a4e",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-ECB853BF-5ACC-4D03-BCC3-AF5A1D2706A3-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| LAST RESULT | TYPE | NAME | DETAILS | LAST RUN | NEXT RUN |\n|-------------|----------------|-----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------|-------------------------|\n| \u2705 | Workflow Job | | | 11/14/2019 02:42 PM | |\n| \u2705 | Security Scan Job | Centos 8 SCAP Scan Job | | 01/23/2022 12:43 PM | |\n| \u274c | Security Scan Job | | | 04/22/2021 09:15 AM | |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "cd7b69efeec5d47974dab8690608826506bf74d6d781b3f6b850be2ad03919a6",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-98CB46CB-C852-48BE-8F39-09E5E676BCCE-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Catalog Items | Description |\n|---------------|-------------|\n| Apache on VMware | Apache on Ubuntu provisioned to VMware |\n| Easy Peasy | No description available |\n| My Awesome App | A Blueprint App Deployment |\n\n| Recently Ordered | Description |\n|------------------|--------------|\n| Easy Peasy | Ordered On: 09/17/2020 |\n\n| Inventory | Description |\n|-----------|--------------|\n| Type | Name |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "d229d8077de5254220a83ba7fe7fbba24a6d50d3e5e6c0eba0eb707bd1264f86",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-1E7A4007-3C1F-4E44-A046-41A0C62111AA-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| STATUS | NAME | ADDRESS(ES) |\n|--------|------|-------------|\n| Running | qa-hosts-kube-1 | 10.x.x.x |\n| Running | qa-hosts-kube-2 | 10.x.x.x |\n| Running | qa-hosts-kube-3 | 10.x.x.x |\n| Running | qa-hosts-kube-4 | 10.x.x.x |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "d2565fc3813dbc988bf1b6d7c71e512a5cc483cf302544901b1cf60f6d0ecec1",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-B7E6E923-4BC1-45EC-8A41-9862C023911F-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| NAME | ACCESS |\n|----------------|--------|\n| Standard | Full |\n| Service Catalog| Full |\n| Virtual Desktop| Full |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "d2eb7611d9ca8558c435e3e1d56bf39a8e90c8bf806f518280277700419da2c5",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-EE6DD2F5-7B81-4697-8A32-4A04675D0EAC-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Name | Date modified | Type | Size |\n|-----------------|---------------------|-------------|--------|\n| qemufwcfg | 9/18/2023 11:17 PM | File folder | |\n| qemupcserial | 9/18/2023 11:17 PM | File folder | |\n| qxl | 9/18/2023 11:17 PM | File folder | |\n| qxldod | 9/18/2023 11:17 PM | File folder | |\n| smbuss | 9/18/2023 11:17 PM | File folder | |\n| sriov | 9/18/2023 11:17 PM | File folder | |\n| viofs | 9/18/2023 11:17 PM | File folder | |\n| viogpudo | 9/18/2023 11:17 PM | File folder | |\n| vioinput | 9/18/2023 11:17 PM | File folder | |\n| viornng | 9/18/2023 11:17 PM | File folder | |\n| vioscsi | 9/18/2023 11:17 PM | File folder | |\n| vioserial | 9/18/2023 11:17 PM | File folder | |\n| viostor | 9/18/2023 11:17 PM | File folder | |\n| virtio-win_license | 9/18/2023 11:17 PM | Text Document | 2 KB |\n| virtio-win-gt-x64 | 9/18/2023 11:18 PM | Windows Installer | 6,877 KB|\n| virtio-win-gt-x86 | 9/18/2023 11:18 PM | Windows Installer | 5,718 KB|\n| virtio-win-guest-tools | 9/18/2023 11:18 PM | Application | 32,524 KB|"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "d33527fc96465c22e32cb2c6ab99ae62e4484e23283b6dbb4b2b012eaf2754ea",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-E85ADD10-D850-4AC0-B155-027367EC2C47-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Secret Name | Decrypt Button | Last Decrypted Date | Last Updated Date | Actions |\n|-------------|----------------|--------------------|-------------------|---------|\n| secret/cypher_policy_test_1 | Decrypt | 04/04/2022 02:16 PM | 04/05/2022 02:32 PM | Actions |\n| secret/cypher_policy_test_2 | Decrypt | 04/04/2022 02:16 PM | 04/04/2022 02:46 PM | Actions |\n| secret/example/aws/access-key | Decrypt | 04/05/2022 07:28 PM | 04/05/2022 07:28 PM | Actions |\n| secret/example/aws/my-special-key | Decrypt | 04/05/2022 07:28 PM | 04/05/2022 07:28 PM | Actions |\n| secret/example/aws/secret-key | Decrypt | 04/05/2022 07:27 PM | 04/05/2022 07:27 PM | Actions |\n| secret/example/azure/secret1 | Decrypt | 04/05/2022 07:29 PM | 04/05/2022 07:29 PM | Actions |\n| secret/example/azure/secret2 | Decrypt | 04/05/2022 07:30 PM | 04/05/2022 07:30 PM | Actions |\n| secret/hello | Decrypt | 04/12/2021 02:40 PM | 04/01/2022 10:06 PM | Actions |\n| secret/QA Kubernetes Cluster-kube-cluster-admin-kubeconfig | Decrypt | 02/16/2022 07:11 PM | 03/14/2022 12:54 PM | Actions |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "d5277987d200c169f9297345c3971cd27ed731fe97f8b4f9d9667c86c3553610",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-5E19B144-131B-4F0D-892B-9D10DB431658-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| YEAR | 2020 | 2021 | 2022 |\n|------|------|------|------|\n| YEAR | 10000.0 | 15000.0 | 8000.0 |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "d5a971d5baea55392f51f6f77fd9c81208c6b92157fd5e483a3db302b03f9dbd",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-36CA0790-41CA-421C-9971-50062F8B82F4-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Category | Price | Cost |\n|----------------|----------|--------|\n| COMPUTE | $102 | $102.30|\n| MEMORY | $0 | $0 |\n| STORAGE | $12 | $12.42 |\n| NETWORK | $0.01 | $0.01 |\n| EXTRA | $0 | $0 |\n| MTD PRICE | $115 | $114.73|\n| TOTAL (PROJECTED) | $115 | $114.73|"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "d7f6ab28301415476db60b446b9396116b256d374b894cddfa64d61787809568",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-278D8A99-12B8-47EE-8FC8-F360DDA69C70-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| NAME | OWNER | ACCOUNTS |\n| --- | --- | --- |\n| Confirm Email on Register Template | System | |\n| Confirm Password Update Template | System | |\n| Disable Inactive User Template | System | |\n| Forgot Password Template | System | |\n| Forgot Password Template | Alpha | Global |\n| Inactive User Warning Template | System | |"
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"sha": "d990b1a0810dbb6bd4015cb3539ab5da13a204c68c69ffb2aeb4b13b39b85414",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-EF3C066B-2133-4DBC-8E53-1C23C38740D4-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| Component | Description |\n|-----------|-------------|\n| Load Balancer | Manages traffic between clients and servers |\n| Morpheus Nodes | High Availability (HA) with Distributed Database |\n| App Node 1 | Application server node |\n| App Node 2 | Application server node |\n| App Node 3 | Application server node |\n| RabbitMQ | Message broker for communication |\n| Elastic | Search engine and analytics platform |\n| DB Node 1 | Database server node |\n| DB Node 2 | Database server node |\n| DB Node 3 | Database server node |\n| Percona Cluster | Cluster of database servers |\n| NFS (Network File System) | Network file sharing system |"
|
||||
}
|
||||
-7
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"sha": "d9e0bfda4cf3d77ebf33a8c86b0be7672f90d9c5a471074c2f22fa74b39ac988",
|
||||
"src": "https://support.hpe.com/hpesc/public/api/document/sd00007510en_us/GUID-E455650E-5DD7-40E6-BF40-5449281F27C2-high.png",
|
||||
"model": "qwen2.5vl:7b",
|
||||
"certain": true,
|
||||
"markdown": "| CLOUD | TYPE | NAME | PLAN | START DATE | END DATE | USAGE STATUS | USAGE PRICE |\n|-------|------------|-------------|---------------------------------------------------------------------|----------------------|--------------------|---------------|--------------|\n| AWS-US-EAST-2 | Discovered | bastion | T2 Medium - 2 Core, 4GB Memory | 11/10/2022 09:07 AM | Stopped | $1.4006 |\n| | | | | | | | |\n| | Price Type | Quantity | | | | | |\n| | Storage | gp2 | 35 GB | | | | |\n| AWS-US-EAST-2 | Discovered | bastion | T2 Medium - 2 Core, 4GB Memory | 11/10/2022 08:29 AM | Running | $0.0324 |\n| | | | | | | | |\n| | Price Type | Quantity | | | | | |\n| | Compute | N/A | | | | | |\n| | Storage | gp2 | 35 GB | | | $0.0293 | |\n| | | | | | | | |\n| AWS-US-EAST-2 | Discovered | bastion | T2 Medium - 2 Core, 4GB Memory | 08/27/2022 07:36 PM | Stopped | $8.5582 |\n| | | | | | | | |\n| | Price Type | Quantity | | | | | |\n| | Storage | gp2 | 35 GB | | | $8.5582 | |"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user