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://www.jones.org/homepage/"
delete_objects_response
Object Properties
  • objects (_list_(uuid4)) – objects ids

JSON Example
{
    "objects": [
        "b69df9a8-35e4-4815-8e34-b7c1e3f84574",
        "5bd7a7bf-dd51-48e2-a11c-4ca52e9d640f",
        "50d59003-36e7-47ab-ac97-f9d4c6dce670"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

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

JSON Example
{
    "images": [
        "b590fd54-5673-458d-b2b2-33274827543c",
        "9f8761ac-9087-4d57-92d7-9eb8733d9a57",
        "c2582a06-1970-4959-99bb-b6ab7ce317df"
    ]
}