Connectors
...
Actions
Get Credentials
3 min
description get the list of credentials endpoint url rest/credentials method get output example \[ { "status code" 200, "response headers" {}, "reason" "ok", "json body" { "type" "regular", "response" { "usable" \[ { "id" "1000001", "name" "test", "description" "", "type" "ssh", "uuid" "e7bc705c 9088 4f5a 81a0 a5b13f5c4331" }, { "id" "1000002", "name" "test", "description" "", "type" "ssh", "uuid" "e58a2208 2776 4200 b6e5 a844ac26e338" } ], "manageable" \[ { "id" "1000001", "name" "test", "description" "", "type" "ssh", "uuid" "e7bc705c 9088 4f5a 81a0 a5b13f5c4331" }, { "id" "1000002", "name" "test", "description" "", "type" "ssh", "uuid" "e58a2208 2776 4200 b6e5 a844ac26e338" } ] }, "error code" 0, "error msg" "", "warnings" \[], "timestamp" 1408719365 } } ] output parameters status code (number) reason (string) json body (object) type (string) response (object) usable (array) id (string) name (string) description (string) type (string) uuid (string) manageable (array) id (string) name (string) description (string) type (string) uuid (string) error code (number) error msg (string) warnings (array) file name (string) – required file (string) – required timestamp (number)