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

JSON Example
{
    "objects": [
        "683222cd-52d4-4a5f-afec-1513f296495d",
        "39f46724-655f-4af0-b2f2-989e05e4ae95",
        "7386ab8f-2fbe-4162-bc6d-ad817b560dc1"
    ]
}
create_image_response
Object Properties
  • image_id (uuid4) – object id

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

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

JSON Example
{
    "images": [
        "02cf1a24-3085-41f9-8a04-40d54dfaffc7",
        "5d9c3ae0-2557-490e-bbd4-37889710ba1c",
        "39c168a5-923a-44cb-885d-668a5303b45b"
    ]
}