Coder Social home page Coder Social logo

Comments (1)

akaryakina avatar akaryakina commented on August 15, 2024

Hi. Yes, there is an API to delete the project version on the Fortify SSC server. It's part of ProjectVersionControllerApi: deleteProjectVersion. However, there are several considerations:

  1. The link that you listed is for the FoD server API, not the SSC server. FoD is our On Demand service to analyze and audit your code remotely by uploading it to our server. SSC is our On Premise solution where you configure SCA scanning and analysis on your side without the code ever leaving your network. This github project is a swagger generated client for the On Premise server API.
  2. Now, speaking of purging SSC application versions, there's that ProjectVersionControllerApi: deleteProjectVersion operation that can be scripted to delete all of your versions in an automated fashion. However, since deleting an appversion can be fairly heavy operation if there are lot of issues, it anyway makes sense to do it sequentially in a script and let it run overnight.
    You should ensure that no other operations are happening on those app versions at that time (and probably SSC activity in general) and also check completion of each delete operation.

from ssc-restapi-client.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.