Documentation of handlers

Common jsons

create_object_response
Object Properties
  • object_id (uuid4) – object id

  • url (uri) – object path (/1/buckets/{bucketName}/objects/{objectId})

JSON Example
"https://olsen.com/tags/wp-content/posts/terms.html"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "3bc2e55e-80ed-4952-8a7d-04d121d4ef9a",
        "5ec7a7ad-f4ec-419b-b3b0-0d903fed8575",
        "8fe5a7f3-0455-4f37-bb2c-bb44dd63c792"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

  • url (url) – object path (/1/buckets/{bucketName}/images/{objectId})

JSON Example
"http://meadows.com/"
delete_images_response
Object Properties
  • images (_list_(uuid4)) – images ids

JSON Example
{
    "images": [
        "645f9f27-55e3-441c-aea4-faec03a677a3",
        "0a0577e7-32f9-4490-9f93-8809a1773647",
        "d933d6ae-f554-4b5c-a5b6-80cdbbd6e2bb"
    ]
}