Add instance_uuid to the instance action schema
Change-Id: I5912a18f1a7f60b6eff96aeb9580eb2d05c3ebb6
This commit is contained in:
parent
eceadd597c
commit
cc9c23449b
@ -1950,9 +1950,9 @@ SERVER_INSTANCE_ACTION_SHORT_SCHEMA: dict[str, Any] = {
|
||||
"description": "The instance action object.",
|
||||
"properties": {
|
||||
"action": {"type": "string", "description": "The name of the action."},
|
||||
"events": {
|
||||
"type": "array",
|
||||
"items": SERVER_INSTANCE_ACTION_EVENT_SCHEMA,
|
||||
"instance_uuid": {
|
||||
"type": "string",
|
||||
"description": "The UUID of the server.",
|
||||
},
|
||||
"message": {
|
||||
"type": ["string", "null"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user