Show Deprecated Endpoints
-
availableArtifacts
Get available artifacts
GET /admin/artifacts/availableGet all available artifacts from the gitlab registry.
-
exportArtifact
Exports an artifact
GET /admin/artifacts/export/:idExports an artifact from the current IAP environment.
-
getArtifact
Get an installed artifact.
GET /admin/artifacts/:idGets a currently installed artifact.
-
getArtifacts
Get all installed artifacts
GET /admin/artifactsGets all the currently installed artifacts.
-
getServicesHealth
Get the health of all services.
GET /admin/services/healthGets the health of all services in an IAP environment.
-
importArtifact
Import an artifact
POST /admin/artifacts/importImports an artifact onto an IAP environment.
-
installArtifact
Install an artifact
POST /admin/artifactsInstalls an artifact onto an IAP environment.
-
removeArtifact
Remove an artifact
DELETE /admin/artifacts/:idRemoves an artifact from an IAP environment.
-
updateArtifact
Updates an artifact
PUT /admin/artifacts/:idUpdates an artifact in an IAP environment.