API call to Checkmarx dashboardCalling shell commands from RubyCalling a function of a module by using its name (a string)How to merge two dictionaries in a single expression?Calling an external command in PythonHow do I prompt for Yes/No/Cancel input in a Linux shell script?How to mkdir only if a dir does not already exist?YYYY-MM-DD format date in shell scriptHow do you read from stdin?How to echo shell commands as they are executedHow to access environment variable values?

What is "ass door"?

Do Dragonborns get unarmored defense?

I have a domain, static IP address and many devices I'd like to access outside my house. How do I route them?

What does the following chess proverb mean: "Chess is a sea where a gnat may drink from and an elephant may bathe in."

Does switching on an old games console without a cartridge damage it?

RC differentiator giving a higher output amplitude than input amplitude

What's the 1 inch size square knob sticking out of wall?

What is an expert set in the fonts field?

Could I play forever with this loop combination?

Why does the salt in the oceans not sink to the bottom?

Impact of throwing away fruit waste on a peak > 3200 m above a glacier

Is it ethical to tell my teaching assistant that I like him?

Finding number of days per ID in table using ArcPy?

As a DM of a 4-player group, would it be appropriate for me to run a private 1-on-1 session so that one PC can act secretly?

Create a dropshadow only layer

Origin of the suffix in hippocampus

Higher calorie ice cream

What does a black-and-white Puerto Rican flag signify?

What is a "staved" town, like in "Staverton"?

Learning Ramban Al HaTorah

Is it possible to access the complete command line including pipes in a bash script?

Pass USB 3.0 connection through D-SUB connector

Storyboard broken after updating Xcode to version 10.3 (10G8) & app no longer is running

My current job follows "worst practices". How can I talk about my experience in an interview without giving off red flags?



API call to Checkmarx dashboard


Calling shell commands from RubyCalling a function of a module by using its name (a string)How to merge two dictionaries in a single expression?Calling an external command in PythonHow do I prompt for Yes/No/Cancel input in a Linux shell script?How to mkdir only if a dir does not already exist?YYYY-MM-DD format date in shell scriptHow do you read from stdin?How to echo shell commands as they are executedHow to access environment variable values?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I want to get all the Checkmarx scan details of all the project on Checkmarx dashboard page. How do I do this using the Checkmarx API called from shell or python script?










share|improve this question






























    0















    I want to get all the Checkmarx scan details of all the project on Checkmarx dashboard page. How do I do this using the Checkmarx API called from shell or python script?










    share|improve this question


























      0












      0








      0








      I want to get all the Checkmarx scan details of all the project on Checkmarx dashboard page. How do I do this using the Checkmarx API called from shell or python script?










      share|improve this question
















      I want to get all the Checkmarx scan details of all the project on Checkmarx dashboard page. How do I do this using the Checkmarx API called from shell or python script?







      python shell api checkmarx






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 26 at 15:53









      molnarm

      8,9402 gold badges36 silver badges53 bronze badges




      8,9402 gold badges36 silver badges53 bronze badges










      asked Mar 26 at 14:07









      user9579474user9579474

      6




      6






















          2 Answers
          2






          active

          oldest

          votes


















          0














          Try this : Get Report(s) by Id - GET /reports/sastScan/id



          https://checkmarx.atlassian.net/wiki/spaces/KC/pages/222101925/Get+Report+s+by+Id+-+GET+reports+sastScan+id+v8.6.0+and+up






          share|improve this answer























          • Thanks. How I can call these API in my shell script. I tried running it using curl command but it's falling.

            – user9579474
            Mar 27 at 4:15











          • Please add more details of error.

            – nitasha thakur
            Mar 27 at 13:28


















          0














          You can try the curl command generated by swagger.
          To access a live Swagger environment navigate to:



          http://:/cxrestapi/help/swagger/ui/index (e.g.http://localhost/cxrestapi/help/swagger/ui/index)



          If you want to use python scripts, you can try my demo on GitHub(https://github.com/binqsoft/CxRestPy)






          share|improve this answer

























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55359180%2fapi-call-to-checkmarx-dashboard%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            Try this : Get Report(s) by Id - GET /reports/sastScan/id



            https://checkmarx.atlassian.net/wiki/spaces/KC/pages/222101925/Get+Report+s+by+Id+-+GET+reports+sastScan+id+v8.6.0+and+up






            share|improve this answer























            • Thanks. How I can call these API in my shell script. I tried running it using curl command but it's falling.

              – user9579474
              Mar 27 at 4:15











            • Please add more details of error.

              – nitasha thakur
              Mar 27 at 13:28















            0














            Try this : Get Report(s) by Id - GET /reports/sastScan/id



            https://checkmarx.atlassian.net/wiki/spaces/KC/pages/222101925/Get+Report+s+by+Id+-+GET+reports+sastScan+id+v8.6.0+and+up






            share|improve this answer























            • Thanks. How I can call these API in my shell script. I tried running it using curl command but it's falling.

              – user9579474
              Mar 27 at 4:15











            • Please add more details of error.

              – nitasha thakur
              Mar 27 at 13:28













            0












            0








            0







            Try this : Get Report(s) by Id - GET /reports/sastScan/id



            https://checkmarx.atlassian.net/wiki/spaces/KC/pages/222101925/Get+Report+s+by+Id+-+GET+reports+sastScan+id+v8.6.0+and+up






            share|improve this answer













            Try this : Get Report(s) by Id - GET /reports/sastScan/id



            https://checkmarx.atlassian.net/wiki/spaces/KC/pages/222101925/Get+Report+s+by+Id+-+GET+reports+sastScan+id+v8.6.0+and+up







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Mar 26 at 16:09









            nitasha thakurnitasha thakur

            465 bronze badges




            465 bronze badges












            • Thanks. How I can call these API in my shell script. I tried running it using curl command but it's falling.

              – user9579474
              Mar 27 at 4:15











            • Please add more details of error.

              – nitasha thakur
              Mar 27 at 13:28

















            • Thanks. How I can call these API in my shell script. I tried running it using curl command but it's falling.

              – user9579474
              Mar 27 at 4:15











            • Please add more details of error.

              – nitasha thakur
              Mar 27 at 13:28
















            Thanks. How I can call these API in my shell script. I tried running it using curl command but it's falling.

            – user9579474
            Mar 27 at 4:15





            Thanks. How I can call these API in my shell script. I tried running it using curl command but it's falling.

            – user9579474
            Mar 27 at 4:15













            Please add more details of error.

            – nitasha thakur
            Mar 27 at 13:28





            Please add more details of error.

            – nitasha thakur
            Mar 27 at 13:28













            0














            You can try the curl command generated by swagger.
            To access a live Swagger environment navigate to:



            http://:/cxrestapi/help/swagger/ui/index (e.g.http://localhost/cxrestapi/help/swagger/ui/index)



            If you want to use python scripts, you can try my demo on GitHub(https://github.com/binqsoft/CxRestPy)






            share|improve this answer



























              0














              You can try the curl command generated by swagger.
              To access a live Swagger environment navigate to:



              http://:/cxrestapi/help/swagger/ui/index (e.g.http://localhost/cxrestapi/help/swagger/ui/index)



              If you want to use python scripts, you can try my demo on GitHub(https://github.com/binqsoft/CxRestPy)






              share|improve this answer

























                0












                0








                0







                You can try the curl command generated by swagger.
                To access a live Swagger environment navigate to:



                http://:/cxrestapi/help/swagger/ui/index (e.g.http://localhost/cxrestapi/help/swagger/ui/index)



                If you want to use python scripts, you can try my demo on GitHub(https://github.com/binqsoft/CxRestPy)






                share|improve this answer













                You can try the curl command generated by swagger.
                To access a live Swagger environment navigate to:



                http://:/cxrestapi/help/swagger/ui/index (e.g.http://localhost/cxrestapi/help/swagger/ui/index)



                If you want to use python scripts, you can try my demo on GitHub(https://github.com/binqsoft/CxRestPy)







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 6 at 3:28









                SuperChenSuperChen

                11 bronze badge




                11 bronze badge



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55359180%2fapi-call-to-checkmarx-dashboard%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript