Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.44 KB

ResourcePoolApi.md

File metadata and controls

52 lines (35 loc) · 1.44 KB

Swagger\Client\ResourcePoolApi

All URIs are relative to https://{{vc}}

Method HTTP request Description
restVcenterResourcePoolResgroup8Get GET /rest/vcenter/resource-pool/resgroup-8 Get details

restVcenterResourcePoolResgroup8Get

restVcenterResourcePoolResgroup8Get()

Get details

This request will return the details of the specified resource pool.

Example

<?php
require_once(__DIR__ . '/vendor/autoload.php');

$apiInstance = new Swagger\Client\Api\ResourcePoolApi(
    // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
    // This is optional, `GuzzleHttp\Client` will be used as default.
    new GuzzleHttp\Client()
);

try {
    $apiInstance->restVcenterResourcePoolResgroup8Get();
} catch (Exception $e) {
    echo 'Exception when calling ResourcePoolApi->restVcenterResourcePoolResgroup8Get: ', $e->getMessage(), PHP_EOL;
}
?>

Parameters

This endpoint does not need any parameter.

Return type

void (empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]