service-2.yaml 524 B

123456789101112131415161718192021222324252627282930
  1. ---
  2. version: '2.0'
  3. metadata:
  4. apiVersion: '2020-01-01'
  5. endpointPrefix: bill-union
  6. jsonVersion: '1.1'
  7. serviceFullName: Bill-Union Service
  8. signatureVersion: v4
  9. targetPrefix: bill-union
  10. protocol: query-json
  11. operations:
  12. DescribeBillSummaryByPayMode:
  13. http:
  14. method: GET
  15. DescribeBillSummaryByProduct:
  16. http:
  17. method: GET
  18. DescribeBillSummaryByProject:
  19. http:
  20. method: GET
  21. DescribeInstanceSummaryBills:
  22. http:
  23. method: GET
  24. DescribeProductCode:
  25. http:
  26. method: GET