Skip to content

Commit 9774531

Browse files
OAS Update
1 parent 3c3d70d commit 9774531

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

services/ske/v1/ske.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,11 @@
365365
},
366366
"errors": [
367367
{
368-
"code": "SKE_OBSERVABILITY_INSTANCE_NOT_FOUND",
368+
"code": "code",
369369
"message": "message"
370370
},
371371
{
372-
"code": "SKE_OBSERVABILITY_INSTANCE_NOT_FOUND",
372+
"code": "code",
373373
"message": "message"
374374
}
375375
],
@@ -419,21 +419,23 @@
419419
},
420420
"ClusterError": {
421421
"example": {
422-
"code": "SKE_OBSERVABILITY_INSTANCE_NOT_FOUND",
422+
"code": "code",
423423
"message": "message"
424424
},
425425
"properties": {
426426
"code": {
427-
"enum": [
427+
"description": "Possible values: `\"SKE_OBSERVABILITY_INSTANCE_NOT_FOUND\"`, `\"SKE_DNS_ZONE_NOT_FOUND\"`, `\"SKE_NODE_NO_VALID_HOST_FOUND\"`, `\"SKE_NODE_MISCONFIGURED_PDB\"`, `\"SKE_NODE_MACHINE_TYPE_NOT_FOUND\"`, `\"SKE_INFRA_SNA_NETWORK_NOT_FOUND\"`, `\"SKE_FETCHING_ERRORS_NOT_POSSIBLE\"`",
428+
"title": "Error code",
429+
"type": "string",
430+
"x-extensible-enum": [
428431
"SKE_OBSERVABILITY_INSTANCE_NOT_FOUND",
429432
"SKE_DNS_ZONE_NOT_FOUND",
430433
"SKE_NODE_NO_VALID_HOST_FOUND",
431434
"SKE_NODE_MISCONFIGURED_PDB",
432435
"SKE_NODE_MACHINE_TYPE_NOT_FOUND",
433436
"SKE_INFRA_SNA_NETWORK_NOT_FOUND",
434437
"SKE_FETCHING_ERRORS_NOT_POSSIBLE"
435-
],
436-
"type": "string"
438+
]
437439
},
438440
"message": {
439441
"type": "string"
@@ -460,11 +462,11 @@
460462
},
461463
"errors": [
462464
{
463-
"code": "SKE_OBSERVABILITY_INSTANCE_NOT_FOUND",
465+
"code": "code",
464466
"message": "message"
465467
},
466468
{
467-
"code": "SKE_OBSERVABILITY_INSTANCE_NOT_FOUND",
469+
"code": "code",
468470
"message": "message"
469471
}
470472
],
@@ -1125,11 +1127,11 @@
11251127
},
11261128
"errors": [
11271129
{
1128-
"code": "SKE_OBSERVABILITY_INSTANCE_NOT_FOUND",
1130+
"code": "code",
11291131
"message": "message"
11301132
},
11311133
{
1132-
"code": "SKE_OBSERVABILITY_INSTANCE_NOT_FOUND",
1134+
"code": "code",
11331135
"message": "message"
11341136
}
11351137
],
@@ -1423,11 +1425,11 @@
14231425
},
14241426
"errors": [
14251427
{
1426-
"code": "SKE_OBSERVABILITY_INSTANCE_NOT_FOUND",
1428+
"code": "code",
14271429
"message": "message"
14281430
},
14291431
{
1430-
"code": "SKE_OBSERVABILITY_INSTANCE_NOT_FOUND",
1432+
"code": "code",
14311433
"message": "message"
14321434
}
14331435
],

0 commit comments

Comments
 (0)