Platform

 View Only

 Datalink Post Authentication Method

Jump to  Best Answer
  • Datalink
Apptio Community Member's profile image
Apptio Community Member posted Wed July 17, 2024 09:56 AM

Hi,

I want use Datalink to collect a billing data from MongoDB. The API method that i need is a POST over digest auth.

Is there a way to use POST method over Digest authentication?

Regards.


#Datalink
Varad Rajeev Muthal's profile image
Varad Rajeev Muthal  Best Answer

Hello @William Takahashi, apologies for the delayed reply, here is the answer to your query from @Kavya Kammar (Sr. Integration Consultant) -
"You need to use two methods to get this done, 1st is GET method and then the Digest method (APIs) to pull the billing data.
Here is the link to read more - https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Invoices/operation/listInvoices"

I hope this will help you.


#Datalink
Varad Rajeev Muthal's profile image
Varad Rajeev Muthal

Hello @William Takahashi, I acknowledge your query and will reply with resolution as soon as possible. 


#Datalink
Apptio Community Member's profile image
Apptio Community Member

Hi @Varad Muthal,

This is the method that I want to use: "Create Cost Explorer Query Process"

https://www.mongodb.com/docs/atlas/reference/api-resources-spec/v2/#tag/Invoices/operation/createCostExplorerQueryProcess


#Datalink