@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-12T14:43:58.169865-05:00[America/New_York]") public class ResourceManagerRestApi extends Object
Constructor and Description |
---|
ResourceManagerRestApi() |
ResourceManagerRestApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiClient |
getApiClient()
Get the API client
|
Object |
listOfFieldsOfExistingNodeSources(String sessionid,
List<String> fields)
List the resource manager nodes requested information
|
ApiResponse<Object> |
listOfFieldsOfExistingNodeSourcesWithHttpInfo(String sessionid,
List<String> fields)
List the resource manager nodes requested information
|
void |
setApiClient(ApiClient apiClient)
Set the API client
|
public ResourceManagerRestApi()
public ResourceManagerRestApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
apiClient
- an instance of API clientpublic Object listOfFieldsOfExistingNodeSources(String sessionid, List<String> fields) throws ApiException
sessionid
- Scheduler authentication id (required)fields
- List of the nodes field that will be returned (required)ApiException
- if fails to make API callpublic ApiResponse<Object> listOfFieldsOfExistingNodeSourcesWithHttpInfo(String sessionid, List<String> fields) throws ApiException
sessionid
- Scheduler authentication id (required)fields
- List of the nodes field that will be returned (required)ApiException
- if fails to make API call