Applications: Post

POST /api/Application/applyFixes

Description Apply one or more fixes to a specified application Parameters ProjectId Guid The project id to which the application is associated ApplicationId Guid The application id to which the fixes will be applied PlatformNumber Byte The platform to which the fixes will be applied Issues List`1 One or more issues that are to be fixed ServerId String The id of the server that the application resides on   x x
POST /api/Application/IgnoreIssues

Description Ignore one or more issues for a specified application Parameters ApplicationId Guid The application for which the issues are associated Issues List`1 The list of issues to be ignored   x x
POST /api/Application/runReport

Description Run a specified report for a specified application/project Parameters ProjectId Guid Project id to which the specified application is asssociated ApplicationId Guid Application for which the report is to be generated ReportId String The id of the report to be generated PlatformNumber Byte The number of the platform within the context of which the report will be generated AssessmentGroupId String Optional assessment group id. When provided the report will be restricted to the checks within this group ServerId String The id of the server that the information resides on   x x
POST /api/Application/assureApplicationFile

Description Assures that a zip of the specified application has been generated into cloud storage Parameters ApplicationId Guid The application to which the check is associated ServerId String The id of the server that the application resides on   x x
POST /api/Application/Upload

Description Upload an application installer. Installer will automatically be imported into the specified project Parameters ProjectId Guid ProjectId to upload application into ServerId String The id of the server that the information resides on   x x
POST /api/Application/companionUpload

Description No description Parameters ProjectId Guid ProjectId to upload application into ServerId String The id of the server that the information resides on   x x
POST /api/Application/

Description No description

Parameters ProjectId Guid ProjectId to upload application into ServerId String The id of the server that the information resides on   x x
POST /api/Application/deleteCompanionFile

Description Delete a companion file associated with an application Parameters CompanionFileId Guid The unique id of the companion file ServerId String The id of the server that the application resides on   x x
POST /api/Application/deletePrerequisiteFile

Description Delete a prerequisite file from an application Parameters PrerequisiteFileId Guid The unique id of the prerequisite file ServerId String The id of the server that the information resides on   x x
POST /api/Application/setPrerequisiteFileArguments

Description Sets the arguments required for a given prerequisite file Parameters PrerequisiteFileId Guid The unique file id to which the arguments are to be associated Args String The arguments to be associated with the prerequisite ServerId String The id of the server that the information resides on   x x
POST /api/Application/updateAppId

Description Update the AppId for a specified application Parameters ApplicationId Guid The application for which the AppId is to be set/modified ServerId String The id of the server that the information resides on   x x
POST /api/Application/setApplicationNote

Description Sets the note value for a given application and note type Parameters ApplicationId Guid The application for which the note should be set NoteId String The note type that is to be set Value String The value that is to be associated with the specified note ServerId String The id of the server that the information resides on   x x
POST /api/Application/setApplicationFriendlyName

Description Sets the friendly name for a specified application Parameters ApplicationId Guid The application for which the friendly name is to be set Value String The name that the application is to be given ServerId String The id of the server that the information resides on   x x
POST /api/Application/setApplicationProductName

Description Sets the product name for the specified application Parameters ApplicationId Guid No description Value String No description ServerId String The id of the server that the information resides on   x x
POST /api/Application/setApplicationManufacturer

Description Sets the name of the manufacturer for a specified application Parameters ApplicationId Guid The application for which the manufacturer should be set Value String The value given as the manufacturer for the specified application ServerId String The id of the server that the information resides on   x x
POST /api/Application/setApplicationArchitecture

Description Sets the architecture type for a specified application. This is usually identified during import, but can be overrriden Parameters ApplicationId Guid The application for which the architecture should be set Value String The architecture value that should be set for the specified application ServerId String The id of the server that the information resides on   x x
POST /api/Application/setApplicationCompoundVersion

Description Sets the version number for a specified application Parameters ApplicationId Guid The application for which the version should be set Value String The version given for the specified application ServerId String The id of the server that the information resides on   x x
POST /api/Application/setApplicationMiddlewareState

Description Sets the middleware indicator for a specified application Parameters ApplicationId Guid The application for which the middleware state should be set State Boolean The state given for the specified application ServerId String The id of the server that the information resides on   x x
POST /api/Application/setApplicationVendorState

Description No description Parameters ApplicationId Guid No description State Boolean No description ServerId String The id of the server that the information resides on   x x
POST /api/Application/importExtractedApplication

Description No description Parameters JobId Guid No description ApplicationId Guid No description MsiToExtract String[] No description ServerId String The id of the server that the information resides on   x x