Skip to content

Commit

Permalink
chore: regenerate smartview package
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Jan 7, 2025
1 parent cf38a25 commit 920f1c4
Show file tree
Hide file tree
Showing 175 changed files with 1,273 additions and 2,448 deletions.
34 changes: 13 additions & 21 deletions services/smartview/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Go API client for smartview

Empower yourself with Environmental APIs. The API makes it possible to fetch current environmental data including humidity and temperature for a single sensor (identified by IBX code and sensor ID) or for all the sensors within an IBX (identified by IBX code) in a paginated way. When fetching all sensor readings you can apply additional sort criteria.
Empower yourself with DCIM Power APIs. Use them to get current and trending information on power consumption by assets. These APIs return the power consumption info for all level values, given a customer account number, IBX and level type of ibx - cage, cabinet or circuit. Trending power data returns the kVA power draw and max allowed (%) for the given asset.


## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: 2.0
- API version: 1.0
- Package version: 0.47.0
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down Expand Up @@ -81,9 +82,9 @@ Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*AlertLogApi* | [**GetAlertActivityLog**](docs/AlertLogApi.md#getalertactivitylog) | **Get** /smartview/v1/alerts/getAlertActivityLog | get alert activity logs
*AlertsApi* | [**GetAlerts**](docs/AlertsApi.md#getalerts) | **Get** /smartview/v1/alerts/getAlerts | obtain active SmartView alerts.
*DCIMPowerApi* | [**Mixin0**](docs/DCIMPowerApi.md#mixin0) | **Post** /power/v1/current | Fetch current power consumption data
*DCIMPowerApi* | [**Mixin0_0**](docs/DCIMPowerApi.md#mixin0_0) | **Get** /power/v1/trending | Fetch Trending Power Data.
*DCIMPowerApi* | [**PowerV1CurrentGet**](docs/DCIMPowerApi.md#powerv1currentget) | **Get** /power/v1/current | Fetch current power consumption data
*DCIMPowerApi* | [**PowerV1CurrentPost**](docs/DCIMPowerApi.md#powerv1currentpost) | **Post** /power/v1/current | Fetch current power consumption data
*DCIMPowerApi* | [**PowerV1TrendingGet**](docs/DCIMPowerApi.md#powerv1trendingget) | **Get** /power/v1/trending | Fetch Trending Power Data.
*DefaultApi* | [**CreateSubscription**](docs/DefaultApi.md#createsubscription) | **Post** /smartview/v2/streaming/subscriptions | Create subscription endpoint
*DefaultApi* | [**DeleteSubscriptionById**](docs/DefaultApi.md#deletesubscriptionbyid) | **Delete** /smartview/v2/streaming/subscriptions/{id} | Delete subscription endpoint
*DefaultApi* | [**GetAllSubscriptions**](docs/DefaultApi.md#getallsubscriptions) | **Get** /smartview/v2/streaming/subscriptions | Get all subscription endpoint
Expand All @@ -95,14 +96,12 @@ Class | Method | HTTP request | Description
*SmartViewAssetsApi* | [**GetAssetDetails**](docs/SmartViewAssetsApi.md#getassetdetails) | **Get** /smartview/v1/asset/details | get details for an asset.
*SmartViewAssetsApi* | [**GetCurrentTagPoint**](docs/SmartViewAssetsApi.md#getcurrenttagpoint) | **Get** /smartview/v1/asset/tagpoint/current | obtain latest tag point data
*SmartViewAssetsApi* | [**GetTagpointTrending**](docs/SmartViewAssetsApi.md#gettagpointtrending) | **Get** /smartview/v1/asset/tagpoint/trending | obtain trending tag point data
*SmartViewAssetsApi* | [**Mixin4**](docs/SmartViewAssetsApi.md#mixin4) | **Post** /smartview/v1/asset/details | get asset details
*SmartViewAssetsApi* | [**Mixin4_0**](docs/SmartViewAssetsApi.md#mixin4_0) | **Post** /smartview/v1/asset/tagpoint/current | get current tag points data
*SmartViewAssetsApi* | [**Mixin3**](docs/SmartViewAssetsApi.md#mixin3) | **Post** /smartview/v1/asset/details | get asset details
*SmartViewAssetsApi* | [**Mixin3_0**](docs/SmartViewAssetsApi.md#mixin3_0) | **Post** /smartview/v1/asset/tagpoint/current | get current tag points data
*SmartViewAssetsApi* | [**SearchAsset**](docs/SmartViewAssetsApi.md#searchasset) | **Get** /smartview/v1/asset/search | Search for Assets matching identifiers
*SmartViewEnvironmentApi* | [**Mixin1**](docs/SmartViewEnvironmentApi.md#mixin1) | **Get** /environment/v1/current | Get current environmental data
*SmartViewEnvironmentApi* | [**Mixin1_0**](docs/SmartViewEnvironmentApi.md#mixin1_0) | **Get** /environment/v1/listCurrent | Fetch list of environmental data
*SmartViewEnvironmentApi* | [**Mixin1_1**](docs/SmartViewEnvironmentApi.md#mixin1_1) | **Get** /environment/v1/trending | Fetch trending environmental data
*SmartViewEnvironmentalApi* | [**GetSensorReadings**](docs/SmartViewEnvironmentalApi.md#getsensorreadings) | **Get** /smartview/v2/environmental/ibxs/{ibx}/sensors/readings | IBX sensors current readings
*SmartViewEnvironmentalApi* | [**GetSingleSensorReadings**](docs/SmartViewEnvironmentalApi.md#getsinglesensorreadings) | **Get** /smartview/v2/environmental/ibxs/{ibx}/sensors/{sensorId}/readings | Single sensor current value(s)
*SmartViewEnvironmentApi* | [**Mixin0**](docs/SmartViewEnvironmentApi.md#mixin0) | **Get** /environment/v1/current | Get current environmental data
*SmartViewEnvironmentApi* | [**Mixin0_0**](docs/SmartViewEnvironmentApi.md#mixin0_0) | **Get** /environment/v1/listCurrent | Fetch list of environmental data
*SmartViewEnvironmentApi* | [**Mixin0_1**](docs/SmartViewEnvironmentApi.md#mixin0_1) | **Get** /environment/v1/trending | Fetch trending environmental data
*SmartViewHierarchyAPIsApi* | [**GetLocationHierarchy**](docs/SmartViewHierarchyAPIsApi.md#getlocationhierarchy) | **Get** /smartview/v1/hierarchy/location | Fetch the Location Hierarchy
*SmartViewHierarchyAPIsApi* | [**GetPowerHierarchy**](docs/SmartViewHierarchyAPIsApi.md#getpowerhierarchy) | **Get** /smartview/v1/hierarchy/power | Fetch the Power Hierarchy

Expand Down Expand Up @@ -200,9 +199,9 @@ Class | Method | HTTP request | Description
- [MeteredPowerMessageData](docs/MeteredPowerMessageData.md)
- [MeteredPowerTagDetails](docs/MeteredPowerTagDetails.md)
- [MeteredPowerValueWithUnit](docs/MeteredPowerValueWithUnit.md)
- [Mixin1DataPointParameter](docs/Mixin1DataPointParameter.md)
- [Mixin1IntervalParameter](docs/Mixin1IntervalParameter.md)
- [Mixin1LevelTypeParameter](docs/Mixin1LevelTypeParameter.md)
- [Mixin0DataPointParameter](docs/Mixin0DataPointParameter.md)
- [Mixin0IntervalParameter](docs/Mixin0IntervalParameter.md)
- [Mixin0LevelTypeParameter](docs/Mixin0LevelTypeParameter.md)
- [Pagination](docs/Pagination.md)
- [Power](docs/Power.md)
- [PowerApparentPowerValueWithUnit](docs/PowerApparentPowerValueWithUnit.md)
Expand Down Expand Up @@ -234,8 +233,6 @@ Class | Method | HTTP request | Description
- [PowerSoldPowerValueWithUnit](docs/PowerSoldPowerValueWithUnit.md)
- [PowerV1CurrentGetLevelTypeParameter](docs/PowerV1CurrentGetLevelTypeParameter.md)
- [RecipientsArray](docs/RecipientsArray.md)
- [SensorReading](docs/SensorReading.md)
- [SensorReadingsResponse](docs/SensorReadingsResponse.md)
- [Status](docs/Status.md)
- [StatusInfo](docs/StatusInfo.md)
- [SubscriptionData](docs/SubscriptionData.md)
Expand Down Expand Up @@ -264,11 +261,6 @@ Class | Method | HTTP request | Description
- [TrendingPowerDataPayLoadInterval](docs/TrendingPowerDataPayLoadInterval.md)
- [TrendingPowerDataPayLoadLevelType](docs/TrendingPowerDataPayLoadLevelType.md)
- [TrendingPowerDataStatus](docs/TrendingPowerDataStatus.md)
- [ValueWithUnit](docs/ValueWithUnit.md)
- [ValueWithUnitDoubleHumidityUnit](docs/ValueWithUnitDoubleHumidityUnit.md)
- [ValueWithUnitDoubleHumidityUnitUnit](docs/ValueWithUnitDoubleHumidityUnitUnit.md)
- [ValueWithUnitDoubleTemperatureUnit](docs/ValueWithUnitDoubleTemperatureUnit.md)
- [ValueWithUnitDoubleTemperatureUnitUnit](docs/ValueWithUnitDoubleTemperatureUnitUnit.md)
- [WebhookChannelConfiguration](docs/WebhookChannelConfiguration.md)


Expand Down
6 changes: 3 additions & 3 deletions services/smartview/api_alert_log.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions services/smartview/api_alerts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 920f1c4

Please sign in to comment.