Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |
---|---|
|
| |||||
|
Expand | |
---|---|
|
| |||||
|
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
Expand |
---|
| |||||
|
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |
---|---|
|
| |||||
|
Expand | |||||
---|---|---|---|---|---|
| |||||
|
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
Expand | |
---|---|
|
| |||||
|
Expand | |
---|---|
|
| |||||
|
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
Expand |
---|
| |||||
|
Expand |
---|
| |||||
|