Expand lab seed tiers, OpenAPI PARAMS, and console DATA/Params UX.
This commit is contained in:
@@ -7,3 +7,13 @@ Hot-swap (`POST /ui/api/contract/apply?major=N`) switches the active **catalog**
|
||||
major for Web UI / evidence only; runtime still serves the full registered
|
||||
surface (no HTTP 501 from version floor). Regenerate with
|
||||
`make vsphere-bundles`.
|
||||
|
||||
## Console request parameters
|
||||
|
||||
Web UI Params / Request body for native vSphere routes come from the official
|
||||
Automation OpenAPI (`vmware/vcf-api-specs` → `vcenter.yaml`), compacted into
|
||||
`app/vsphere/rest/param_index.json`. Regenerate with:
|
||||
|
||||
```bash
|
||||
make vsphere-param-index
|
||||
```
|
||||
|
||||
@@ -7,3 +7,13 @@ Hot-swap (`POST /ui/api/contract/apply?major=N`) переключает акти
|
||||
major только для Web UI / evidence; runtime по-прежнему обслуживает полную
|
||||
зарегистрированную поверхность (без HTTP 501 из-за version floor).
|
||||
Перегенерация: `make vsphere-bundles`.
|
||||
|
||||
## Параметры запросов в консоли
|
||||
|
||||
Params / Request body для нативных vSphere-маршрутов берутся из официального
|
||||
Automation OpenAPI (`vmware/vcf-api-specs` → `vcenter.yaml`) и компактно
|
||||
хранятся в `app/vsphere/rest/param_index.json`. Перегенерация:
|
||||
|
||||
```bash
|
||||
make vsphere-param-index
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user