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
"http://lara.com/"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "8ed20a67-5b1b-4d27-bff4-d7e59f29c384",
        "0ba8d490-06ba-49ed-afad-c6949950c00b",
        "b58ea93b-c552-46b9-904f-59c25350572b"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

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

JSON Example
{
    "images": [
        "09aefa9c-936e-41a7-bf4e-09f788db574d",
        "f7caad1c-a22b-4478-a94a-8a790ec9b5eb",
        "9afb2b8e-2162-4aa7-824f-5c3ee6656e75"
    ]
}