grs_sdk_global_route_config_opendevicesdk.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "applications": [],
  3. "services": [
  4. {
  5. "name": "com.huawei.hms.opendevicesdk",
  6. "routeBy": "ser_country",
  7. "servings": [
  8. {
  9. "countryOrAreaGroup": "DR1",
  10. "addresses": {
  11. "ROOT": "https://data-drcn.push.dbankcloud.com"
  12. }
  13. },
  14. {
  15. "countryOrAreaGroup": "DR2",
  16. "addresses": {
  17. "ROOT": "https://data-dra.push.dbankcloud.com"
  18. }
  19. },
  20. {
  21. "countryOrAreaGroup": "DR3",
  22. "addresses": {
  23. "ROOT": "https://data-dre.push.dbankcloud.com"
  24. }
  25. },
  26. {
  27. "countryOrAreaGroup": "DR4",
  28. "addresses": {
  29. "ROOT": "https://data-drru.push.dbankcloud.com"
  30. }
  31. }
  32. ],
  33. "countryOrAreaGroups": []
  34. }
  35. ],
  36. "countryOrAreaGroups": [
  37. {
  38. "id": "DR1",
  39. "name": "China",
  40. "countriesOrAreas": [
  41. "CN"
  42. ],
  43. "description": "China zone"
  44. },
  45. {
  46. "id": "DR2",
  47. "name": "Asian-African-Latin American",
  48. "countriesOrAreas": [
  49. "SG"
  50. ],
  51. "description": "Asian-African-Latin American zone"
  52. },
  53. {
  54. "id": "DR3",
  55. "name": "Europe",
  56. "countriesOrAreas": [
  57. "DE"
  58. ],
  59. "description": "Europe zone"
  60. },
  61. {
  62. "id": "DR4",
  63. "name": "Russia",
  64. "countriesOrAreas": [
  65. "RU"
  66. ],
  67. "description": "Russia zone"
  68. }
  69. ]
  70. }