mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
* [DOCS] API intro * Logstash configuration management * Reformatting * Comments from Josh * Commets from Gail * Fixed broken things
29 lines
1.1 KiB
Text
29 lines
1.1 KiB
Text
[role="xpack"]
|
|
[[spaces-api]]
|
|
== {kib} spaces APIs
|
|
|
|
Manage your {kib} spaces.
|
|
|
|
The following {kib} spaces APIs are available:
|
|
|
|
* <<spaces-api-post, Create space API>> to create a {kib} space
|
|
|
|
* <<spaces-api-put, Update space API>> to update an existing {kib} space
|
|
|
|
* <<spaces-api-get, Get a space API>> to retrieve a specified {kib} space
|
|
|
|
* <<spaces-api-get-all, Get all {kib} spaces API>> to retrieve all {kib} spaces
|
|
|
|
* <<spaces-api-delete, Delete space API>> to delete a {kib} space
|
|
|
|
* <<spaces-api-copy-saved-objects, Copy saved objects to space API>> to copy saved objects between spaces
|
|
|
|
* <<spaces-api-resolve-copy-saved-objects-conflicts, Resolve copy saved objects to space conflicts API>> to overwrite saved objects returned as errors from the copy saved objects to space API
|
|
|
|
include::spaces-management/post.asciidoc[]
|
|
include::spaces-management/put.asciidoc[]
|
|
include::spaces-management/get.asciidoc[]
|
|
include::spaces-management/get_all.asciidoc[]
|
|
include::spaces-management/delete.asciidoc[]
|
|
include::spaces-management/copy_saved_objects.asciidoc[]
|
|
include::spaces-management/resolve_copy_saved_objects_conflicts.asciidoc[]
|