Im looking to pull a json of all EPOPS agents with the "resourceStatus": "NO_DATA_RECEIVING" status
Im familar with pulling all agents via https://vropserver/suite-api/api/adapterkinds/EP%20Ops%20Adapter/resourcekinds/EP%20Ops%20Agent/resources/
but how do i pull only the agents with "NO_DATA_RECEIVING" status
This will pull all EP Ops adapters that are in the NO_DATA_RECEIVING state. You can also do NONE as the resourceStatus. Also, add on &resourceState=STARTED to only show things that have been started, otherwise you will get some returns of adapters that are stopped as well, which may be extra unneeded data. The API docs are pretty good on this, https://vropsserver/suite-api/docs/rest/index.html, and look for getResources in the index on the left.