kibana/test/api_integration/apis/saved_objects
Pierre Gayvallet b08c322524
Allow exporting all SO types (#159289)
## Summary

Fix https://github.com/elastic/kibana/issues/150079

Add support for the `*` wildcard for by-type export, allowing to more
easily export all the exportable SO types

```
POST /api/saved_objects/_export
{
   types: '*',
}
```

## Release Note

The savedObjects export API now supports exporting all types using the
`*` wildcard. Please refer to the documentation
for more details and examples.

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-06-12 00:03:54 -07:00
..
lib [ftr] automatically determine config run order (#130983) 2022-05-04 17:05:58 -05:00
bulk_create.ts [Saved Objects] Adds managed to import options (#155677) 2023-04-27 11:17:42 -07:00
bulk_delete.ts [saved objects] Adds bulkDelete API (#139680) 2022-09-20 07:51:25 -07:00
bulk_get.ts [Migrations] Add support of deferred migrations (#153117) 2023-05-22 11:17:41 +02:00
bulk_update.ts [kbnArchiver] convert archive names to root-relative paths (#101839) 2021-06-09 20:13:00 -04:00
create.ts [Saved Objects] Add a root level managed property to all saved object documents (#154515) 2023-04-20 12:14:48 -07:00
delete.ts [kbnArchiver] convert archive names to root-relative paths (#101839) 2021-06-09 20:13:00 -04:00
delete_unknown_types.ts Split the .kibana saved objects index into multiple indices (#154888) 2023-04-25 09:43:42 +02:00
export.ts Allow exporting all SO types (#159289) 2023-06-12 00:03:54 -07:00
find.ts [Migrations] Add support of deferred migrations (#153117) 2023-05-22 11:17:41 +02:00
get.ts [Migrations] Add support of deferred migrations (#153117) 2023-05-22 11:17:41 +02:00
import.ts [Saved Objects] Adds managed to import options (#155677) 2023-04-27 11:17:42 -07:00
index.ts [saved objects] Adds bulkDelete API (#139680) 2022-09-20 07:51:25 -07:00
resolve.ts [Migrations] Add support of deferred migrations (#153117) 2023-05-22 11:17:41 +02:00
resolve_import_errors.ts [Saved Objects] Adds managed to import options (#155677) 2023-04-27 11:17:42 -07:00
update.ts [kbnArchiver] convert archive names to root-relative paths (#101839) 2021-06-09 20:13:00 -04:00