File tree Expand file tree Collapse file tree 1 file changed +68
-0
lines changed
Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Original file line number Diff line number Diff line change 356356 "details" : " details" ,
357357 "message" : " message"
358358 },
359+ "errors" : [
360+ {
361+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
362+ "message" : " message"
363+ },
364+ {
365+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
366+ "message" : " message"
367+ }
368+ ],
359369 "hibernated" : true
360370 }
361371 },
397407 ],
398408 "type" : " object"
399409 },
410+ "ClusterError" : {
411+ "example" : {
412+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
413+ "message" : " message"
414+ },
415+ "properties" : {
416+ "code" : {
417+ "enum" : [
418+ " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
419+ " SKE_DNS_ZONE_NOT_FOUND" ,
420+ " SKE_NODE_MISCONFIGURED_PDB" ,
421+ " SKE_NODE_NO_VALID_HOST_FOUND"
422+ ],
423+ "type" : " string"
424+ },
425+ "message" : {
426+ "type" : " string"
427+ }
428+ },
429+ "type" : " object"
430+ },
400431 "ClusterStatus" : {
401432 "example" : {
402433 "aggregated" : " STATE_UNSPECIFIED" ,
414445 "details" : " details" ,
415446 "message" : " message"
416447 },
448+ "errors" : [
449+ {
450+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
451+ "message" : " message"
452+ },
453+ {
454+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
455+ "message" : " message"
456+ }
457+ ],
417458 "hibernated" : true
418459 },
419460 "properties" : {
442483 "error" : {
443484 "$ref" : " #/components/schemas/RuntimeError"
444485 },
486+ "errors" : {
487+ "items" : {
488+ "$ref" : " #/components/schemas/ClusterError"
489+ },
490+ "type" : " array"
491+ },
445492 "hibernated" : {
446493 "title" : " Indicates whether the cluster is currently hibernated" ,
447494 "type" : " boolean"
10441091 "details" : " details" ,
10451092 "message" : " message"
10461093 },
1094+ "errors" : [
1095+ {
1096+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
1097+ "message" : " message"
1098+ },
1099+ {
1100+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
1101+ "message" : " message"
1102+ }
1103+ ],
10471104 "hibernated" : true
10481105 }
10491106 },
13261383 "details" : " details" ,
13271384 "message" : " message"
13281385 },
1386+ "errors" : [
1387+ {
1388+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
1389+ "message" : " message"
1390+ },
1391+ {
1392+ "code" : " SKE_OBSERVABILITY_INSTANCE_NOT_FOUND" ,
1393+ "message" : " message"
1394+ }
1395+ ],
13291396 "hibernated" : true
13301397 }
13311398 }
18541921 "type" : " string"
18551922 }
18561923 },
1924+ "title" : " Deprecated: use the errors field instead" ,
18571925 "type" : " object"
18581926 },
18591927 "Taint" : {
You can’t perform that action at this time.
0 commit comments