File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -644,16 +644,11 @@ public function getHypervisorStatistics(): array
644
644
645
645
public function getHypervisors (): array
646
646
{
647
- $ marker = $ this ->params ->marker ();
648
- $ marker ['type ' ] = Params::INT_TYPE ;
649
-
650
647
return [
651
648
'method ' => 'GET ' ,
652
649
'path ' => 'os-hypervisors ' ,
653
650
'jsonKey ' => 'hypervisors ' ,
654
651
'params ' => [
655
- 'limit ' => $ this ->params ->limit (),
656
- 'marker ' => $ marker
657
652
],
658
653
];
659
654
}
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ class Hypervisor extends OperatorResource implements
66
66
67
67
protected $ resourceKey = 'hypervisor ' ;
68
68
protected $ resourcesKey = 'hypervisors ' ;
69
- protected $ markerKey = 'id ' ;
70
69
71
70
/**
72
71
* {@inheritDoc}
You can’t perform that action at this time.
0 commit comments