Describe the bug
Hello,
I am using the processes_ran_on_legacy function with the device_id, type and value.
Because this endpoint is going to be deprecated I am trying to use the processes_ran_on with the same parameters and the same values. From the processes_ran_on_legacy i get 2 results, but from the processes_ran_on I get 404 error with no results. Can you help me understand the differences between those functions? from the docs it seems like those functions have the same functionality. I have the necessary scope IOC Management for the requests.
I also tried to use the indicator_get_processes_ran_on_v1, but same results.
Thank you.
To Reproduce
run the processes_ran_on_legacy and compare results with the processes_ran_on
Expected behavior
should have the same results as mentioned in the docs, processes_ran_on replacing the deprecated processes_ran_on_legacy
Describe the bug
Hello,
I am using the processes_ran_on_legacy function with the device_id, type and value.
Because this endpoint is going to be deprecated I am trying to use the processes_ran_on with the same parameters and the same values. From the processes_ran_on_legacy i get 2 results, but from the processes_ran_on I get 404 error with no results. Can you help me understand the differences between those functions? from the docs it seems like those functions have the same functionality. I have the necessary scope IOC Management for the requests.
I also tried to use the indicator_get_processes_ran_on_v1, but same results.
Thank you.
To Reproduce
run the processes_ran_on_legacy and compare results with the processes_ran_on
Expected behavior
should have the same results as mentioned in the docs, processes_ran_on replacing the deprecated processes_ran_on_legacy