Skip to content

Commit 0fcaa07

Browse files
committed
add openapi spec to manifests and link from element to manifest
1 parent b8bf515 commit 0fcaa07

11 files changed

Lines changed: 1881 additions & 332 deletions

File tree

docs/openapi/openapi_boot.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ components:
474474
format: uuid
475475
required:
476476
- kind
477-
- res_uuid
478477
Resource_Create:
479478
type: object
480479
properties:
@@ -537,7 +536,6 @@ components:
537536
format: uuid
538537
required:
539538
- kind
540-
- res_uuid
541539
Resource_Update:
542540
type: object
543541
properties:
@@ -600,7 +598,6 @@ components:
600598
format: uuid
601599
required:
602600
- kind
603-
- res_uuid
604601
NodeEncryptionKey_Get:
605602
type: object
606603
properties:
@@ -1346,7 +1343,7 @@ paths:
13461343
$ref: '#/components/responses/Error'
13471344
operationId: Refresh_secret_v1_nodes_NodeEncryptionKeyUuid_actions_refresh_secret_invoke
13481345
servers:
1349-
- url: http://127.0.0.1:11013
1346+
- url: http://127.0.0.1:36413
13501347
description: ''
13511348
variables:
13521349
version:

docs/openapi/openapi_orch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ paths:
345345
$ref: '#/components/responses/Error'
346346
operationId: Get_payload_v1_agents_UniversalAgentUuid_actions_get_payload
347347
servers:
348-
- url: http://127.0.0.1:11011
348+
- url: http://127.0.0.1:37961
349349
description: ''
350350
variables:
351351
version:

docs/openapi/openapi_status.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ components:
355355
format: uuid
356356
required:
357357
- kind
358-
- res_uuid
359358
Resource_Create:
360359
type: object
361360
properties:
@@ -418,7 +417,6 @@ components:
418417
format: uuid
419418
required:
420419
- kind
421-
- res_uuid
422420
Resource_Update:
423421
type: object
424422
properties:
@@ -481,7 +479,6 @@ components:
481479
format: uuid
482480
required:
483481
- kind
484-
- res_uuid
485482
parameters:
486483
UniversalAgentUuid:
487484
name: UniversalAgentUuid
@@ -979,7 +976,7 @@ paths:
979976
$ref: '#/components/responses/Error'
980977
operationId: Delete_v1_kind_KindModelKind_resources_ResourceRes_uuid
981978
servers:
982-
- url: http://127.0.0.1:11012
979+
- url: http://127.0.0.1:55615
983980
description: ''
984981
variables:
985982
version:

0 commit comments

Comments
 (0)