Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 2.74 KB

clusterinfohistory.rst

File metadata and controls

67 lines (53 loc) · 2.74 KB

Cluster Info History Resource

Resource URL http://mytorrentserver/rundb/api/v1/clusterinfohistory/
Schema URL http://mytorrentserver/rundb/api/v1/clusterinfohistory/schema/

Resource Fields

field help text default nullable readonly blank unique type
username Unicode string data. Ex: "Hello World" ION false false true false string
---------------- ---------------------------------------------------- ------- -------- -------- ----- ------ --------
name Unicode string data. Ex: "Hello World" n/a true true false false string
---------------- ---------------------------------------------------- ------- -------- -------- ----- ------ --------
created A date & time as a string. Ex: "2010-11-10T03:07:43" true false false true false datetime

----------------text

----------------------------------------------------Unicode string data. Ex: "Hello World"


--------false

--------false

-----false

------false

--------string

---------------- ---------------------------------------------------- ------- -------- -------- ----- ------ --------
object_pk Integer data. Ex: 2673 n/a false false false false integer

----------------id

----------------------------------------------------Integer data. Ex: 2673


--------false

--------false

-----true

------true

--------integer

---------------- ---------------------------------------------------- ------- -------- -------- ----- ------ --------
resource_uri Unicode string data. Ex: "Hello World" n/a false true false false string

Example Response

{
    "meta": {
        "previous": null, 
        "total_count": 0, 
        "offset": 0, 
        "limit": 1, 
        "next": null
    }, 
    "objects": []
}

Allowed list HTTP methods

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH

Allowed detail HTTP methods

  • GET
  • POST
  • PUT
  • DELETE
  • PATCH