sensu / sensu-go

Simple. Scalable. Multi-cloud monitoring.
https://sensu.io
MIT License
1.01k stars 177 forks source link

Datastore Provider delete API not working #4569

Open Vipin525 opened 2 years ago

Vipin525 commented 2 years ago

Hi,

I am able to create datastore using sensuctl command line but not able to delete getting "Error: error deleting resource 0 (/api/enterprise/store/v1/provider/test-postgres) not found " error

Then i tried with the datastore Provider API, using that i am able to list all data store API : curl -X GET http://xx.xx.xx.xx:xxxx/api/enterprise/store/v1/provider -H "Authorization: Key 000000000000000000000000

But delete API is not working curl -X DELETE -H Authorization: Key 0000000000000000000000 http://xx.xx.xx.xx:xxxx/api/enterprise/store/v1/provider/test-postgres

I am using sensu 6.3 version

Any help would be great!

Thanks in advance

asachs01 commented 1 year ago

Hi @Vipin525 , it's been some time since you originally opened this issue--I wanted to check and see if this was still occurring on a more recent version.