v5.0_Channel Scan Config
GET channels/scan/config
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns a list of all scan channel in the system, with its main configuration data.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/channels/scan/config
Example Request
GET
GET channels/scan/config/{uuid}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | GET |
Returns an extended single scan configuration view, specified by the required {uuid} parameter.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/channels/scan/config/{{uuid}}
Parameters
Parameter | Data Type | Description |
---|---|---|
uuid | string | The UUID of the desired scan config. |
Example Request
GET
DELETE channels/scan/config/{uuid}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Delete a specific scan configuration.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/channels/scan/config/{{uuid}}
Parameters
Parameter | Data Type | Description |
---|---|---|
uuid | string | The UUID of the scan config to be deleted. |
Example Request
DELETE
PUT channels/scan/config/{uuid}
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Edit a scan configuration.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/channels/scan/config/{{uuid}}
Parameters
Parameter | Data Type | Description |
---|---|---|
uuid | byte | The UUID of the scan config to be edited. |
Example Request
PUT
POST channels/scan/config
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Add a new scan, configured according to the attached data request.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/channels/scan/config
Example Request
POST
POST channels/scan/config multi
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Add multiple scan, configured according to the attached data request.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/channels/scan/config
Example Request
POST
PUT channels/scan/config multi
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | PUT |
Edit multiple scan, configured according to the attached data request.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/channels/scan/config
Example Request
PUT
DELETE channels/scan/config multi
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | DELETE |
Delete multiple scan configuration.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/channels/scan/config
Example Request
DELETE