Files
openstack-api-simulator/contracts/openstack/request_bodies/adjutant.json
T

2279 lines
58 KiB
JSON

{
"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/status/{id}": {
"description": "",
"properties": {
"status": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"service": {
"description": "",
"example": "identity",
"type": "string"
},
"state": {
"description": "",
"example": "up",
"type": "string"
},
"status": {
"description": "",
"enum": [
"UP",
"DOWN",
"UNKNOWN"
],
"example": "UP",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"status"
],
"type": "object"
},
"PATCH /v1/tasks/{id}": {
"description": "",
"properties": {
"task": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "task",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"task"
],
"type": "object"
},
"PATCH /v1/tokens/{id}": {
"description": "",
"properties": {
"token": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "token",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"token"
],
"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/status": {
"description": "",
"properties": {
"status": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"service": {
"description": "",
"example": "identity",
"type": "string"
},
"state": {
"description": "",
"example": "up",
"type": "string"
},
"status": {
"description": "",
"enum": [
"UP",
"DOWN",
"UNKNOWN"
],
"example": "UP",
"type": "string"
}
},
"required": [
"service",
"status"
],
"type": "object"
}
},
"required": [
"status"
],
"type": "object"
},
"POST /v1/tasks": {
"description": "",
"properties": {
"task": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "task",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"task"
],
"type": "object"
},
"POST /v1/tokens": {
"description": "",
"properties": {
"token": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "token",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"token"
],
"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/status/{id}": {
"description": "",
"properties": {
"status": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"service": {
"description": "",
"example": "identity",
"type": "string"
},
"state": {
"description": "",
"example": "up",
"type": "string"
},
"status": {
"description": "",
"enum": [
"UP",
"DOWN",
"UNKNOWN"
],
"example": "UP",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"status"
],
"type": "object"
},
"PUT /v1/tasks/{id}": {
"description": "",
"properties": {
"task": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "task",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"task"
],
"type": "object"
},
"PUT /v1/tokens/{id}": {
"description": "",
"properties": {
"token": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "token",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"token"
],
"type": "object"
}
},
"operations": {
"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"
},
"status_create": {
"description": "",
"properties": {
"status": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"service": {
"description": "",
"example": "identity",
"type": "string"
},
"state": {
"description": "",
"example": "up",
"type": "string"
},
"status": {
"description": "",
"enum": [
"UP",
"DOWN",
"UNKNOWN"
],
"example": "UP",
"type": "string"
}
},
"required": [
"service",
"status"
],
"type": "object"
}
},
"required": [
"status"
],
"type": "object"
},
"status_patch": {
"description": "",
"properties": {
"status": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"service": {
"description": "",
"example": "identity",
"type": "string"
},
"state": {
"description": "",
"example": "up",
"type": "string"
},
"status": {
"description": "",
"enum": [
"UP",
"DOWN",
"UNKNOWN"
],
"example": "UP",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"status"
],
"type": "object"
},
"status_update": {
"description": "",
"properties": {
"status": {
"description": "",
"properties": {
"description": {
"description": "",
"type": "string"
},
"name": {
"description": "",
"example": "example",
"type": "string"
},
"service": {
"description": "",
"example": "identity",
"type": "string"
},
"state": {
"description": "",
"example": "up",
"type": "string"
},
"status": {
"description": "",
"enum": [
"UP",
"DOWN",
"UNKNOWN"
],
"example": "UP",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"status"
],
"type": "object"
},
"task_create": {
"description": "",
"properties": {
"task": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "task",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"task"
],
"type": "object"
},
"task_patch": {
"description": "",
"properties": {
"task": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "task",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"task"
],
"type": "object"
},
"task_update": {
"description": "",
"properties": {
"task": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "task",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"task"
],
"type": "object"
},
"token_create": {
"description": "",
"properties": {
"token": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "token",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}
},
"required": [
"token"
],
"type": "object"
},
"token_patch": {
"description": "",
"properties": {
"token": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "token",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"token"
],
"type": "object"
},
"token_update": {
"description": "",
"properties": {
"token": {
"description": "",
"properties": {
"address": {
"description": "",
"type": "string"
},
"admin_state_up": {
"default": true,
"description": "",
"type": "boolean"
},
"configuration": {
"description": "",
"properties": {},
"type": "object"
},
"data": {
"description": "",
"properties": {},
"type": "object"
},
"description": {
"description": "Optional description",
"example": "",
"type": "string"
},
"enabled": {
"default": true,
"description": "",
"type": "boolean"
},
"extra": {
"description": "",
"properties": {},
"type": "object"
},
"id": {
"description": "",
"format": "uuid",
"type": "string"
},
"metadata": {
"description": "",
"properties": {},
"type": "object"
},
"name": {
"description": "Human-readable name",
"example": "example",
"type": "string"
},
"port": {
"description": "",
"example": 80,
"type": "integer"
},
"project_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"properties": {
"description": "",
"properties": {},
"type": "object"
},
"protocol": {
"description": "",
"type": "string"
},
"shared": {
"default": false,
"description": "",
"type": "boolean"
},
"size": {
"description": "",
"example": 1,
"type": "integer"
},
"spec": {
"description": "",
"properties": {},
"type": "object"
},
"status": {
"description": "",
"example": "ACTIVE",
"type": "string"
},
"tags": {
"description": "",
"items": {
"description": "",
"type": "string"
},
"type": "array"
},
"tenant_id": {
"description": "",
"format": "uuid",
"type": "string"
},
"type": {
"description": "",
"example": "token",
"type": "string"
},
"url": {
"description": "",
"format": "uri",
"type": "string"
},
"value": {
"description": "",
"type": "string"
},
"version": {
"description": "",
"example": "1",
"type": "string"
}
},
"type": "object"
}
},
"required": [
"token"
],
"type": "object"
}
},
"service": "adjutant",
"source": "generated-from-api-ref-catalog"
}