Last updated: 4/1/2025 11:17:10 AM
![]() |
NoteBusiness role: Distributor (T1), ISP (T1), MSP (T2), and Reseller (T2)
|
This API is used to retrieve all service plans under API caller's company.
![]() |
ImportantThis function does not support Trend Vision One service plans.
Trend Vision One users can use LMPI v3.0 starting November 27, 2024.
|
Request
HTTP Request
[GET] /LMPI/v2/me/serviceplans
Parameters
Do not supply a request body with this method.
Response
Response
If successful, this method returns an HTTP 200 OK status code and a response body
with the following structure:
[{ "service_plan_id": "645fdd5d-e703-4563-a920-283b93e4b978", "name": "Worry Free Business Security Service", "product": "Deep Security - Network Security (Intrusion Prevention, Firewall)", "product_code": "AAZBXXE1X", "version": "full", "initial_license_period_month": 1, "data_center_code": "22", "data_center": "USA", "auto_renewal": true }, { "service_plan_id": "000f8ba4-796b-45b8-996e-81a21a4d39f7", "name": "Cloud App Security", "product": "Deep Security - Enterprise", "product_code": "BBZBXXE1X", "version": "full", "initial_license_period_month": 1, "data_center_code": "22", "data_center": "USA", "auto_renewal": true }]
Name
|
Type
|
Description
|
Length
|
service_plan_id
|
string
|
The unique identifier of service plan.
|
GUID format
|
name
|
string
|
The display name of service plan.
|
1-150 characters
|
product
|
string
|
The display name of product or service.
|
1-100 characters
|
product_code
|
string
|
The code of the product or service.
|
9 characters
|
version
|
string
|
The version of license.
Possible values include:
|
1-10 characters
|
initial_license_period_month
|
integer
|
The period of license, measured in months.
|
Positive integer (1-36)
|
data_center_code
|
string
|
The code of data center of product or service.
|
1-50 characters
|
data_center
|
string
|
The display name of data center of product or service.
|
1-100 characters
|
auto_renewal
|
boolean
|
The status of automatic renewal for service plan.
If the value of this field is "true," all subscriptions associated with this service
plan are automatically renewed after expiration.
|
True/False
|