cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How check payload api status page

rssantos
Newcomer

Hello, guys

I have a status page, this return http request type get with a json, i can check this results and put them in dash?

For exemplo, this return (http request):

 

 

[

{

"app":"xpto",

"status":"ok"
},

{

"app":"xpta",

"status":"ok"
}
...
]

 

 


I wanna this result in dash

Sem título.png

Resume: geting and checking payload from http request and put then in dash direct in dyna trace

3 REPLIES 3

Peter_Youssef
Champion

Hi @rssantos 

You can configure request attribute based on the required http response header and then you can create a metric and use it easily accordingly in the target dashboard.

Hoping it adds value.

BR,

Peter

Thank you, i will try this!

Peter_Youssef
Champion

Hi @rssantos 

you have another option to create a synthetic monitor to check the availability of the target pages as well and you can present it on dashboard based on the OOB synthetic availability metrics.

BR,

Peter

Featured Posts