- Getting Started
- Authentication
- Common Error Responses
- Filtering Data
- Authentication
- Organizations
- Organization Subscriptions
- Subscribe to a planPOST
- List organizationsGET
- Create OrganizationPOST
- List dependent subscriptionsGET
- Show an organizationGET
- Update an organizationPUT
- Delete an organizationDELETE
- Subscribe an organization to a planPOST
- Unsubscribe an organization from a planPOST
- Move a user from one organization to anotherPUT
- Export all organizations to a CSV fileGET
- Users
- User
- User 2FA
- User Preferences
- Get current user
- Update current user
- Change current user password
- Get current user active plans (Not implemented yet)
- Get organization members
- Get current user products
- Get current organization
- Update current organization
- Get subscriptions history
- Change users product
- Checks if authorization token is valid
- Get current user permissions
- Check if the user can be deleted
- Transfers all the resources from the user to another user
- Delete my account
- Targets
- Schedules
- Scans
- Reports
- Advanced Reports
- Vulnerabilities
- Exceptions
- Scanners
- Port Lists
- List port listsGET
- Create a port listPOST
- Show a port listGET
- Update a port listPUT
- Delete a port listDELETE
- List activated port listsGET
- Add a port range to a port listPOST
- Delete a port range to a port listDELETE
- Activate a port listPUT
- Deactivate a port listPUT
- Updates the app_type of a port listPUT
- Sync the a port listsPUT
- Subscriptions
- Hosts
- Notifications
- Whitelabel
- Webhooks
- Webhook Events
- Audit
- Whitelabel Settings
Deactivate a port list
PUT
/v2/port_lists/{id}/deactivate
Port Lists
Last modified:2024-11-22 19:53:37
Request
Path Params
id
stringÂ
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/v2/port_lists//deactivate'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}
🟠401Unauthorized
🟠403Forbidden
🟠404Record Not Found
Modified at 2024-11-22 19:53:37