Create view
documentedCreate a new view by POSTing a view config.xml to this endpoint.
POST /createView?name={view_name}Viewsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://jenkins-ci.org/createView?name={{$view_name}}" \
-X POST \
-H "Authorization: Bearer {{JENKINS-CI_API_KEY}}" \
-H "Content-Type: text/xml" \
-d @{{$view_xml_path}}