Skip to content

Uuid Field

Edit page
PUT /test/uuid/uuid/doc
{
"uuids": {
"cfe052b3-c9d6-43b5-b971-7fdcb5375d6c": "first",
"50ffd30b-6b76-4827-b805-f37f5e95f093": "second",
"b63d5fc1-29ff-4ef0-835f-b5415d7f166d": "third"
}
}
GET /test/uuid/uuid/
INFO /test/uuid/uuid/doc
PUT /test/uuid/uuid_field/doc
{
"uuids": {
"_index_uuid_field": "uuid_field",
"cfe052b3-c9d6-43b5-b971-7fdcb5375d6c": "first",
"50ffd30b-6b76-4827-b805-f37f5e95f093": "second",
"b63d5fc1-29ff-4ef0-835f-b5415d7f166d": "third"
}
}
GET /test/uuid/uuid_field/
INFO /test/uuid/uuid_field/doc
PUT /test/uuid/both/doc
{
"uuids": {
"_index_uuid_field": "both",
"cfe052b3-c9d6-43b5-b971-7fdcb5375d6c": "first",
"50ffd30b-6b76-4827-b805-f37f5e95f093": "second",
"b63d5fc1-29ff-4ef0-835f-b5415d7f166d": "third",
}
}
GET /test/uuid/both/
INFO /test/uuid/both/doc