createFromTemplate

Create a new finding from a finding template id and other data.

Request
Security:
vc-security
path Parameters
id
required
string
Request Body schema: application/json
orgId
required
string
orgPaths
required
Array of strings
Array of objects (AssetKey)
object (Source)
externalId
string
raw
string
createdInstant
string <date-time>
Array of objects (KeyValue)
Default: []
extraTags
Array of strings
Default: []
Array of objects (Event)
Default: []
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

405

Method Not Allowed. The API was accessed with the wrong method

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

503

Service Unavailable. The service is temporarily unavailable. Try your request later.

post/finding-service/v1/finding/{id}/create
Request samples
application/json
{
  • "orgId": "string",
  • "orgPaths": [
    ],
  • "assetKeys": [
    ],
  • "submissionSource": {
    },
  • "externalId": "string",
  • "raw": "string",
  • "createdInstant": "2019-08-24T14:15:22Z",
  • "extras": [ ],
  • "extraTags": [ ],
  • "events": [ ]
}
Response samples
application/json
{
  • "id": "string",
  • "submissionSource": {
    },
  • "title": "string",
  • "category": "string",
  • "type": "string",
  • "backgrounds": [
    ],
  • "recommendations": [
    ],
  • "notes": "string",
  • "orgId": "string",
  • "orgPaths": [
    ],
  • "severity": "UNKNOWN",
  • "confidence": "TENTATIVE",
  • "pciSeverity": "LOW",
  • "priority": 0,
  • "customerPriority": 0,
  • "tags": [
    ],
  • "assetKeys": [
    ],
  • "eventIds": [
    ],
  • "affectedItems": [
    ],
  • "references": [
    ],
  • "evidences": [
    ],
  • "sourcePlugins": [
    ],
  • "sourceTags": [
    ],
  • "cvssV2Vector": "string",
  • "cvssV2Score": 0,
  • "cvssV3Vector": "string",
  • "cvssV3Score": 0,
  • "cvssV4Vector": "string",
  • "cvssV4Score": 0,
  • "cvssV4Exploitability": "string",
  • "cvssV4Complexity": "string",
  • "cvssV4VulnerableSystem": "string",
  • "cvssV4SubsequentSystem": "string",
  • "cvssV4Exploitation": "string",
  • "cvssV4SecurityRequirements": "string",
  • "cves": [
    ],
  • "cwes": [
    ],
  • "raw": "string",
  • "externalId": "string",
  • "externalEventIds": [
    ],
  • "extras": [
    ],
  • "pciPass": true,
  • "workflows": [
    ],
  • "events": [
    ],
  • "isTemplate": false,
  • "isDeleted": false,
  • "createdInstant": "2019-08-24T14:15:22Z",
  • "lastUpdated": "2019-08-24T14:15:22Z"
}