claim-all-not-claimed-gateways
Description
Claim all not claimed Small Office Gateways associated with the provided account.
Request URL
POST
https://zerotouch.checkpoint.com/ZeroTouch/web_api/v2/claim-all-not-claimed-smbgateways
Request Headers
|
Parameter Name |
Type |
Description |
|---|---|---|
|
|
application/json |
Send JSON object to use the API Web Services |
|
|
string token |
Session unique identifier as the response to the login request |
Request Body
|
Parameter Name |
Status |
Type |
Description |
|---|---|---|---|
|
|
Mandatory |
int |
The User Center account to which Security Gateways and templates belong |
|
|
Mandatory |
int |
The template's unique identifier |
Response
On Success, HTTP Return code: 200
|
Parameter Name |
Type |
Description |
|---|---|---|
|
|
List: obejct |
List of claimed gateways |
|
|
string |
Operation status |
Claimed gateway item
|
Parameter Name |
Type |
Description |
|---|---|---|
|
|
string |
Unique Media Access Control address for the Security Gateway |
|
|
string |
Claim operation status for the gateway |
On Failure, HTTP Return code: 400, 401, 500
|
Parameter Name |
Type |
Description |
|---|---|---|
|
|
string |
Operation status |
|
|
List: string |
List of validation errors |
|
|
string |
Error code |
Request Example
{
"account-id": 8044839
"template-id" 3455358
}
|
Response Example
|