Skip to content

Commit

Permalink
fix(services): sw-1605 mock update for deprecated ids
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Aug 24, 2023
1 parent 5762457 commit a5c9beb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/services/rhsm/rhsmServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const getApiVersion = (options = {}) => {
* "has_cloudigrade_data": false,
* "has_cloudigrade_mismatch": true,
* "metric_id": "Sockets",
* "product": "RHEL",
* "product": "RHEL for x86",
* "service_level": "",
* "total_monthly": {
* "date": "2020-07-31T00:00:00Z",
Expand Down Expand Up @@ -433,7 +433,7 @@ const getApiVersion = (options = {}) => {
* "has_cloudigrade_data": false,
* "has_cloudigrade_mismatch": true,
* "metric_id": "Cores",
* "product": "RHEL",
* "product": "RHEL for x86",
* "service_level": "",
* "total_monthly": {
* "date": "2020-07-31T00:00:00Z",
Expand Down Expand Up @@ -617,7 +617,7 @@ const getApiVersion = (options = {}) => {
* "has_cloudigrade_data": true,
* "has_cloudigrade_mismatch": true,
* "metric_id": "Transfer-gibibytes",
* "product": "RHEL",
* "product": "RHEL for x86",
* "service_level": "",
* "total_monthly": {
* "date": "2020-07-31T00:00:00Z",
Expand Down Expand Up @@ -801,7 +801,7 @@ const getApiVersion = (options = {}) => {
* "has_cloudigrade_data": true,
* "has_cloudigrade_mismatch": true,
* "metric_id": "Storage-gibibyte",
* "product": "RHEL",
* "product": "RHEL for x86",
* "service_level": "",
* "total_monthly": {
* "date": "2020-07-31T00:00:00Z",
Expand Down Expand Up @@ -985,7 +985,7 @@ const getApiVersion = (options = {}) => {
* "has_cloudigrade_data": true,
* "has_cloudigrade_mismatch": true,
* "metric_id": "Storage-gibibyte-months",
* "product": "RHEL",
* "product": "RHEL for x86",
* "service_level": "",
* "total_monthly": {
* "date": "2020-07-31T00:00:00Z",
Expand Down Expand Up @@ -1168,7 +1168,7 @@ const getApiVersion = (options = {}) => {
* "has_cloudigrade_data": true,
* "has_cloudigrade_mismatch": true,
* "metric_id": "Instance-hours",
* "product": "RHEL",
* "product": "RHEL for x86",
* "service_level": "",
* "total_monthly": {
* "date": "2020-07-31T00:00:00Z",
Expand Down Expand Up @@ -1434,7 +1434,7 @@ const getGraphTally = (id, params = {}, options = {}) => {
* "links": {},
* "meta": {
* "count": 31,
* "product": "RHEL",
* "product": "RHEL for x86",
* "metric_id": "Sockets",
* "granularity": "daily",
* "service_level": "",
Expand Down Expand Up @@ -1759,7 +1759,7 @@ const getInstancesInventoryGuests = (id, params = {}, options = {}) => {
* "Storage-gibibyte-months",
* "Transfer-gibibytes"
* ],
* "product": "RHEL",
* "product": "RHEL for x86",
* "service_level": "Premium",
* "usage": "Production"
* }
Expand Down

0 comments on commit a5c9beb

Please sign in to comment.