curl --request GET \
--url https://use.hoop.dev/api/runbooks/configurations{
"created_at": "2024-07-25T15:56:35.317601Z",
"id": "15B5A2FD-0706-4A47-B1CF-B93CCFC5B3D7",
"org_id": "37EEBC20-D8DF-416B-8AC2-01B6EB456318",
"repositories": [
{
"git_hook_ttl": 1000,
"git_password": "mypassword",
"git_url": "https://github.com/myorg/myrepo",
"git_user": "myusername",
"repository": "github.com/myorg/myrepo",
"ssh_key": "-----BEGIN PRIVATE KEY-----...",
"ssh_keypass": "mykeypassphrase",
"ssh_known_hosts": "github.com ssh-rsa AAAA...",
"ssh_user": "myuser"
}
],
"updated_at": "2024-07-25T15:56:35.317601Z"
}Get Runbook Configuration
curl --request GET \
--url https://use.hoop.dev/api/runbooks/configurations{
"created_at": "2024-07-25T15:56:35.317601Z",
"id": "15B5A2FD-0706-4A47-B1CF-B93CCFC5B3D7",
"org_id": "37EEBC20-D8DF-416B-8AC2-01B6EB456318",
"repositories": [
{
"git_hook_ttl": 1000,
"git_password": "mypassword",
"git_url": "https://github.com/myorg/myrepo",
"git_user": "myusername",
"repository": "github.com/myorg/myrepo",
"ssh_key": "-----BEGIN PRIVATE KEY-----...",
"ssh_keypass": "mykeypassphrase",
"ssh_known_hosts": "github.com ssh-rsa AAAA...",
"ssh_user": "myuser"
}
],
"updated_at": "2024-07-25T15:56:35.317601Z"
}Was this page helpful?