Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# PodStatesApi
All URIs are relative to *http://localhost/mon-engine/v1*
Method | HTTP request | Description
------------- | ------------- | -------------
[**getStates**](PodStatesApi.md#getStates) | **GET** /states | Get pods states
<a name="getStates"></a>
# **getStates**
> PodsStatus getStates(type, sandbox, long)
Get pods states
Get status information of Core micro-services pods and Scenario pods
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**type** | **String**| Pod type | [optional] [default to null] [enum: core, scenario]
**sandbox** | **String**| Sandbox name | [optional] [default to null]
**long** | **String**| Return detailed status information | [optional] [default to null] [enum: true, false]
### Return type
[**PodsStatus**](../Models/PodsStatus.md)
### Authorization
No authorization required
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json