| Package | Description |
|---|---|
| org.qubership.atp.environments.openapi.controllers | |
| org.qubership.atp.environments.openapi.dto |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<SystemFullVer2ViewDto>> |
ProjectControllerApi.getProjectSystems(UUID projectId,
@Valid String category,
@Valid Boolean full)
GET /api/projects/{projectId}/environments/systems : getSystems
|
org.springframework.http.ResponseEntity<SystemFullVer2ViewDto> |
SystemControllerApi.getSystemV2(UUID systemId,
@Valid Boolean full)
GET /api/v2/systems/{systemId} : getSystemV2
|
org.springframework.http.ResponseEntity<List<SystemFullVer2ViewDto>> |
EnvironmentControllerApi.getSystemV2(UUID environmentId,
@Valid String systemType,
@Valid Boolean full)
GET /api/v2/environments/{environmentId}/systems : getSystemV2
|
org.springframework.http.ResponseEntity<SystemFullVer2ViewDto> |
SystemControllerApi.share(UUID systemId,
@NotNull @Valid UUID environmentId,
@Valid Long modified)
PUT /api/systems/{systemId}/share : share
|
org.springframework.http.ResponseEntity<SystemFullVer2ViewDto> |
SystemControllerApi.unShare(UUID systemId,
@NotNull @Valid UUID environmentId,
@Valid Long modified)
PUT /api/systems/{systemId}/unshare : unShare
|
org.springframework.http.ResponseEntity<List<SystemFullVer2ViewDto>> |
SystemControllerApi.updateServicesFromKubernetes(UUID systemId)
GET /api/systems/kubeServices/{systemId} : updateServicesFromKubernetes
|
org.springframework.http.ResponseEntity<List<SystemFullVer2ViewDto>> |
SystemControllerApi.updateServicesFromOpenshift(UUID systemId)
GET /api/systems/openshiftServices/{systemId} : updateServicesFromOpenshift
|
Copyright © 2025. All rights reserved.