USER MANUALS

Setting Cloud Infrastructure Properties

Denodo gives the possibility to specify different properties with the purpose of monitoring data from clouds infrastructures.

Name Parameter

HTTP Header

Description

infrastructureProvider

Infrastructure-provider

This parameter is a string which indicates the infrastructure provider of the JDBC/ODBC client. It is used for clouds providers

Default value: <empty>

infrastructureRegion

Infrastructure-region

This parameter is a string which indicates the region of the infrastructure provider where the JDBC/ODBC client is located. It is used for clouds providers.

Default value: <empty>

These properties can be configured in different ways depending of the type of client:

  • JDBC Clients

    jdbc:denodo://localhost:9999/testing?infrastructureProvider=AZURE&infrastructureRegion=ES
    

    More details in the section JDBC Driver Parameters.

  • ODBC Clients

  • The RESTful web service, REST and SOAP web services. As indicated in the table above, the value of that HTTP headers of the requests is passed along with the statements these services execute in the Virtual DataPort server.

Add feedback