There was an error while loading. Please reload this page.
1 parent d10bd18 commit 0bf84b0Copy full SHA for 0bf84b0
1 file changed
doc/rest-api.yaml
@@ -1341,6 +1341,18 @@ definitions:
1341
format: date-time
1342
type: string
1343
x-go-name: LastUsedAt
1344
+ locations:
1345
+ description: |-
1346
+ List of cluster members with a local copy of the image
1347
+
1348
+ API extension: image_locations
1349
+ example:
1350
+ - server01
1351
+ - server02
1352
+ items:
1353
+ type: string
1354
+ type: array
1355
+ x-go-name: Locations
1356
profiles:
1357
description: |-
1358
List of profiles to use when creating from this image (if none provided by user)
0 commit comments