File tree 1 file changed +66
-1
lines changed
packages/common/config/apis/hcc-insights/cost-management
1 file changed +66
-1
lines changed Original file line number Diff line number Diff line change 450
450
"errors" : {
451
451
"items" : {
452
452
"example" : {
453
- "detail" : " {'sources': ['RabbitMQ unavailable. Unable to update Source ID 1.']}" ,
453
+ "detail" : " {'sources': ['Redis unavailable. Unable to update Source ID 1.']}" ,
454
454
"source" : " detail" ,
455
455
"status" : 424
456
456
},
3770
3770
"example" : -10 ,
3771
3771
"type" : " integer"
3772
3772
},
3773
+ "ResourceTypeAwsCategories" : {
3774
+ "allOf" : [
3775
+ {
3776
+ "$ref" : " #/components/schemas/ListPagination"
3777
+ },
3778
+ {
3779
+ "properties" : {
3780
+ "data" : {
3781
+ "example" : [
3782
+ {
3783
+ "enabled" : " True" ,
3784
+ "key" : " env" ,
3785
+ "values" : [
3786
+ " prod" ,
3787
+ " ephemeral" ,
3788
+ " stage"
3789
+ ]
3790
+ }
3791
+ ],
3792
+ "items" : {},
3793
+ "type" : " array"
3794
+ }
3795
+ },
3796
+ "required" : [
3797
+ " data"
3798
+ ],
3799
+ "type" : " object"
3800
+ }
3801
+ ]
3802
+ },
3773
3803
"ResourceTypeListOut" : {
3774
3804
"properties" : {
3775
3805
"count" : {
7714
7744
]
7715
7745
}
7716
7746
},
7747
+ "/resource-types/aws-categories/" : {
7748
+ "get" : {
7749
+ "operationId" : " listResourcesAwsCategories" ,
7750
+ "parameters" : [
7751
+ {
7752
+ "$ref" : " #/components/parameters/QueryOffset"
7753
+ },
7754
+ {
7755
+ "$ref" : " #/components/parameters/QueryLimit"
7756
+ },
7757
+ {
7758
+ "$ref" : " #/components/parameters/QueryValue"
7759
+ },
7760
+ {
7761
+ "$ref" : " #/components/parameters/QueryOrder"
7762
+ }
7763
+ ],
7764
+ "responses" : {
7765
+ "200" : {
7766
+ "content" : {
7767
+ "application/json" : {
7768
+ "schema" : {
7769
+ "$ref" : " #/components/schemas/ResourceTypeAwsCategories"
7770
+ }
7771
+ }
7772
+ },
7773
+ "description" : " | - 200 response"
7774
+ }
7775
+ },
7776
+ "summary" : " Obtain mapping of key and values for AWS Categories." ,
7777
+ "tags" : [
7778
+ " Resource Type"
7779
+ ]
7780
+ }
7781
+ },
7717
7782
"/resource-types/aws-organizational-units/" : {
7718
7783
"get" : {
7719
7784
"operationId" : " listResourcesAwsOrgUnits" ,
You can’t perform that action at this time.
0 commit comments