Version 4.0.24.14
Run a git connection test
Run the named test on the git service used by this project (or the dependency project for the provided remote_url) and return the result. This is intended to help debug git connections when things do not work properly, to give more helpful information about why a git url is not working with Looker.
Tests should be run in the order they are returned by Get All Git Connection Tests.
Request
GET
/projects/{project_id}/git_connection_tests/{test_id}
Datatype
Description
Request
path
Expand HTTP Path definition...
project_id
Project Id
test_id
Test Id
query
Expand HTTP Query definition...
remote_url
(Optional: leave blank for root project) The remote url for remote dependency to test.
use_production
(Optional: leave blank for dev credentials) Whether to use git production credentials.
Response
200: Git Connection Test Result
Datatype
Description
(object)
can
lock
Operations the current user is able to perform on this object
id
lock
A short string, uniquely naming this test
message
lock
Additional data from the test
status
lock
Either 'pass' or 'fail'
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link