Show Deprecated Endpoints
            
                
            
          
          - 
    
      availableArtifactsGet available artifacts GET /admin/artifacts/availableGet all available artifacts from the gitlab registry. 
- 
    
      exportArtifactExports an artifact GET /admin/artifacts/export/:idExports an artifact from the current IAP environment. 
- 
    
      getArtifactGet an installed artifact. GET /admin/artifacts/:idGets a currently installed artifact. 
- 
    
      getArtifactsGet all installed artifacts GET /admin/artifactsGets all the currently installed artifacts. 
- 
    
      getServicesHealthGet the health of all services. GET /admin/services/healthGets the health of all services in an IAP environment. 
- 
    
      importArtifactImport an artifact POST /admin/artifacts/importImports an artifact onto an IAP environment. 
- 
    
      installArtifactInstall an artifact POST /admin/artifactsInstalls an artifact onto an IAP environment. 
- 
    
      removeArtifactRemove an artifact DELETE /admin/artifacts/:idRemoves an artifact from an IAP environment. 
- 
    
      updateArtifactUpdates an artifact PUT /admin/artifacts/:idUpdates an artifact in an IAP environment.