We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b522be commit f15f8b0Copy full SHA for f15f8b0
src/Compute/v2/Api.php
@@ -649,7 +649,8 @@ public function getHypervisors(): array
649
650
return [
651
'method' => 'GET',
652
- 'path' => 'os-hypervisors',
+ 'path' => 'os-hypervisors',
653
+ 'jsonKey' => 'hypervisors',
654
'params' => [
655
'limit' => $this->params->limit(),
656
'marker' => $marker
@@ -668,7 +669,7 @@ public function getHypervisor(): array
668
669
{
670
671
- 'path' => 'os-hypervisor/{id}',
672
+ 'path' => 'os-hypervisors/{id}',
673
'params' => ['id' => $this->params->urlId('hypervisor')]
674
];
675
}
0 commit comments