Skip to content

Commit

Permalink
Upload new version of API
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Feb 21, 2024
1 parent e44eff2 commit f221110
Show file tree
Hide file tree
Showing 1,174 changed files with 20,431 additions and 1,639 deletions.
2 changes: 1 addition & 1 deletion .openapi-generator/openapi.yaml.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1662f78b29d89bf70503067db1c42c6e9b7f759c2a502412d64f2fd10ba9cccc
7fa023f355cc48962b2847be86b2bb4b06a0b3feb54cd0933e1023e0285b98f9
80 changes: 73 additions & 7 deletions README.md

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions docs/AlertApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Method | HTTP request | Description


# **acknowledge_alerts**
> acknowledge_alerts(xiq_acknowledge_alerts_request)
> list[XiqAlert] acknowledge_alerts(xiq_acknowledge_alerts_request)
Acknowledge the alerts

Expand Down Expand Up @@ -74,7 +74,8 @@ with extremecloudiq.ApiClient(configuration) as api_client:

try:
# Acknowledge the alerts
api_instance.acknowledge_alerts(xiq_acknowledge_alerts_request)
api_response = api_instance.acknowledge_alerts(xiq_acknowledge_alerts_request)
pprint(api_response)
except ApiException as e:
print("Exception when calling AlertApi->acknowledge_alerts: %s\n" % e)
```
Expand All @@ -87,7 +88,7 @@ Name | Type | Description | Notes

### Return type

void (empty response body)
[**list[XiqAlert]**](XiqAlert.md)

### Authorization

Expand Down
2 changes: 1 addition & 1 deletion docs/AuthorizationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ Name | Type | Description | Notes
**401** | Unauthorized | - |
**400** | Bad Request | - |
**500** | Internal Server Error | - |
**200** | Successful operation | - |
**403** | Access Denied | - |
**200** | Successful operation | - |

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)

Expand Down
Loading

0 comments on commit f221110

Please sign in to comment.