Skip to content

Commit

Permalink
remove obsolete usage reports api
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuBose committed Feb 1, 2024
1 parent d9af80d commit 657e9b9
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 978 deletions.
24 changes: 0 additions & 24 deletions v1/api/swagger/components/schemas/HostUsageEntry.yaml

This file was deleted.

47 changes: 0 additions & 47 deletions v1/api/swagger/components/schemas/UsageEntryBase.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions v1/api/swagger/components/schemas/UsageReport.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions v1/api/swagger/components/schemas/VolumeUsageEntry.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions v1/api/swagger/paths/usage-reports.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions v1/api/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ tags:
create volume calls. This provides a detailed information about the OS imaging options,
the machine size (a.k.a. Compute Instance Type) options, the storage volume options,
data center locations, and such that are needed when creating hosts and volumes.
- name: usage-reports
description: >
Operations related to retrieving information about resource usage within
the project.
- name: projects-info
description: |
Operations related to listing information related to projects.
Expand Down Expand Up @@ -143,8 +139,6 @@ paths:
$ref: paths/networks.yaml
/networks/{networkId}:
$ref: paths/networks@{networkId}.yaml
/usage-reports:
$ref: paths/usage-reports.yaml
/ippools:
$ref: paths/ippools.yaml
/ippools/{ippoolId}:
Expand Down
7 changes: 0 additions & 7 deletions v1/pkg/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ Class | Method | HTTP request | Description
*SshkeysApi* | [**GetByID**](docs/SshkeysApi.md#getbyid) | **Get** /sshkeys/{sshkeyId} | Retrieve SSH Key by ID
*SshkeysApi* | [**List**](docs/SshkeysApi.md#list) | **Get** /sshkeys | List all sshkeys in project
*SshkeysApi* | [**Update**](docs/SshkeysApi.md#update) | **Put** /sshkeys/{sshkeyId} | Update an existing SSH Key. Only 'Name' or 'Key' fields can be changed.
*UsageReportsApi* | [**Get**](docs/UsageReportsApi.md#get) | **Get** /usage-reports | Get a usage report
*VersionApi* | [**Get**](docs/VersionApi.md#get) | **Get** /version | Get api server build version
*VolumeAttachmentsApi* | [**Add**](docs/VolumeAttachmentsApi.md#add) | **Post** /volume-attachments | Create a new VolumeAttachment
*VolumeAttachmentsApi* | [**Delete**](docs/VolumeAttachmentsApi.md#delete) | **Delete** /volume-attachments/{attachmentId} | Delete a VolumeAttachment
Expand Down Expand Up @@ -124,8 +123,6 @@ Class | Method | HTTP request | Description
- [HostServerPort](docs/HostServerPort.md)
- [HostState](docs/HostState.md)
- [HostSubstate](docs/HostSubstate.md)
- [HostUsageEntry](docs/HostUsageEntry.md)
- [HostUsageEntryAllOf](docs/HostUsageEntryAllOf.md)
- [IpAllocation](docs/IpAllocation.md)
- [IpPool](docs/IpPool.md)
- [IpPoolAllOf](docs/IpPoolAllOf.md)
Expand Down Expand Up @@ -201,8 +198,6 @@ Class | Method | HTTP request | Description
- [UpdateSshKey](docs/UpdateSshKey.md)
- [UpdateVolume](docs/UpdateVolume.md)
- [UpdateVolumeAllOf](docs/UpdateVolumeAllOf.md)
- [UsageEntryBase](docs/UsageEntryBase.md)
- [UsageReport](docs/UsageReport.md)
- [UseRecord](docs/UseRecord.md)
- [UserDefinedSteps](docs/UserDefinedSteps.md)
- [UserOp](docs/UserOp.md)
Expand All @@ -222,8 +217,6 @@ Class | Method | HTTP request | Description
- [VolumeState](docs/VolumeState.md)
- [VolumeStatus](docs/VolumeStatus.md)
- [VolumeSubState](docs/VolumeSubState.md)
- [VolumeUsageEntry](docs/VolumeUsageEntry.md)
- [VolumeUsageEntryAllOf](docs/VolumeUsageEntryAllOf.md)


## Documentation For Authorization
Expand Down
Loading

0 comments on commit 657e9b9

Please sign in to comment.