Expand lab seed tiers, OpenAPI PARAMS, and console DATA/Params UX.
This commit is contained in:
@@ -49,6 +49,7 @@ PATH_FLOOR: dict[tuple[str, str], int] = {
|
||||
# 7.0 U3 depth
|
||||
("GET", "/api/cis/tasks"): 7,
|
||||
("GET", "/api/cis/tasks/{task}"): 7,
|
||||
("POST", "/api/cis/tasks"): 7,
|
||||
("GET", "/api/vcenter/vm/{vm}/tools"): 7,
|
||||
("GET", "/api/vcenter/vm/{vm}/hardware"): 7,
|
||||
("GET", "/api/vcenter/vm/{vm}/hardware/cpu"): 7,
|
||||
@@ -95,9 +96,15 @@ PATH_FLOOR: dict[tuple[str, str], int] = {
|
||||
("POST", "/api/vcenter/network/dvs"): 8,
|
||||
("POST", "/api/vcenter/network/dvpg"): 8,
|
||||
("GET", "/api/content/library"): 8,
|
||||
("GET", "/api/content/library/{library_id}"): 8,
|
||||
("GET", "/api/content/local-library"): 8,
|
||||
("POST", "/api/content/local-library"): 8,
|
||||
("GET", "/api/content/local-library/{library_id}"): 8,
|
||||
("DELETE", "/api/content/local-library/{library_id}"): 8,
|
||||
("GET", "/api/content/library/item"): 8,
|
||||
("POST", "/api/content/library/item"): 8,
|
||||
("GET", "/api/content/library/item/{library_item_id}"): 8,
|
||||
("DELETE", "/api/content/library/item/{library_item_id}"): 8,
|
||||
("POST", "/api/vcenter/ovf/library-item/{item_id}"): 8,
|
||||
("GET", "/api/vcenter/storage/policies"): 8,
|
||||
("GET", "/api/vcenter/storage/policies/{policy}/vm"): 8,
|
||||
|
||||
Reference in New Issue
Block a user