API - setiamanlhc/Denodo GitHub Wiki

Restfull Web Service

This service allow to query data from VDP using URL.

https://community.denodo.com/docs/html/browse/latest/vdp/administration/restful_architecture/restful_web_service/restful_web_service

Publishing Web Service

https://community.denodo.com/docs/html/browse/latest/vdp/administration/publication_of_web_services/publishing_rest_web_services/publishing_rest_web_services

REstfull Web Service Vs Web Service RWS when turned on you can query entire VDP data through URL. On other hand Web Serivce allow you to publish certain view manually and selectively.

Data Service Authentication

https://community.denodo.com/docs/html/browse/latest/vdp/administration/publication_of_web_services/web_services_authentication/web_services_authentication

HTTP Basic The credentials are passed as plaintext

HTTP Digest The credentials are passed as encrypted hash

HTTP Basic with VDP The credential using VDP User name and password. The credential are passed as plaintext.