curl -X POST "https://api.buddy.works/workspaces/:domain/projects/:project_name/pipelines/:pipeline_id/actions" \
-H "Authorization: Bearer <YOUR-TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"name": "Link checker",
"type": "LINK_CHECKER",
"trigger_time": "ON_EVERY_EXECUTION",
"ba_username": "basicAuthUsername",
"ba_password": "secure!ucaApNnkABxsQuyAQJ4sXQ==.QPJaybamhxXg2j9ICwoSKw==",
"html_form_auth_username": "htmlFormAuthUsername",
"html_form_auth_password": "secure!ucaApNnkABxsQuyAQJ4sXQ==.QPJaybamhxXg2j9ICwoSKw==",
"html_form_auth_username_input_name": "htmlFormAuthUsernameInput",
"html_form_auth_password_input_name": "htmlFormAuthPasswordInput",
"html_form_auth_url": "https://linktocheck.com",
"depth": 1,
"scan_url": "https://linktocheck.com",
"cookies": [
{
"name": "header",
"value": "value"
}
],
"threads": 5,
"connection_timeout": 11,
"requests_per_host": 5,
"respect_robot_exclusions": false,
"check_ssl_certificate": true,
"internal_links": "Scan_url/*",
"check_external_links": true,
"ignore_urls": [
"https://example.com/.*"
],
"no_follow_urls": [
"https://example.com/.*"
],
"warning_regex": "(This page has moved|Oracle Application error)"
}'
{
"url": "https://api.buddy.works/workspaces/buddy/projects/company-website/pipelines/2/actions/2",
"html_url": "https://app.buddy.works/buddy/company-website/pipelines/pipeline/2/action/2/edit",
"id": 2,
"name": "Link checker",
"type": "LINK_CHECKER",
"trigger_time": "ON_EVERY_EXECUTION",
"ba_username": "basicAuthUsername",
"ba_password": "secure!ucaApNnkABxsQuyAQJ4sXQ==.QPJaybamhxXg2j9ICwoSKw==",
"html_form_auth_username": "htmlFormAuthUsername",
"html_form_auth_password": "secure!ucaApNnkABxsQuyAQJ4sXQ==.QPJaybamhxXg2j9ICwoSKw==",
"html_form_auth_username_input_name": "htmlFormAuthUsernameInput",
"html_form_auth_password_input_name": "htmlFormAuthPasswordInput",
"html_form_auth_url": "https://linktocheck.com",
"depth": 1,
"scan_url": "https://linktocheck.com",
"cookies": [
{
"name": "header",
"value": "value"
}
],
"threads": 5,
"connection_timeout": 11,
"requests_per_host": 5,
"respect_robot_exclusions": false,
"check_ssl_certificate": true,
"internal_links": "Scan_url/*",
"check_external_links": true,
"ignore_urls": [
"https://example.com/.*"
],
"no_follow_urls": [
"https://example.com/.*"
],
"warning_regex": "(This page has moved|Oracle Application error)",
"pipeline": {
"url": "https://api.buddy.works/workspaces/buddy/projects/company-website/pipelines/2",
"html_url": "https://app.buddy.works/buddy/company-website/pipelines/pipeline/2",
"id": 2,
"name": "test server",
"on": "CLICK",
"refs": [
"refs/heads/master"
],
"last_execution_status": "SUCCESSFUL",
"last_execution_revision": "506a3963507943d6908154f4bc9646e829128a08"
}
}