File tree Expand file tree Collapse file tree 2 files changed +67
-1
lines changed Expand file tree Collapse file tree 2 files changed +67
-1
lines changed Original file line number Diff line number Diff line change 687
687
"CreateImagePayload" : {
688
688
"description" : " Object that represents an Image and its parameters. Used for Creating and returning (get/list)." ,
689
689
"properties" : {
690
+ "checksum" : {
691
+ "allOf" : [
692
+ {
693
+ "$ref" : " #/components/schemas/ImageChecksum"
694
+ }
695
+ ],
696
+ "readOnly" : true
697
+ },
690
698
"config" : {
691
699
"$ref" : " #/components/schemas/ImageConfig"
692
700
},
725
733
"example" : false ,
726
734
"type" : " boolean"
727
735
},
736
+ "scope" : {
737
+ "allOf" : [
738
+ {
739
+ "$ref" : " #/components/schemas/ImageScope"
740
+ }
741
+ ],
742
+ "readOnly" : true
743
+ },
728
744
"status" : {
729
745
"allOf" : [
730
746
{
1415
1431
"Image" : {
1416
1432
"description" : " Object that represents an Image and its parameters. Used for Creating and returning (get/list)." ,
1417
1433
"properties" : {
1434
+ "checksum" : {
1435
+ "allOf" : [
1436
+ {
1437
+ "$ref" : " #/components/schemas/ImageChecksum"
1438
+ }
1439
+ ],
1440
+ "readOnly" : true
1441
+ },
1418
1442
"config" : {
1419
1443
"$ref" : " #/components/schemas/ImageConfig"
1420
1444
},
1453
1477
"example" : false ,
1454
1478
"type" : " boolean"
1455
1479
},
1480
+ "scope" : {
1481
+ "allOf" : [
1482
+ {
1483
+ "$ref" : " #/components/schemas/ImageScope"
1484
+ }
1485
+ ],
1486
+ "readOnly" : true
1487
+ },
1456
1488
"status" : {
1457
1489
"allOf" : [
1458
1490
{
1476
1508
],
1477
1509
"type" : " object"
1478
1510
},
1511
+ "ImageChecksum" : {
1512
+ "description" : " Representation of an image checksum." ,
1513
+ "example" : {
1514
+ "algorithm" : " sha512" ,
1515
+ "digest" : " 48c4b0c65baac295e206adb6be455896374fb59812e009345b7e2693b706671c455a2ebd8cfa741f4be27deba37defad5c84cfe6f09d592bc03122422ed9349e"
1516
+ },
1517
+ "properties" : {
1518
+ "algorithm" : {
1519
+ "description" : " Algorithm for the checksum of the image data." ,
1520
+ "example" : " sha512" ,
1521
+ "type" : " string" ,
1522
+ "x-extensible-enum" : [
1523
+ " md5" ,
1524
+ " sha512"
1525
+ ]
1526
+ },
1527
+ "digest" : {
1528
+ "description" : " Hexdigest of the checksum of the image data." ,
1529
+ "example" : " 48c4b0c65baac295e206adb6be455896374fb59812e009345b7e2693b706671c455a2ebd8cfa741f4be27deba37defad5c84cfe6f09d592bc03122422ed9349e" ,
1530
+ "pattern" : " ^[0-9a-f]+$" ,
1531
+ "type" : " string"
1532
+ }
1533
+ },
1534
+ "required" : [
1535
+ " algorithm" ,
1536
+ " digest"
1537
+ ],
1538
+ "type" : " object"
1539
+ },
1479
1540
"ImageConfig" : {
1480
1541
"description" : " Properties to set hardware and scheduling settings for an Image." ,
1481
1542
"properties" : {
1625
1686
],
1626
1687
"type" : " object"
1627
1688
},
1689
+ "ImageScope" : {
1690
+ "description" : " Scope of an Image." ,
1691
+ "example" : " local" ,
1692
+ "type" : " string"
1693
+ },
1628
1694
"ImageStatus" : {
1629
1695
"description" : " The status of an image object." ,
1630
1696
"example" : " AVAILABLE" ,
Original file line number Diff line number Diff line change 5571
5571
"type" : " image"
5572
5572
}
5573
5573
},
5574
- "keypair " : " keypair-517e9448-1cf1-4b36-9f29-6e66d669a6d2" ,
5574
+ "keypairName " : " keypair-517e9448-1cf1-4b36-9f29-6e66d669a6d2" ,
5575
5575
"labels" : {
5576
5576
"foo" : " Foo Value"
5577
5577
},
You can’t perform that action at this time.
0 commit comments