dictionary.http 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Copyright 2016-present the original author or authors.
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # https://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #
  16. ### 查询 Driver Dictionary
  17. #/manager/dictionary/driver
  18. POST http://{{dc3-manager}}/manager/dictionary/driver
  19. Accept: */*
  20. Content-Type: application/json
  21. Cache-Control: no-cache
  22. {}
  23. ### 查询 Profile Dictionary
  24. #/manager/dictionary/profile
  25. POST http://{{dc3-manager}}/manager/dictionary/profile
  26. Accept: */*
  27. Content-Type: application/json
  28. Cache-Control: no-cache
  29. {}
  30. ### 查询 Device/driver Dictionary
  31. #/manager/dictionary/device
  32. POST http://{{dc3-manager}}/manager/dictionary/device
  33. Accept: */*
  34. Content-Type: application/json
  35. Cache-Control: no-cache
  36. {}
  37. ### 查询 Point/profile Dictionary
  38. #/manager/dictionary/point
  39. POST http://{{dc3-manager}}/manager/dictionary/point
  40. Accept: */*
  41. Content-Type: application/json
  42. Cache-Control: no-cache
  43. {}
  44. ###