-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
User Story (Required on creation):
As a Support engineer, I would like to see which deployments are registered in every application via REST api (if technically possible). This would help us to troubleshoot job execution and deployment related issues in customer set-up without enabling debug/fine level server logs.
For example, we get lot of issues related to job being stuck. Since there could be various reasons for stuck job, it would be easier for Support team to quickly verify via REST api whether deploymentId of job belongs to registered deployment.
We already have ManagementService#getRegisteredDeployments() in Java api for this.
Functional Requirements (Required before implementation):
- Decide if we want to make this accessible in Cockpit
Technical Requirements (Required before implementation):
- See
CAM-13646for discussion if we want to add a new type of permission for this kind of data