How to get dual shipping host count from Datadog via Postman

Hi Team,

Can anyone please guide me how to get information dual shipping host count from Datadog via postman

like count of host which are using multiple datadog API key

early response will be highly appreciated

thanks

There is not enough information here to guide you.

If this is possible, it should be detailed in the API specification\documentation for the API you want to consume.

The API specification should detail how to use the API including authentication.

If you can link to the API specification and include screenshots of what you have attempted so far, then someone may be able to assist if you are running into problems with how to setup the request in Postman.


Hi Mike,

I am looking for the count of the host in datadog those are dual shipped means using multiple additional_endpoints refer in attached ss

I don’t understand what you mean or what you are trying to achieve.

I can only recommend that you refer to the API specification in the first instance.

Do they have an endpoint and method that will do what you want? Only the documentation will reveal that.

Decent documentation\specifications will include example requests for each method.

1 Like

I’m looking for a Postman GET command to retrieve the count of hosts using an additional endpoint. Could you help with that?

Have you checked the datadog API Documentation?

You’ve sent 2 screenshots of something that doesn’t really provide any information. As @michaelderekjones has mentioned, twice, the API Documentation is where to find this information.


see what I have tried so far and getting error

You are getting authentication errors.

So start with the authentication section within the documentation.

Datadog HQ - Authentication

Start with the request to validate your API key and move on from there.

Able to make connection now getting above error

If you read the documentation, it will tell you the expected datatype of that count query param:

It’s also only going to use valid parameters for that endpoint, you can’t just add any query param in there.