Connectors
...
Actions
Get Repositories
5 min
description get the list of repositories endpoint url rest/repository method get inputs parameters (object) – required type (string) – required output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" { "type" "regular", "response" \[ { "id" "37", "name" "ag repo1", "description" "copied from qa", "dataformat" "agent", "uuid" "a2ff7e13 2c0e 470e a3c9 e077fe065a54" }, { "id" "38", "name" "jm ipv4", "description" "copied from qa", "dataformat" "ipv4", "uuid" "2e950182 08b6 4737 830b 4acc8f6b92f9" }, { "id" "39", "name" "ipv6 rep", "description" "copied from qa (name changed)", "dataformat" "ipv6", "uuid" "ff00f4d0 5b9f 4a26 998c 19430295284a" }, { "id" "40", "name" "universal rep", "description" "first universal", "dataformat" "universal", "uuid" "61606f1a 72cf 4a6d a2b8 74787c6a8bef" }, { "id" "43", "name" "test local mobile repository", "description" "devform test of mobile repository post", "dataformat" "mobile", "uuid" "8dfa4f06 646a 4a63 a56d 08ccc9098682" }, { "id" "44", "name" "test w/pluginprefs", "description" "", "dataformat" "ipv4", "uuid" "e33f8169 7c8b 4d1e b69f 4c50b6347088" } ], "error code" 0, "error msg" "", "warnings" \[], "timestamp" 1423767348 } } ] output parameters status code (number) reason (string) json body (object) type (string) response (array) id (string) name (string) description (string) dataformat (string) uuid (string) error code (number) error msg (string) warnings (array) file name (string) – required file (string) – required timestamp (number)