Satya, Not sure on the specifics of interacting with the Nest API endpoints, but can certainly help you on your way. At minimum, you will need to configure the truststore for your SSL Context.
There is a thread from the mailing list that goes into greater depth concerning this in NiFi [1] Summarily, you will need to configure the truststore properties with for your SSL Context Service instance with: * the path to the default cacerts truststore that comes bundled with your Java installation, located at JAVA_HOME/jre/lib/security/cacerts * this is of type JKS, and * the default password is "changeit" Let us know if you are still experiencing issues or if there are additional items needed to interact with the Nest API. [1] https://mail-archives.apache.org/mod_mbox/nifi-users/201509.mbox/%[email protected]%3E On Wed, Nov 18, 2015 at 12:41 PM, amabricloud <[email protected]> wrote: > Hi > I am trying to call Nest 'https://' API to get thermostat data, but I am > not sure how to setup 'SSL Context Service'. Any help appreciated. > Satya > > > > -- > View this message in context: > http://apache-nifi-developer-list.39713.n7.nabble.com/How-to-get-Nest-data-tp5082.html > Sent from the Apache NiFi Developer List mailing list archive at > Nabble.com. >
