Add OpenStack request-body schemas and nested console PARAM sync.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -21,14 +21,14 @@
|
||||
<body>
|
||||
<header>
|
||||
<h1>Pulumi OpenStack API coverage</h1>
|
||||
<p class="muted">Generated 2026-07-17 13:12:06 UTC · pulumi_openstack primary + HTTP pack probe with non-empty checks</p>
|
||||
<p class="muted">Generated 2026-07-18 03:50:29 UTC · <strong>100% = HTTP contract matrix</strong> (pack ops + synthetic HEAD), not pulumi_openstack resource count. Layer B provider lifecycle is smoke only.</p>
|
||||
</header>
|
||||
<main>
|
||||
<div class="summary">
|
||||
<div><strong>4</strong><span class="muted"> series</span></div>
|
||||
<div><strong class="ok">4</strong><span class="muted"> pulumi stacks ok</span></div>
|
||||
<div><strong class="fail">0</strong><span class="muted"> pulumi failures</span></div>
|
||||
<div><strong class="ok">4721</strong><span class="muted"> http ops ok</span></div>
|
||||
<div><strong class="ok">6514</strong><span class="muted"> http ops ok</span></div>
|
||||
<div><strong class="fail">0</strong><span class="muted"> http / nonempty fails</span></div>
|
||||
</div>
|
||||
<h2>Series</h2>
|
||||
@@ -41,12 +41,12 @@
|
||||
<span class="fail">empty exports=0</span>
|
||||
</div>
|
||||
<div class="stats">
|
||||
<span class="ok">http ok=1060</span>
|
||||
<span class="fail">http fail=0 nonempty_fail=0</span>
|
||||
<span>http total=1060/1060</span>
|
||||
<span class="ok">http ok=1464</span>
|
||||
<span class="fail">http fail=0 nonempty_fail=0 critical=0</span>
|
||||
<span>http total=1464/1464 (declared=1060+HEAD=404)</span>
|
||||
</div>
|
||||
<div class="stats muted">
|
||||
methods: GET=404 POST=168 PUT=171 PATCH=155 DELETE=162
|
||||
methods: GET=404 POST=168 PUT=171 PATCH=155 DELETE=162 HEAD=404
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -58,12 +58,12 @@
|
||||
<span class="fail">empty exports=0</span>
|
||||
</div>
|
||||
<div class="stats">
|
||||
<span class="ok">http ok=1108</span>
|
||||
<span class="fail">http fail=0 nonempty_fail=0</span>
|
||||
<span>http total=1108/1108</span>
|
||||
<span class="ok">http ok=1530</span>
|
||||
<span class="fail">http fail=0 nonempty_fail=0 critical=0</span>
|
||||
<span>http total=1530/1530 (declared=1108+HEAD=422)</span>
|
||||
</div>
|
||||
<div class="stats muted">
|
||||
methods: GET=422 POST=177 PUT=178 PATCH=162 DELETE=169
|
||||
methods: GET=422 POST=177 PUT=178 PATCH=162 DELETE=169 HEAD=422
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -75,12 +75,12 @@
|
||||
<span class="fail">empty exports=0</span>
|
||||
</div>
|
||||
<div class="stats">
|
||||
<span class="ok">http ok=1196</span>
|
||||
<span class="fail">http fail=0 nonempty_fail=0</span>
|
||||
<span>http total=1196/1196</span>
|
||||
<span class="ok">http ok=1649</span>
|
||||
<span class="fail">http fail=0 nonempty_fail=0 critical=0</span>
|
||||
<span>http total=1649/1649 (declared=1196+HEAD=453)</span>
|
||||
</div>
|
||||
<div class="stats muted">
|
||||
methods: GET=453 POST=192 PUT=192 PATCH=176 DELETE=183
|
||||
methods: GET=453 POST=192 PUT=192 PATCH=176 DELETE=183 HEAD=453
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -92,12 +92,12 @@
|
||||
<span class="fail">empty exports=0</span>
|
||||
</div>
|
||||
<div class="stats">
|
||||
<span class="ok">http ok=1357</span>
|
||||
<span class="fail">http fail=0 nonempty_fail=0</span>
|
||||
<span>http total=1357/1357</span>
|
||||
<span class="ok">http ok=1871</span>
|
||||
<span class="fail">http fail=0 nonempty_fail=0 critical=0</span>
|
||||
<span>http total=1871/1871 (declared=1357+HEAD=514)</span>
|
||||
</div>
|
||||
<div class="stats muted">
|
||||
methods: GET=514 POST=217 PUT=217 PATCH=201 DELETE=208
|
||||
methods: GET=514 POST=217 PUT=217 PATCH=201 DELETE=208 HEAD=514
|
||||
|
||||
</div>
|
||||
</div></div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -2,8 +2,14 @@
|
||||
"series_count": 4,
|
||||
"pulumi_ok": 4,
|
||||
"pulumi_fail": 0,
|
||||
"http_ok": 4721,
|
||||
"http_ok": 6514,
|
||||
"http_fail": 0,
|
||||
"http_critical": 0,
|
||||
"http_declared": 4721,
|
||||
"http_head": 1793,
|
||||
"http_total": 6514,
|
||||
"http_expected": 6514,
|
||||
"coverage_incomplete": 0,
|
||||
"collections_only": false
|
||||
"collections_only": false,
|
||||
"definition": "100% = HTTP contract matrix (pack ops + synthetic HEAD), not pulumi_openstack resource count"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user