GET /scanner/scanprofiles/{profileid} DEPRECATED
Retrieves a scan profile for a given Scan Profile ID. The only parameter required is the Scan Profile ID. The following information about a scan profile will be returned - scanProfileId - name - description - scanType - scannerName - schedule - status - progress - endTime - duration
MIME Type |
---|
application/json |
Parameter | Type | Optionality | Data Type | MIME Type | Description |
---|---|---|---|---|---|
profileid |
path |
Required |
String |
text/plain |
The unique id of the scan profile we need to retrieve information for |
Range |
header |
Optional |
String |
text/plain |
Optional - Use this parameter to restrict the number of elements that are returned in the list to a specified range. The list is indexed starting at zero. |
filter |
query |
Optional |
String |
text/plain |
Optional - This parameter is used to restrict the elements in a list base on the contents of various fields. |
fields |
query |
Optional |
String |
text/plain |
Optional - Use this parameter to specify which fields you would like to get back in the response. Fields that are not named are excluded. Specify subfields in brackets and multiple fields in the same object are separated by commas. |
HTTP Response Code | Unique Code | Description |
---|---|---|
200 |
The scan profile was successfully returned |
|
500 |
1030 |
Occurs when an attempt is made to list a scan profile when certain conditions are not met, or when too many scan requests have been made |
Response Description
The list of scan profiles currently configured in QVM
Response Sample
[
{
"description": "String",
"duration": {
"days": 42,
"hours": 42,
"microSeconds": 42,
"minutes": 42,
"months": 42,
"null": true,
"seconds": 42.5,
"type": "String",
"value": "String",
"wholeSeconds": 42,
"years": 42
},
"endTime": {
"date": 42,
"day": 42,
"hours": 42,
"minutes": 42,
"month": 42,
"seconds": 42,
"time": 42,
"timezoneOffset": 42,
"year": 42
},
"progress": 42,
"scanProfileId": 42,
"scanProfileName": "String",
"scanType": "String",
"scannerName": "String",
"schedule": "String",
"status": "String"
}
]