Guest User

Untitled

a guest
Jul 8th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. DeliveryMethodHttp:
  2. connection: DBIDX
  3. inheritance:
  4. extends: DeliveryMethod
  5. type: column_aggregation
  6. columns:
  7. http_url:
  8. type: string
  9. http_payload_xslt:
  10. type: string
  11. http_method:
  12. type: enum
  13. values: [get,post,raw]
  14. http_auth_username:
  15. type: string
  16. http_auth_password:
  17. type: string
  18. http_auth_type:
  19. type: enum
  20. values: [basic,digest]
  21. default: basic
  22. http_post_param_name:
  23. type: string
Add Comment
Please, Sign In to add comment