Initiate Git Diagnosis

Version 4.0.26.12 (latest)

Initiate Git Diagnosis Suite

Request

POST /projects/{project_id}/git_diagnostic_report
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
project_id
string
Looker Project ID
body
HTTP Body
Expand HTTP Body definition...
body
GitDiagnosticReport
Expand GitDiagnosticReport definition...
can
object
Operations the current user is able to perform on this object
id
string
Unique ID of the git diagnostic report.
project_id
string
Target Looker Project ID.
user_id
string
ID of the user initiating the diagnosis.
state
string
Raw lifecycle state.
status
string
Status derived from state.
created_at
string
Creation time.
updated_at
string
Update time.
project_type
string
Project structure type.

Response

200: GitDiagnosticReport

Datatype
Description
can
object
Operations the current user is able to perform on this object
id
string
Unique ID of the git diagnostic report.
project_id
string
Target Looker Project ID.
user_id
string
ID of the user initiating the diagnosis.
state
string
Raw lifecycle state.
status
string
Status derived from state.
created_at
string
Creation time.
updated_at
string
Update time.
project_type
string
Project structure type.
Expand GitDiagnosticIssue definition...
can
object
Operations the current user is able to perform on this object
id
string
Unique ID of the diagnostic issue.
report_id
string
Parent diagnostic report ID.
project_id
string
Target Looker Project ID.
project_type
string
Environment scope (developer/production).
issue_type
string
Git diagnostic issue category.
issue_version
string
Version schema.
state
string
Current execution status.
created_at
string
Creation timestamp.
updated_at
string
Last update timestamp.

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

409: Resource Already Exists

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link