All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| monitor_controller_get_messages_group | GET /monitor/queue/{name} |
monitor_controller_get_messages_group(name)
import postiz_python_client
from postiz_python_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = postiz_python_client.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with postiz_python_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = postiz_python_client.MonitorApi(api_client)
name = 'name_example' # str |
try:
api_instance.monitor_controller_get_messages_group(name)
except Exception as e:
print("Exception when calling MonitorApi->monitor_controller_get_messages_group: %s\n" % e)| Name | Type | Description | Notes |
|---|---|---|---|
| name | str |
void (empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
| Status code | Description | Response headers |
|---|---|---|
| 200 | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]