File tree 2 files changed +6
-6
lines changed
@xen-orchestra/rest-api/src
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ export const poolIds = [
5
5
6
6
export const partialPools = [
7
7
{
8
- name_label : 'foo ' ,
9
- uuid : 'b7569d99-30f8-178a-7d94-801de3e29b5b' ,
8
+ name_label : 'XCP 8.3.0 XO Team ' ,
9
+ id : 'b7569d99-30f8-178a-7d94-801de3e29b5b' ,
10
10
href : '/rest/v0/pools/b7569d99-30f8-178a-7d94-801de3e29b5b' ,
11
11
} ,
12
12
{
13
- name_label : 'bar ' ,
14
- uuid : '355ee47d-ff4c-4924-3db2-fd86ae629676' ,
13
+ name_label : 'XO Lab ' ,
14
+ id : '355ee47d-ff4c-4924-3db2-fd86ae629676' ,
15
15
href : '/rest/v0/pools/355ee47d-ff4c-4924-3db2-fd86ae629676' ,
16
16
} ,
17
17
]
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ export class PoolController extends XapiXoController<XoPool> {
21
21
22
22
/**
23
23
*
24
- * @example fields "name_label,power_state,uuid "
25
- * @example filter "power_state:Running "
24
+ * @example fields "name_label,id "
25
+ * @example filter "auto_poweron? "
26
26
* @example limit 42
27
27
*/
28
28
@Example ( poolIds )
You can’t perform that action at this time.
0 commit comments