rest-api-spec.api.security.create_cross_cluster_api_key.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
The newest version!
{
"security.create_cross_cluster_api_key": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-cross-cluster-api-key.html",
"description": "Creates a cross-cluster API key for API key based remote cluster access."
},
"stability": "stable",
"visibility": "public",
"headers": {
"accept": [
"application/json"
],
"content_type": [
"application/json"
]
},
"url": {
"paths": [
{
"path": "/_security/cross_cluster/api_key",
"methods": [
"POST"
]
}
]
},
"params": {},
"body": {
"description": "The request to create a cross-cluster API key",
"required": true
}
}
}