I am using the below apis to get them
GET /api/spaces/space
POST /api/saved_objects/_bulk_get
All the above are giving 400, are they deprecated in v8.13.4 ?
I am using the below apis to get them
GET /api/spaces/space
POST /api/saved_objects/_bulk_get
All the above are giving 400, are they deprecated in v8.13.4 ?
The APIs you've linked to are Kibana APIs, so I've moved this to the Kibana forum.
Can you provide a minimal example (e.g. using curl
) of what you're trying to do?
Where are you running those requests?
Those are Kibana APIs, so you need to make the request to Kibana, not Elasticsearch.
If you are running them on Kibana Dev Tools you need to prefix the endpoints with kbn:
For example:
GET kbn:/api/spaces/space
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.