We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47aa2a9 commit 04d108eCopy full SHA for 04d108e
openapi/nexus-lockstep.json
@@ -7087,6 +7087,21 @@
7087
"type"
7088
]
7089
},
7090
+ {
7091
+ "description": "Waiting on zones to propagate to inventory.",
7092
+ "type": "object",
7093
+ "properties": {
7094
+ "type": {
7095
+ "type": "string",
7096
+ "enum": [
7097
+ "inventory_propagation"
7098
+ ]
7099
+ }
7100
+ },
7101
+ "required": [
7102
+ "type"
7103
7104
7105
{
7106
"description": "Waiting on updates to RoT / SP / Host OS / etc.",
7107
"type": "object",
0 commit comments