Test plugin connectivity
POST/plugins/:id/test
Tests provider connectivity. When the provider has a connection attached the test delegates to the connection credential check and returns the outcome. Returns 501 when no connection is attached (real invocation wires in subtask 03).
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 501
Test passed (status: ok) or failed (status: failed)
Missing provider ID
Unauthorized
Forbidden - admin only
Provider not found
Internal server error
No connection attached; test not implemented for this provider kind