Common
Common
Overview
Application Protection Common API
Version information
Version : 1.0.0.BETA
License information
Terms of service : https://www.nexusguard.com/
URI scheme
Host : api.nexusguard.com
BasePath : /api
Schemes : HTTPS
Paths
Gets the configuration options of the site under Application Protection.
GET /spe/customer/{customer_id}/ap/config_options/{type}
Description
This API retrieves current customer resource limit.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path | customer_id required |
Unique identifier of a customer. Can be obtained by invoking this API. | string |
Path | type required |
Type of config options. You can use these types: service_plan | string |
Query | access_token required |
Access token used to authenticate your access to the API. | string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 | OK | Response 200 |
Name | Description | Schema |
---|---|---|
code optional |
Error code | integer |
msg optional |
Error message | string |
result optional |
The returned result. | result |
Name | Description | Schema |
---|---|---|
service_plan optional |
Service plan of AP site. | < string > array |
Produces
application/json
Security
Type | Name |
---|---|
apiKey | ApiKeyAuth |
Security
ApiKeyAuth
Type : apiKey
Name : access_token
In : QUERY