Add OpenStack request-body schemas and nested console PARAM sync.

This commit is contained in:
2026-07-18 08:47:16 +03:00
parent 6033967e6a
commit 2a8ce3a287
101 changed files with 150428 additions and 612 deletions
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
@@ -0,0 +1,944 @@
{
"by_path": {
"PATCH /floatingips/{id}": {
"description": "",
"properties": {
"floatingip": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"dns_domain": {
"description": "",
"type": "string"
},
"dns_name": {
"description": "",
"type": "string"
},
"fixed_ip_address": {
"description": "Fixed IP",
"type": "string"
},
"floating_ip_address": {
"description": "Floating IP",
"type": "string"
},
"floating_network_id": {
"description": "External network UUID",
"format": "uuid",
"type": "string"
},
"port_id": {
"description": "Port UUID",
"format": "uuid",
"type": "string"
},
"subnet_id": {
"description": "Subnet UUID",
"format": "uuid",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"floatingip"
],
"type": "object"
},
"PATCH /leases/{id}": {
"description": "",
"properties": {
"lease": {
"description": "",
"properties": {
"end_date": {
"description": "",
"example": "2026-01-02 00:00",
"type": "string"
},
"events": {
"description": "",
"items": {
"description": "",
"properties": {},
"type": "object"
},
"type": "array"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservations": {
"description": "",
"items": {
"description": "",
"properties": {
"hypervisor_properties": {
"description": "",
"type": "string"
},
"max": {
"description": "",
"example": 1,
"type": "integer"
},
"min": {
"description": "",
"example": 1,
"type": "integer"
},
"resource_properties": {
"description": "",
"type": "string"
},
"resource_type": {
"description": "",
"example": "physical:host",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"start_date": {
"description": "",
"example": "2026-01-01 00:00",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"lease"
],
"type": "object"
},
"PATCH /os-hosts/{id}": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
},
"POST /floatingips": {
"description": "",
"properties": {
"floatingip": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"dns_domain": {
"description": "",
"type": "string"
},
"dns_name": {
"description": "",
"type": "string"
},
"fixed_ip_address": {
"description": "Fixed IP",
"type": "string"
},
"floating_ip_address": {
"description": "Floating IP",
"type": "string"
},
"floating_network_id": {
"description": "External network UUID",
"format": "uuid",
"type": "string"
},
"port_id": {
"description": "Port UUID",
"format": "uuid",
"type": "string"
},
"subnet_id": {
"description": "Subnet UUID",
"format": "uuid",
"type": "string"
}
},
"required": [
"floating_network_id"
],
"type": "object"
}
},
"required": [
"floatingip"
],
"type": "object"
},
"POST /leases": {
"description": "",
"properties": {
"lease": {
"description": "",
"properties": {
"end_date": {
"description": "",
"example": "2026-01-02 00:00",
"type": "string"
},
"events": {
"description": "",
"items": {
"description": "",
"properties": {},
"type": "object"
},
"type": "array"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservations": {
"description": "",
"items": {
"description": "",
"properties": {
"hypervisor_properties": {
"description": "",
"type": "string"
},
"max": {
"description": "",
"example": 1,
"type": "integer"
},
"min": {
"description": "",
"example": 1,
"type": "integer"
},
"resource_properties": {
"description": "",
"type": "string"
},
"resource_type": {
"description": "",
"example": "physical:host",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"start_date": {
"description": "",
"example": "2026-01-01 00:00",
"type": "string"
}
},
"required": [
"name",
"start_date",
"end_date",
"reservations"
],
"type": "object"
}
},
"required": [
"lease"
],
"type": "object"
},
"POST /os-hosts": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
},
"PUT /floatingips/{id}": {
"description": "",
"properties": {
"floatingip": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"dns_domain": {
"description": "",
"type": "string"
},
"dns_name": {
"description": "",
"type": "string"
},
"fixed_ip_address": {
"description": "Fixed IP",
"type": "string"
},
"floating_ip_address": {
"description": "Floating IP",
"type": "string"
},
"floating_network_id": {
"description": "External network UUID",
"format": "uuid",
"type": "string"
},
"port_id": {
"description": "Port UUID",
"format": "uuid",
"type": "string"
},
"subnet_id": {
"description": "Subnet UUID",
"format": "uuid",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"floatingip"
],
"type": "object"
},
"PUT /leases/{id}": {
"description": "",
"properties": {
"lease": {
"description": "",
"properties": {
"end_date": {
"description": "",
"example": "2026-01-02 00:00",
"type": "string"
},
"events": {
"description": "",
"items": {
"description": "",
"properties": {},
"type": "object"
},
"type": "array"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservations": {
"description": "",
"items": {
"description": "",
"properties": {
"hypervisor_properties": {
"description": "",
"type": "string"
},
"max": {
"description": "",
"example": 1,
"type": "integer"
},
"min": {
"description": "",
"example": 1,
"type": "integer"
},
"resource_properties": {
"description": "",
"type": "string"
},
"resource_type": {
"description": "",
"example": "physical:host",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"start_date": {
"description": "",
"example": "2026-01-01 00:00",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"lease"
],
"type": "object"
},
"PUT /os-hosts/{id}": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
}
},
"operations": {
"floatingip_create": {
"description": "",
"properties": {
"floatingip": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"dns_domain": {
"description": "",
"type": "string"
},
"dns_name": {
"description": "",
"type": "string"
},
"fixed_ip_address": {
"description": "Fixed IP",
"type": "string"
},
"floating_ip_address": {
"description": "Floating IP",
"type": "string"
},
"floating_network_id": {
"description": "External network UUID",
"format": "uuid",
"type": "string"
},
"port_id": {
"description": "Port UUID",
"format": "uuid",
"type": "string"
},
"subnet_id": {
"description": "Subnet UUID",
"format": "uuid",
"type": "string"
}
},
"required": [
"floating_network_id"
],
"type": "object"
}
},
"required": [
"floatingip"
],
"type": "object"
},
"floatingip_patch": {
"description": "",
"properties": {
"floatingip": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"dns_domain": {
"description": "",
"type": "string"
},
"dns_name": {
"description": "",
"type": "string"
},
"fixed_ip_address": {
"description": "Fixed IP",
"type": "string"
},
"floating_ip_address": {
"description": "Floating IP",
"type": "string"
},
"floating_network_id": {
"description": "External network UUID",
"format": "uuid",
"type": "string"
},
"port_id": {
"description": "Port UUID",
"format": "uuid",
"type": "string"
},
"subnet_id": {
"description": "Subnet UUID",
"format": "uuid",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"floatingip"
],
"type": "object"
},
"floatingip_update": {
"description": "",
"properties": {
"floatingip": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"dns_domain": {
"description": "",
"type": "string"
},
"dns_name": {
"description": "",
"type": "string"
},
"fixed_ip_address": {
"description": "Fixed IP",
"type": "string"
},
"floating_ip_address": {
"description": "Floating IP",
"type": "string"
},
"floating_network_id": {
"description": "External network UUID",
"format": "uuid",
"type": "string"
},
"port_id": {
"description": "Port UUID",
"format": "uuid",
"type": "string"
},
"subnet_id": {
"description": "Subnet UUID",
"format": "uuid",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"floatingip"
],
"type": "object"
},
"host_create": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
},
"host_patch": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
},
"host_update": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
},
"lease_create": {
"description": "",
"properties": {
"lease": {
"description": "",
"properties": {
"end_date": {
"description": "",
"example": "2026-01-02 00:00",
"type": "string"
},
"events": {
"description": "",
"items": {
"description": "",
"properties": {},
"type": "object"
},
"type": "array"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservations": {
"description": "",
"items": {
"description": "",
"properties": {
"hypervisor_properties": {
"description": "",
"type": "string"
},
"max": {
"description": "",
"example": 1,
"type": "integer"
},
"min": {
"description": "",
"example": 1,
"type": "integer"
},
"resource_properties": {
"description": "",
"type": "string"
},
"resource_type": {
"description": "",
"example": "physical:host",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"start_date": {
"description": "",
"example": "2026-01-01 00:00",
"type": "string"
}
},
"required": [
"name",
"start_date",
"end_date",
"reservations"
],
"type": "object"
}
},
"required": [
"lease"
],
"type": "object"
},
"lease_patch": {
"description": "",
"properties": {
"lease": {
"description": "",
"properties": {
"end_date": {
"description": "",
"example": "2026-01-02 00:00",
"type": "string"
},
"events": {
"description": "",
"items": {
"description": "",
"properties": {},
"type": "object"
},
"type": "array"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservations": {
"description": "",
"items": {
"description": "",
"properties": {
"hypervisor_properties": {
"description": "",
"type": "string"
},
"max": {
"description": "",
"example": 1,
"type": "integer"
},
"min": {
"description": "",
"example": 1,
"type": "integer"
},
"resource_properties": {
"description": "",
"type": "string"
},
"resource_type": {
"description": "",
"example": "physical:host",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"start_date": {
"description": "",
"example": "2026-01-01 00:00",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"lease"
],
"type": "object"
},
"lease_update": {
"description": "",
"properties": {
"lease": {
"description": "",
"properties": {
"end_date": {
"description": "",
"example": "2026-01-02 00:00",
"type": "string"
},
"events": {
"description": "",
"items": {
"description": "",
"properties": {},
"type": "object"
},
"type": "array"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservations": {
"description": "",
"items": {
"description": "",
"properties": {
"hypervisor_properties": {
"description": "",
"type": "string"
},
"max": {
"description": "",
"example": 1,
"type": "integer"
},
"min": {
"description": "",
"example": 1,
"type": "integer"
},
"resource_properties": {
"description": "",
"type": "string"
},
"resource_type": {
"description": "",
"example": "physical:host",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"start_date": {
"description": "",
"example": "2026-01-01 00:00",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"lease"
],
"type": "object"
}
},
"service": "blazar",
"source": "generated-from-api-ref-catalog"
}
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
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,356 @@
{
"by_path": {
"PATCH /stacks/{id}": {
"description": "",
"properties": {
"Parameters": {
"description": "",
"type": "string"
},
"StackName": {
"description": "",
"example": "example",
"type": "string"
},
"TemplateBody": {
"description": "",
"example": "{\"AWSTemplateFormatVersion\":\"2010-09-09\"}",
"type": "string"
},
"TimeoutInMinutes": {
"description": "",
"example": 60,
"type": "integer"
}
},
"required": [
"StackName",
"TemplateBody"
],
"type": "object"
},
"POST /": {
"description": "",
"properties": {
"stack": {
"description": "",
"properties": {
"disable_rollback": {
"default": true,
"description": "Disable rollback",
"type": "boolean"
},
"environment": {
"description": "",
"properties": {},
"type": "object"
},
"files": {
"description": "",
"properties": {},
"type": "object"
},
"parameters": {
"description": "Stack parameters",
"properties": {},
"type": "object"
},
"stack_name": {
"description": "Stack name",
"example": "example",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"template": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"heat_template_version": {
"description": "",
"example": "2015-04-30",
"type": "string"
},
"parameters": {
"description": "",
"properties": {},
"type": "object"
},
"resources": {
"description": "",
"properties": {},
"type": "object"
}
},
"required": [
"heat_template_version"
],
"type": "object"
},
"template_url": {
"description": "Template URL",
"format": "uri",
"type": "string"
},
"timeout_mins": {
"description": "Timeout minutes",
"example": 60,
"type": "integer"
}
},
"required": [
"stack_name",
"template"
],
"type": "object"
}
},
"type": "object"
},
"POST /stacks": {
"description": "",
"properties": {
"Parameters": {
"description": "",
"type": "string"
},
"StackName": {
"description": "",
"example": "example",
"type": "string"
},
"TemplateBody": {
"description": "",
"example": "{\"AWSTemplateFormatVersion\":\"2010-09-09\"}",
"type": "string"
},
"TimeoutInMinutes": {
"description": "",
"example": 60,
"type": "integer"
}
},
"required": [
"StackName",
"TemplateBody"
],
"type": "object"
},
"PUT /stacks/{id}": {
"description": "",
"properties": {
"Parameters": {
"description": "",
"type": "string"
},
"StackName": {
"description": "",
"example": "example",
"type": "string"
},
"TemplateBody": {
"description": "",
"example": "{\"AWSTemplateFormatVersion\":\"2010-09-09\"}",
"type": "string"
},
"TimeoutInMinutes": {
"description": "",
"example": 60,
"type": "integer"
}
},
"required": [
"StackName",
"TemplateBody"
],
"type": "object"
}
},
"operations": {
"heat_cfn_query": {
"description": "",
"properties": {
"stack": {
"description": "",
"properties": {
"disable_rollback": {
"default": true,
"description": "Disable rollback",
"type": "boolean"
},
"environment": {
"description": "",
"properties": {},
"type": "object"
},
"files": {
"description": "",
"properties": {},
"type": "object"
},
"parameters": {
"description": "Stack parameters",
"properties": {},
"type": "object"
},
"stack_name": {
"description": "Stack name",
"example": "example",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"template": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"heat_template_version": {
"description": "",
"example": "2015-04-30",
"type": "string"
},
"parameters": {
"description": "",
"properties": {},
"type": "object"
},
"resources": {
"description": "",
"properties": {},
"type": "object"
}
},
"required": [
"heat_template_version"
],
"type": "object"
},
"template_url": {
"description": "Template URL",
"format": "uri",
"type": "string"
},
"timeout_mins": {
"description": "Timeout minutes",
"example": 60,
"type": "integer"
}
},
"required": [
"stack_name",
"template"
],
"type": "object"
}
},
"type": "object"
},
"stack_create": {
"description": "",
"properties": {
"Parameters": {
"description": "",
"type": "string"
},
"StackName": {
"description": "",
"example": "example",
"type": "string"
},
"TemplateBody": {
"description": "",
"example": "{\"AWSTemplateFormatVersion\":\"2010-09-09\"}",
"type": "string"
},
"TimeoutInMinutes": {
"description": "",
"example": 60,
"type": "integer"
}
},
"required": [
"StackName",
"TemplateBody"
],
"type": "object"
},
"stack_patch": {
"description": "",
"properties": {
"Parameters": {
"description": "",
"type": "string"
},
"StackName": {
"description": "",
"example": "example",
"type": "string"
},
"TemplateBody": {
"description": "",
"example": "{\"AWSTemplateFormatVersion\":\"2010-09-09\"}",
"type": "string"
},
"TimeoutInMinutes": {
"description": "",
"example": 60,
"type": "integer"
}
},
"required": [
"StackName",
"TemplateBody"
],
"type": "object"
},
"stack_update": {
"description": "",
"properties": {
"Parameters": {
"description": "",
"type": "string"
},
"StackName": {
"description": "",
"example": "example",
"type": "string"
},
"TemplateBody": {
"description": "",
"example": "{\"AWSTemplateFormatVersion\":\"2010-09-09\"}",
"type": "string"
},
"TimeoutInMinutes": {
"description": "",
"example": 60,
"type": "integer"
}
},
"required": [
"StackName",
"TemplateBody"
],
"type": "object"
}
},
"service": "heat-cfn",
"source": "generated-from-api-ref-catalog"
}
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
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,834 @@
{
"by_path": {
"PATCH /v1/notifications/{id}": {
"description": "",
"properties": {
"notification": {
"description": "",
"properties": {
"generated_time": {
"description": "",
"example": "2026-01-01T00:00:00Z",
"type": "string"
},
"hostname": {
"description": "",
"example": "compute-1",
"type": "string"
},
"payload": {
"description": "",
"properties": {
"event": {
"description": "",
"type": "string"
},
"instance_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"vir_domain_event": {
"description": "",
"type": "string"
}
},
"type": "object"
},
"source_host_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"enum": [
"VM",
"PROCESS",
"COMPUTE_HOST"
],
"example": "VM",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"notification"
],
"type": "object"
},
"PATCH /v1/segments/{id}": {
"description": "",
"properties": {
"segment": {
"description": "",
"properties": {
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"recovery_method": {
"description": "",
"enum": [
"auto",
"reserved_host",
"auto_priority",
"rh_priority"
],
"example": "auto",
"type": "string"
},
"service_type": {
"description": "",
"enum": [
"compute"
],
"example": "compute",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"segment"
],
"type": "object"
},
"PATCH /v1/segments/{segment_id}/hosts/{id}": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
},
"POST /v1/notifications": {
"description": "",
"properties": {
"notification": {
"description": "",
"properties": {
"generated_time": {
"description": "",
"example": "2026-01-01T00:00:00Z",
"type": "string"
},
"hostname": {
"description": "",
"example": "compute-1",
"type": "string"
},
"payload": {
"description": "",
"properties": {
"event": {
"description": "",
"type": "string"
},
"instance_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"vir_domain_event": {
"description": "",
"type": "string"
}
},
"type": "object"
},
"source_host_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"enum": [
"VM",
"PROCESS",
"COMPUTE_HOST"
],
"example": "VM",
"type": "string"
}
},
"required": [
"type",
"hostname",
"generated_time",
"payload"
],
"type": "object"
}
},
"required": [
"notification"
],
"type": "object"
},
"POST /v1/segments": {
"description": "",
"properties": {
"segment": {
"description": "",
"properties": {
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"recovery_method": {
"description": "",
"enum": [
"auto",
"reserved_host",
"auto_priority",
"rh_priority"
],
"example": "auto",
"type": "string"
},
"service_type": {
"description": "",
"enum": [
"compute"
],
"example": "compute",
"type": "string"
}
},
"required": [
"name",
"recovery_method",
"service_type"
],
"type": "object"
}
},
"required": [
"segment"
],
"type": "object"
},
"POST /v1/segments/{segment_id}/hosts": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
},
"PUT /v1/notifications/{id}": {
"description": "",
"properties": {
"notification": {
"description": "",
"properties": {
"generated_time": {
"description": "",
"example": "2026-01-01T00:00:00Z",
"type": "string"
},
"hostname": {
"description": "",
"example": "compute-1",
"type": "string"
},
"payload": {
"description": "",
"properties": {
"event": {
"description": "",
"type": "string"
},
"instance_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"vir_domain_event": {
"description": "",
"type": "string"
}
},
"type": "object"
},
"source_host_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"enum": [
"VM",
"PROCESS",
"COMPUTE_HOST"
],
"example": "VM",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"notification"
],
"type": "object"
},
"PUT /v1/segments/{id}": {
"description": "",
"properties": {
"segment": {
"description": "",
"properties": {
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"recovery_method": {
"description": "",
"enum": [
"auto",
"reserved_host",
"auto_priority",
"rh_priority"
],
"example": "auto",
"type": "string"
},
"service_type": {
"description": "",
"enum": [
"compute"
],
"example": "compute",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"segment"
],
"type": "object"
},
"PUT /v1/segments/{segment_id}/hosts/{id}": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
}
},
"operations": {
"host_create": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
},
"host_patch": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
},
"host_update": {
"description": "",
"properties": {
"host": {
"description": "",
"properties": {
"extra_capabilities": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"reservable": {
"default": true,
"description": "",
"type": "boolean"
}
},
"type": "object"
}
},
"required": [
"host"
],
"type": "object"
},
"notification_create": {
"description": "",
"properties": {
"notification": {
"description": "",
"properties": {
"generated_time": {
"description": "",
"example": "2026-01-01T00:00:00Z",
"type": "string"
},
"hostname": {
"description": "",
"example": "compute-1",
"type": "string"
},
"payload": {
"description": "",
"properties": {
"event": {
"description": "",
"type": "string"
},
"instance_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"vir_domain_event": {
"description": "",
"type": "string"
}
},
"type": "object"
},
"source_host_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"enum": [
"VM",
"PROCESS",
"COMPUTE_HOST"
],
"example": "VM",
"type": "string"
}
},
"required": [
"type",
"hostname",
"generated_time",
"payload"
],
"type": "object"
}
},
"required": [
"notification"
],
"type": "object"
},
"notification_patch": {
"description": "",
"properties": {
"notification": {
"description": "",
"properties": {
"generated_time": {
"description": "",
"example": "2026-01-01T00:00:00Z",
"type": "string"
},
"hostname": {
"description": "",
"example": "compute-1",
"type": "string"
},
"payload": {
"description": "",
"properties": {
"event": {
"description": "",
"type": "string"
},
"instance_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"vir_domain_event": {
"description": "",
"type": "string"
}
},
"type": "object"
},
"source_host_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"enum": [
"VM",
"PROCESS",
"COMPUTE_HOST"
],
"example": "VM",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"notification"
],
"type": "object"
},
"notification_update": {
"description": "",
"properties": {
"notification": {
"description": "",
"properties": {
"generated_time": {
"description": "",
"example": "2026-01-01T00:00:00Z",
"type": "string"
},
"hostname": {
"description": "",
"example": "compute-1",
"type": "string"
},
"payload": {
"description": "",
"properties": {
"event": {
"description": "",
"type": "string"
},
"instance_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"vir_domain_event": {
"description": "",
"type": "string"
}
},
"type": "object"
},
"source_host_uuid": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"enum": [
"VM",
"PROCESS",
"COMPUTE_HOST"
],
"example": "VM",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"notification"
],
"type": "object"
},
"segment_create": {
"description": "",
"properties": {
"segment": {
"description": "",
"properties": {
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"recovery_method": {
"description": "",
"enum": [
"auto",
"reserved_host",
"auto_priority",
"rh_priority"
],
"example": "auto",
"type": "string"
},
"service_type": {
"description": "",
"enum": [
"compute"
],
"example": "compute",
"type": "string"
}
},
"required": [
"name",
"recovery_method",
"service_type"
],
"type": "object"
}
},
"required": [
"segment"
],
"type": "object"
},
"segment_patch": {
"description": "",
"properties": {
"segment": {
"description": "",
"properties": {
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"recovery_method": {
"description": "",
"enum": [
"auto",
"reserved_host",
"auto_priority",
"rh_priority"
],
"example": "auto",
"type": "string"
},
"service_type": {
"description": "",
"enum": [
"compute"
],
"example": "compute",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"segment"
],
"type": "object"
},
"segment_update": {
"description": "",
"properties": {
"segment": {
"description": "",
"properties": {
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"recovery_method": {
"description": "",
"enum": [
"auto",
"reserved_host",
"auto_priority",
"rh_priority"
],
"example": "auto",
"type": "string"
},
"service_type": {
"description": "",
"enum": [
"compute"
],
"example": "compute",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"segment"
],
"type": "object"
}
},
"service": "masakari",
"source": "generated-from-api-ref-catalog"
}
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
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
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