PAC version 2
/pac-api/v{version}
- version: required(2)
products
List of active products. Can be filtered by business unit, marketing category, functional category and/or product phase (GA, EOS, EOL). The request should mandatorily contain atleast one query parameter from the ones listed below. The products are sorted based on product name.
List of products for which information is requested by the clients. Consumer - DIRECT or ATNT.
get /products
List of active products. Can be filtered by business unit, marketing category, functional category and/or product phase (GA, EOS, EOL). The request should mandatorily contain atleast one query parameter from the ones listed below. The products are sorted based on product name.
Headers
- Authorization: required(string - minLength: 8)
This header contains the requesting users info and grants encoded as a bearer token.
Example:
bearer eyJraWQiOiIwIiwiYWxnIjoiUlMyNTYifQ.eyJz....
Query Parameters
- bUnit: (one of Web Performance, Network Operator, Services and Support, Enterprise, Media, Security, Other, IoT - minLength: 3 - maxLength: 20)
The business unit to filter products upon
- mktCat: (string - default: all - minLength: 3 - maxLength: 37)
The marketing category to filter products upon, for list of marketing categories visit https://collaborate.akamai.com/confluence/pages/viewpage.action?pageId=441487707
- funcCat: (one of Enhanced TLS, SSL Certificates, Support, Cloudlets, Integration - minLength: 3 - maxLength: 16)
The functional category to filter products upon
Example:
Enhanced TLS - phase: (one of LA, GA, EOS, EOL, Beta, Tech Preview - minLength: 2 - maxLength: 12)
The functional category to filter products upon
Example:
GA - locale: (en_US - default: en_US - minLength: 5 - maxLength: 7)
The locale to filter products upon
Example:
en_US - consumer: (one of DEFAULT, ATNT - default: DEFAULT - minLength: 4 - maxLength: 7)
The consumer to filter products upon
- activatedAfter: (string - default: 0 - minLength: 1 - maxLength: 15)
The epoch time since when to fetch a list of productts that have been activated (in millisecond).
Example:
1612531929000 - orderRegion: (one of Vietnam, Saudi Arabia, Australia, Canada, Denmark, France, Germany, Hong Kong, India, Israel, Italy, Japan, Malaysia, Netherlands, New Zealand, United States, Norway, Poland, Singapore, South Korea, Spain, Sweden, Switzerland, Taiwan, Turkey, UK, Mexico, Argentina, Brazil, Chile, Colombia, Peru, Thailand, Indonesia, Philippines, China, Austria, UAE, Qatar, Czech Republic, Slovakia, Hungary, Romania, Bulgaria, Slovenia, Estonia, Latvia, Lithuania, Russia, Belgium, Luxembourg, Finland, Malta, Greece, Cyprus, Portugal, Ireland - minLength: 2 - maxLength: 14)
The order region to filter products upon
Example:
India - customerType: (string - default: Direct,Partner - minLength: 6 - maxLength: 14)
Customer type
Example:
Direct - offeringType: (one of Try,Buy, Try, Buy - default: Try,Buy - minLength: 3 - maxLength: 7)
offering type
Example:
Buy - searchText: (string - minLength: 3)
Searches the product list based on the specified search text. The search will be case insensetive. For now the filtering is only supported on product name but can later be extended to few other product attributes.
Example:
cce - limit: required(one of 10, 25, 50, 100 - default: 10)
Maximum number of entities returned in response.
- offset: required(integer - default: 0)
Offset for formulating the response payload.
Example:
10
HTTP status code 200
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"totalEligibleProducts": {
"type": "integer"
},
"previousPage": {
"type": "null"
},
"nextPage": {
"type": "string"
},
"products": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"currentActiveVersion": {
"type": "string"
},
"offeringType": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"marketingCategory": {
"type": "string"
},
"customerTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"businessUnit": {
"type": "string"
},
"phase": {
"type": "string"
},
"functionalCategory": {
"type": "null"
},
"link": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"_rel": {
"type": "string"
},
"_href": {
"type": "string"
}
},
"required": [
"_rel",
"_href"
]
}
]
},
"locale": {
"type": "string"
},
"shortDescription": {
"type": "string"
},
"activatedOn": {
"type": "integer"
}
},
"required": [
"marketingProductId",
"productName",
"currentActiveVersion",
"offeringType",
"marketingCategory",
"customerTypes",
"businessUnit",
"phase",
"functionalCategory",
"link",
"locale",
"shortDescription",
"activatedOn"
]
},
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"currentActiveVersion": {
"type": "string"
},
"offeringType": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"marketingCategory": {
"type": "string"
},
"customerTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"businessUnit": {
"type": "string"
},
"phase": {
"type": "string"
},
"functionalCategory": {
"type": "null"
},
"link": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"_rel": {
"type": "string"
},
"_href": {
"type": "string"
}
},
"required": [
"_rel",
"_href"
]
}
]
},
"locale": {
"type": "string"
},
"shortDescription": {
"type": "null"
},
"activatedOn": {
"type": "integer"
}
},
"required": [
"marketingProductId",
"productName",
"currentActiveVersion",
"offeringType",
"marketingCategory",
"customerTypes",
"businessUnit",
"phase",
"functionalCategory",
"link",
"locale",
"shortDescription",
"activatedOn"
]
}
]
}
},
"required": [
"totalEligibleProducts",
"previousPage",
"nextPage",
"products"
]
}Example:
{
"totalEligibleProducts": 67,
"previousPage": null,
"nextPage": "/pac-api/v2/products?offset=1&limit=10&bUnit=Web+Performance&phase=GA",
"products": [
{
"marketingProductId": "M-LC-84827",
"productName": "Ion",
"currentActiveVersion": "v36",
"offeringType": [
"Try",
"Buy"
],
"marketingCategory": "Web & Mobile Performance",
"customerTypes": [
"Direct",
"Partner"
],
"businessUnit": "Web Performance",
"phase": "GA",
"functionalCategory": null,
"link": [
{
"_rel": "attribute",
"_href": "/pac-api/v2/products/M-LC-84827/versions/curr/attributes"
}
],
"locale": "en_US",
"shortDescription": "<p>Ion (Standard) is the industry performance leader, offering scale and intelligence to make web and mobile experiences fast, reliable and secure across all end-user situations, while maximizing infrastructure offload and operational agility.</p>",
"activatedOn": 1611113731000,
"orderRegions":["Argentina","Australia","Austria","Belgium","Brazil","Bulgaria","Canada","Chile","China","Colombia","Cyprus","Czech Republic","Denmark","Estonia","Finland","France","Germany","Greece","Hong Kong","Hungary","India","Indonesia","Ireland","Israel","Italy","Japan","Latvia","Lithuania","Luxembourg","Malaysia","Malta","Mexico","Netherlands","New Zealand","Norway","Peru","Philippines","Poland","Portugal","Qatar","Romania","Russia","Saudi Arabia","Singapore","Slovakia","Slovenia","South Korea","Spain","Sweden","Switzerland","Taiwan","Thailand","Turkey","UAE","UK","United States","Vietnam"],
"productSellingGroup": "Ion",
"isStandaloneProd": true,
"showOnPac":true
},
{
"marketingProductId": "M-LC-99659",
"productName": "Session Accelerator 1.5",
"currentActiveVersion": "v12",
"offeringType": [
"Try",
"Buy"
],
"marketingCategory": "Web & Mobile Performance",
"customerTypes": [
"Direct",
"Partner"
],
"businessUnit": "Web Performance",
"phase": "GA",
"functionalCategory": null,
"link": [
{
"_rel": "attribute",
"_href": "/pac-api/v2/products/M-LC-99659/versions/curr/attributes"
}
],
"locale": "en_US",
"shortDescription": null,
"activatedOn": 1612531929000,
"orderRegions":["Argentina","Australia","Austria","Belgium","Brazil","Bulgaria","Canada","Chile","China","Colombia","Cyprus","Czech Republic","Denmark","Estonia","Finland","France","Germany","Greece","Hong Kong","Hungary","India","Indonesia","Ireland","Israel","Italy","Japan","Latvia","Lithuania","Luxembourg","Malaysia","Malta","Mexico","Netherlands","New Zealand","Norway","Peru","Philippines","Poland","Portugal","Qatar","Romania","Russia","Saudi Arabia","Singapore","Slovakia","Slovenia","South Korea","Spain","Sweden","Switzerland","Taiwan","Thailand","Turkey","UAE","UK","United States","Vietnam"],
"productSellingGroup": "Ion",
"isStandaloneProd": true,
"showOnPac":true
}
]
}HTTP status code 400
Body
Media type: application/json
Examples:
paramOffset:
{
"title": "Data validation failed",
"details": "No products returned for offset or filter applied",
"httpStatus": 400,
"errorKey": "pac.request.param.offset"
}paramLimit:
{
"title": "Data validation failed",
"details": "The limit values must be (10,25,50,100) only",
"httpStatus": 400,
"errorKey": "pac.request.param.limit"
}paramActivatedAfter:
{
"title": "Data validation failed",
"details": "Incorrect date format.",
"httpStatus": 400,
"errorKey": "pac.request.param.activatedAfter"
}{
"type": "https://example.com/app/error-types/illegalValue",
"title": "Illegal Value",
"detail": "The parameter 'index' contained an illegal value.",
"illegalParameter": "index",
"illegalValue": "-23"
}
HTTP status code 401
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/unauthorised-access",
"title": "Request denied",
"detail": "The server could not identify the user or the user credentials have expired.",
"status": 401,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 403
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/update-denied",
"title": "Update denied",
"detail": "You may view 'dog 456', but you are not authorized to update it.",
"status": 403,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 500
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/server-failed",
"title": "Server Error",
"detail": "The server could not fullfill the request.",
"status": 500,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
post /products
List of products for which information is requested by the clients. Consumer - DIRECT or ATNT.
Headers
- Authorization: required(string - minLength: 8)
This header contains the requesting users info and grants encoded as a bearer token.
Example:
bearer eyJraWQiOiIwIiwiYWxnIjoiUlMyNTYifQ.eyJz.... - Accept-Language: (one of de_DE, en_US, es_LA, es_ES, fr_FR, it_IT, pt_BR, zh_CN, zh_TW, ja_JP, ko_KR - default: en_US)
The language in which client expects the response. This choice is taken into consideration only if no locale query parameter is present in request.
Example:
fr_FR
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"mktProdId": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"consumer": {
"type": "string"
},
"locale": {
"type": "string"
}
},
"required": [
"mktProdId",
"consumer",
"locale"
]
}Example:
{
"mktProdId": [
"M-LC-84827",
"RD-GKG"
],
"consumer": "DIRECT",
"locale": "en_US"
}HTTP status code 200
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"consumer": {
"type": "string"
},
"products": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"currentActiveVersion": {
"type": "string"
},
"offeringType": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"trialDuration": {
"type": "string"
},
"businessUnit": {
"type": "string"
},
"locale": {
"type": "string"
},
"phaseName": {
"type": "string"
}
},
"required": [
"marketingProductId",
"productName",
"currentActiveVersion",
"offeringType",
"trialDuration",
"businessUnit",
"locale",
"phaseName"
]
},
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"currentActiveVersion": {
"type": "string"
},
"offeringType": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"trialDuration": {
"type": "string"
},
"marketingCategory": {
"type": "string"
},
"businessUnit": {
"type": "string"
},
"shortDescription": {
"type": "string"
},
"rule": {
"type": "string"
},
"locale": {
"type": "string"
},
"phaseName": {
"type": "string"
}
},
"required": [
"marketingProductId",
"productName",
"currentActiveVersion",
"offeringType",
"trialDuration",
"marketingCategory",
"businessUnit",
"shortDescription",
"rule",
"locale",
"phaseName"
]
}
]
}
},
"required": [
"consumer",
"products"
]
}Example:
{
"consumer": "DEFAULT",
"products": [
{
"marketingProductId": "RD-GKG",
"productName": "Adaptive Image Compression",
"currentActiveVersion": "v17",
"offeringType": [
"Try",
"Buy"
],
"customerTypes": [
"Partner"
],
"trialDuration": "P30D",
"businessUnit": "Web Performance",
"locale": "en_US",
"phaseName": "GA"
},
{
"marketingProductId": "M-LC-84827",
"productName": "Ion",
"currentActiveVersion": "v36",
"offeringType": [
"Try",
"Buy"
],
"customerTypes": [
"Direct",
"Partner"
],
"trialDuration": "P60D",
"marketingCategory": "Web & Mobile Performance",
"businessUnit": "Web Performance",
"shortDescription": "<p>Ion (Standard) is the industry performance leader, offering scale and intelligence to make web and mobile experiences fast, reliable and secure across all end-user situations, while maximizing infrastructure offload and operational agility.</p>",
"rule": "[{\"ruleId\":\"RULE_ION\",\"ruleName\":\"Product_Dependency_rule\",\"ruleDescription\":\"package rules import com.akamai.marketplace.common.service.model.Account ; import java.util.Map.Entry; rule \\\"M-LC-84827 Dependency\\\" when accountObject:Account ( !(marketingProductIds contains \\\"M-LC-118405\\\")}]",
"locale": "en_US",
"phaseName": "GA"
}
]
}HTTP status code 400
Body
Media type: application/json
Example:
{
"type": "https://example.com/app/error-types/illegalValue",
"title": "Illegal Value",
"detail": "The parameter 'index' contained an illegal value.",
"illegalParameter": "index",
"illegalValue": "-23"
}
HTTP status code 401
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/unauthorised-access",
"title": "Request denied",
"detail": "The server could not identify the user or the user credentials have expired.",
"status": 401,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 403
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/update-denied",
"title": "Update denied",
"detail": "You may view 'dog 456', but you are not authorized to update it.",
"status": 403,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 500
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/server-failed",
"title": "Server Error",
"detail": "The server could not fullfill the request.",
"status": 500,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
Details of the specified version's attributes. Provide complete details on product attributes and hyper media links to structure, literature & pricing apis.
get /products/{mktProdId}/versions/{versionNumber}/attributes
Details of the specified version's attributes. Provide complete details on product attributes and hyper media links to structure, literature & pricing apis.
URI Parameters
- mktProdId: required(string - default: TBD)
TBD
Example:
TBD - versionNumber: required(string - default: curr)
The product version number for which information is sought. Entering the value "curr" will fetch information about the latest active product version.
Example:
TBD
Headers
- Authorization: required(string - minLength: 8)
This header contains the requesting users info and grants encoded as a bearer token.
Example:
bearer eyJraWQiOiIwIiwiYWxnIjoiUlMyNTYifQ.eyJz....
Query Parameters
- reqOrigin: (string - default: PAC)
HTTP status code 200
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"currentActiveVersion": {
"type": "string"
},
"productAttributes": {
"type": "object",
"properties": {
"internalName": {
"type": "string"
},
"forecastingProductId": {
"type": "string"
},
"businessUnit": {
"type": "string"
},
"prodKey": {
"type": "string"
},
"caseProdName": {
"type": "string"
},
"isBaseProd": {
"type": "boolean"
},
"isStandaloneProd": {
"type": "boolean"
},
"isShippingAddendumReq": {
"type": "boolean"
},
"isUsageBased": {
"type": "boolean"
},
"forDirect": {
"type": "boolean"
},
"forPartner": {
"type": "boolean"
},
"marketingCategory": {
"type": "string"
},
"functionalCategory": {
"type": "null"
},
"trialInfo": {
"type": "object",
"properties": {
"trialDuration": {
"type": "string"
},
"trialApprovalWorkflowId": {
"type": "null"
},
"customerTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"trialType": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
}
]
}
},
"required": [
"trialDuration",
"trialApprovalWorkflowId",
"customerTypes",
"trialType"
]
},
"phaseName": {
"type": "string"
},
"offeringType": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"customerTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"contacts": {
"type": "object",
"properties": {
"architect": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"loginName": {
"type": "string"
}
},
"required": [
"name",
"loginName"
]
},
"manager": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"loginName": {
"type": "string"
}
},
"required": [
"name",
"loginName"
]
},
"marketingManager": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"loginName": {
"type": "string"
}
},
"required": [
"name",
"loginName"
]
},
"serviceArchitect": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"loginName": {
"type": "string"
}
},
"required": [
"name",
"loginName"
]
},
"programManager": {
"type": "null"
},
"marketingManagerAlias": {
"type": "null"
}
},
"required": [
"architect",
"manager",
"marketingManager",
"serviceArchitect",
"programManager",
"marketingManagerAlias"
]
},
"serverTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
}
]
},
"orderRegions": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
}
]
},
"defaultServerType": {
"type": "string"
},
"trafficTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
}
]
},
"lastUpdatedDate": {
"type": "string"
},
"features": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": [
"name",
"description"
]
},
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": [
"name",
"description"
]
},
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": [
"name",
"description"
]
}
]
},
"link": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"_rel": {
"type": "string"
},
"_href": {
"type": "string"
}
},
"required": [
"_rel",
"_href"
]
},
{
"type": "object",
"properties": {
"_rel": {
"type": "string"
},
"_href": {
"type": "string"
}
},
"required": [
"_rel",
"_href"
]
},
{
"type": "object",
"properties": {
"_rel": {
"type": "string"
},
"_href": {
"type": "string"
}
},
"required": [
"_rel",
"_href"
]
},
{
"type": "object",
"properties": {
"_rel": {
"type": "string"
},
"_href": {
"type": "string"
}
},
"required": [
"_rel",
"_href"
]
}
]
},
"geoSets": {
"type": "array",
"items": [
{
"type": "string"
}
]
}
},
"required": [
"internalName",
"forecastingProductId",
"businessUnit",
"prodKey",
"caseProdName",
"isBaseProd",
"isStandaloneProd",
"isShippingAddendumReq",
"isUsageBased",
"forDirect",
"forPartner",
"marketingCategory",
"functionalCategory",
"trialInfo",
"phaseName",
"offeringType",
"customerTypes",
"contacts",
"serverTypes",
"orderRegions",
"defaultServerType",
"trafficTypes",
"lastUpdatedDate",
"features",
"link",
"geoSets"
]
}
},
"required": [
"marketingProductId",
"productName",
"currentActiveVersion",
"productAttributes"
]
}Example:
{
"marketingProductId": "M-LC-84827",
"productName": "Ion",
"currentActiveVersion": "v36",
"productAttributes": {
"internalName": "Ion::Ion",
"forecastingProductId": "F-PR-4562",
"businessUnit": "Web Performance",
"prodKey": "ION",
"caseProdName": "Ion",
"isBaseProd": true,
"isStandaloneProd": true,
"isShippingAddendumReq": false,
"isUsageBased": false,
"forDirect": true,
"forPartner": true,
"marketingCategory": "Web & Mobile Performance",
"functionalCategory": null,
"trialInfo": {
"trialDuration": "P60D",
"trialApprovalWorkflowId": null,
"customerTypes": [
"Direct",
"Partner"
],
"trialType": [
"Custom PoC",
"Self-service",
"Standard PoC"
]
},
"phaseName": "GA",
"offeringType": [
"Try",
"Buy"
],
"customerTypes": [
"Direct",
"Partner"
],
"contacts": {
"architect": {
"name": "Alejandro Bascuas",
"loginName": "abascuas@akamai.com"
},
"manager": {
"name": "Carm Janneteau",
"loginName": "cjannete@akamai.com"
},
"marketingManager": {
"name": "Alex Balford",
"loginName": "abalford@akamai.com"
},
"serviceArchitect": {
"name": "Neha Shenoy",
"loginName": "nmoodbid@akamai.com"
},
"programManager": null,
"marketingManagerAlias": null
},
"serverTypes": [
"E+M",
"E+M-P",
"Edge"
],
"orderRegions": [
"Argentina",
"Australia",
"Austria",
"Belgium",
"Brazil",
"Bulgaria",
"Canada"
],
"defaultServerType": "Edge",
"trafficTypes": [
"FTP",
"HTTP",
"HTTPS",
"HTTPS_ESSL",
"HTTPS_ESSL_L1"
],
"lastUpdatedDate": "2021-01-25T12:05:49.000+0000",
"productClassification": "Delivery",
"trafficEndpoints": [
"Server",
"N/A"
],
"defaultTrafficEndpoint": "N/A",
"aggregationMethods": [
"Carrier",
"Contract"
],
"defaultAggregationMethod": "Carrier",
"isContractProduct": true,
"legacyProductLines": [
"Site Delivery"
],
"isRationalizedProduct": false,
"productSellingGroup": "Ion",
"geoRegions":["World","G6-India","G6-Japan"],
"defaultGeoRegion":"World",
"productLevel":"Module",
"features": [
{
"name": "Access Control",
"description": "Access Control allows customers to move authentication functionality to the Akamai Intelligent Platform rather than requiring these decisions to be made through interaction with origin infrastructure."
},
{
"name": "Adaptive Acceleration",
"description": "With Adaptive Acceleration, customers can accelerate web and mobile experiences automatically, using Akamai's Learning Engine, powered by real user data. Using Automatic Push and Automatic Preconnect , Akamai can preemptively push resources or connect to 3rd parties, before they are requested by the browser. Adaptive Acceleration significantly improves the time data arrives at the browser (\"Time-to-First-Byte\") by 35% or more, and can incrementally improve the rendering process (Start Render) up to 5%."
},
{
"name": "Adaptive Image Compression",
"description": "Adaptive Image Compression is designed to vary the level of compression for JPEG images based on real-time network condition evaluations. This helps pages load much faster and more consistently, even when network conditions are poor. The result is an optimized and improved experience that is responsive to real-time network conditions and the end-user's situation."
}
],
"link": [
{
"_rel": "structure",
"_href": "/pac-api/v2/products/M-LC-84827/versions/curr/structure"
},
{
"_rel": "literature",
"_href": "/pac-api/v2/products/M-LC-84827/versions/curr/literature"
},
{
"_rel": "pricing",
"_href": "/pac-api/v2/products/M-LC-84827/versions/curr/pricing"
},
{
"_rel": "rules",
"_href": "/pac-api/v2/products/M-LC-84827/versions/curr/rules"
}
],
"geoSets": [
"WORLD"
]
},
"productPricingAttribute": {
"uoms": "Base Fee,Domains,GB,Hits,Mbps,Million Hits,MPV,Per Month,Platform Fee,Web Experience,MB",
"defaultUom": "Platform Fee"
}
}HTTP status code 400
Body
Media type: application/json
Example:
{
"type": "https://example.com/app/error-types/illegalValue",
"title": "Illegal Value",
"detail": "The parameter 'index' contained an illegal value.",
"illegalParameter": "index",
"illegalValue": "-23"
}
HTTP status code 401
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/unauthorised-access",
"title": "Request denied",
"detail": "The server could not identify the user or the user credentials have expired.",
"status": 401,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 403
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/update-denied",
"title": "Update denied",
"detail": "You may view 'dog 456', but you are not authorized to update it.",
"status": 403,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 500
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/server-failed",
"title": "Server Error",
"detail": "The server could not fullfill the request.",
"status": 500,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
Details of the specified version's structure. Provide complete details on product structure.
get /products/{mktProdId}/versions/{versionNumber}/structure
Details of the specified version's structure. Provide complete details on product structure.
URI Parameters
- mktProdId: required(string - default: TBD)
TBD
Example:
TBD - versionNumber: required(string - default: curr)
The product version number for which information is sought. Entering the value "curr" will fetch information about the latest active product version.
Example:
TBD
Headers
- Authorization: required(string - minLength: 8)
This header contains the requesting users info and grants encoded as a bearer token.
Example:
bearer eyJraWQiOiIwIiwiYWxnIjoiUlMyNTYifQ.eyJz....
HTTP status code 200
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"currentActiveVersion": {
"type": "string"
},
"functionalCategory": {
"type": "null"
},
"productStructure": {
"type": "object",
"properties": {
"includedModules": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
}
]
},
"associatedProducts": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"marketingProdId": {
"type": "string"
},
"productVersion": {
"type": "string"
},
"productName": {
"type": "string"
},
"productPhase": {
"type": "string"
},
"includedModules": {
"type": "null"
},
"functionalCategory": {
"type": "string"
},
"groupFreeQuantityUOM": {
"type": "null"
},
"groupMin": {
"type": "null"
},
"groupMax": {
"type": "null"
},
"groupName": {
"type": "null"
},
"groupFreeQuantity": {
"type": "object"
},
"trialGroupFreeQuantity": {
"type": "object"
},
"trialGroupMin": {
"type": "null"
},
"trialGroupMax": {
"type": "null"
},
"hasAssociationImpact": {
"type": "boolean"
},
"impactList": {
"type": "array",
"items": {}
},
"contextValues": {
"type": "object",
"properties": {
"marketingProdId": {
"type": "string"
},
"internalName": {
"type": "string"
},
"externalName": {
"type": "string"
},
"engineeringNames": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"forecastingProductId": {
"type": "string"
},
"purchaseMandatory": {
"type": "boolean"
},
"trialMandatory": {
"type": "boolean"
},
"isTrial": {
"type": "boolean"
}
},
"required": [
"marketingProdId",
"internalName",
"externalName",
"engineeringNames",
"forecastingProductId",
"purchaseMandatory",
"trialMandatory",
"isTrial"
]
},
"contextMarketplaceRules": {
"type": "string"
},
"associatedProducts": {
"type": "array",
"items": {}
}
},
"required": [
"marketingProdId",
"productVersion",
"productName",
"productPhase",
"includedModules",
"functionalCategory",
"groupFreeQuantityUOM",
"groupMin",
"groupMax",
"groupName",
"groupFreeQuantity",
"trialGroupFreeQuantity",
"trialGroupMin",
"trialGroupMax",
"hasAssociationImpact",
"impactList",
"contextValues",
"contextMarketplaceRules",
"associatedProducts"
]
},
{
"type": "object",
"properties": {
"marketingProdId": {
"type": "string"
},
"productVersion": {
"type": "string"
},
"productName": {
"type": "string"
},
"productPhase": {
"type": "string"
},
"includedModules": {
"type": "null"
},
"functionalCategory": {
"type": "null"
},
"groupFreeQuantityUOM": {
"type": "null"
},
"groupMin": {
"type": "null"
},
"groupMax": {
"type": "null"
},
"groupName": {
"type": "null"
},
"groupFreeQuantity": {
"type": "object"
},
"trialGroupFreeQuantity": {
"type": "object"
},
"trialGroupMin": {
"type": "null"
},
"trialGroupMax": {
"type": "null"
},
"hasAssociationImpact": {
"type": "boolean"
},
"impactList": {
"type": "array",
"items": {}
},
"contextValues": {
"type": "object",
"properties": {
"marketingProdId": {
"type": "string"
},
"internalName": {
"type": "string"
},
"externalName": {
"type": "string"
},
"engineeringNames": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"forecastingProductId": {
"type": "null"
},
"purchaseMandatory": {
"type": "boolean"
},
"trialMandatory": {
"type": "boolean"
},
"isTrial": {
"type": "boolean"
}
},
"required": [
"marketingProdId",
"internalName",
"externalName",
"engineeringNames",
"forecastingProductId",
"purchaseMandatory",
"trialMandatory",
"isTrial"
]
},
"contextMarketplaceRules": {
"type": "null"
},
"associatedProducts": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"marketingProdId": {
"type": "string"
},
"productVersion": {
"type": "string"
},
"productName": {
"type": "string"
},
"productPhase": {
"type": "string"
},
"includedModules": {
"type": "null"
},
"functionalCategory": {
"type": "null"
},
"groupFreeQuantityUOM": {
"type": "null"
},
"groupMin": {
"type": "integer"
},
"groupMax": {
"type": "integer"
},
"groupName": {
"type": "string"
},
"groupFreeQuantity": {
"type": "object",
"properties": {
"isInf": {
"type": "boolean"
}
},
"required": [
"isInf"
]
},
"trialGroupFreeQuantity": {
"type": "object",
"properties": {
"isInf": {
"type": "boolean"
}
},
"required": [
"isInf"
]
},
"trialGroupMin": {
"type": "null"
},
"trialGroupMax": {
"type": "null"
},
"hasAssociationImpact": {
"type": "null"
},
"impactList": {
"type": "array",
"items": {}
},
"contextValues": {
"type": "object",
"properties": {
"marketingProdId": {
"type": "string"
},
"internalName": {
"type": "string"
},
"externalName": {
"type": "string"
},
"engineeringNames": {
"type": "null"
},
"forecastingProductId": {
"type": "null"
},
"purchaseMandatory": {
"type": "boolean"
},
"trialMandatory": {
"type": "boolean"
},
"isTrial": {
"type": "boolean"
}
},
"required": [
"marketingProdId",
"internalName",
"externalName",
"engineeringNames",
"forecastingProductId",
"purchaseMandatory",
"trialMandatory",
"isTrial"
]
},
"contextMarketplaceRules": {
"type": "null"
},
"associatedProducts": {
"type": "array",
"items": {}
}
},
"required": [
"marketingProdId",
"productVersion",
"productName",
"productPhase",
"includedModules",
"functionalCategory",
"groupFreeQuantityUOM",
"groupMin",
"groupMax",
"groupName",
"groupFreeQuantity",
"trialGroupFreeQuantity",
"trialGroupMin",
"trialGroupMax",
"hasAssociationImpact",
"impactList",
"contextValues",
"contextMarketplaceRules",
"associatedProducts"
]
}
]
}
},
"required": [
"marketingProdId",
"productVersion",
"productName",
"productPhase",
"includedModules",
"functionalCategory",
"groupFreeQuantityUOM",
"groupMin",
"groupMax",
"groupName",
"groupFreeQuantity",
"trialGroupFreeQuantity",
"trialGroupMin",
"trialGroupMax",
"hasAssociationImpact",
"impactList",
"contextValues",
"contextMarketplaceRules",
"associatedProducts"
]
}
]
}
},
"required": [
"includedModules",
"associatedProducts"
]
}
},
"required": [
"marketingProductId",
"productName",
"currentActiveVersion",
"functionalCategory",
"productStructure"
]
}Example:
{
"marketingProductId": "M-LC-84827",
"productName": "Ion",
"currentActiveVersion": "v36",
"functionalCategory": null,
"productStructure": {
"includedModules": [
"Web_Exp::Access_Control",
"Web_Exp::Advanced_Offload",
"Web_Exp::Content_Targeting"
],
"associatedProducts": [
{
"marketingProdId": "RD-XNB",
"productVersion": "v6",
"productName": "SSL Network Access - EV SAN - VIP",
"productPhase": "EOS",
"includedModules": null,
"functionalCategory": "SSL Certificates",
"groupFreeQuantityUOM": null,
"groupMin": null,
"groupMax": null,
"groupName": null,
"groupFreeQuantity": {},
"trialGroupFreeQuantity": {},
"trialGroupMin": null,
"trialGroupMax": null,
"hasAssociationImpact": false,
"impactList": [],
"contextValues": {
"marketingProdId": "M-LC-81325",
"internalName": "Ion::SSL Network Access - EV SAN - VIP",
"externalName": "SSL Network Access - EV SAN - VIP",
"engineeringNames": [
"Web_Exp::SSL_Cert_Ev_San"
],
"forecastingProductId": "F-PR-4562",
"purchaseMandatory": false,
"trialMandatory": false,
"isTrial": false,
"serverTypes": ["E+M","E+M-P","Edge"],
"defaultServerType": "Edge",
"trafficTypes": ["FTP","HTTP","HTTPS","HTTPS_ESSL","HTTPS_ESSL_L1"],
"productClassification": "Delivery",
"trafficEndpoints":["Server","N/A"],
"defaultTrafficEndpoint": "N/A",
"aggregationMethods":["Carrier","Contract"],
"defaultAggregationMethod":"Carrier",
"isContractProduct":true,
"legacyProductLines":["Site Delivery"],
"uoms":["GBPS","MBPS"],
"defaultUom":"MBPS",
"caseProdName":"name",
"warningMessage":null,
"geoRegions":["World","G6-India","G6-Japan"],
"defaultGeoRegion":"World",
"productLevel":"Module"
},
"contextMarketplaceRules": "[{\"ruleId\":\"RULE_265\",\"ruleName\":\"Product_Dependency_rule\"}]",
"associatedProducts": []
},
{
"marketingProdId": "RD-DID",
"productVersion": "v7",
"productName": "China CDN with Enhanced TLS",
"productPhase": "GA",
"includedModules": null,
"functionalCategory": null,
"groupFreeQuantityUOM": null,
"groupMin": null,
"groupMax": null,
"groupName": null,
"groupFreeQuantity": {},
"trialGroupFreeQuantity": {},
"trialGroupMin": null,
"trialGroupMax": null,
"hasAssociationImpact": false,
"impactList": [],
"contextValues": {
"marketingProdId": "M-LC-81737",
"internalName": "Ion::China CDN with Enhanced TLS",
"externalName": "China CDN with Enhanced TLS",
"engineeringNames": [
"Web_Exp::ChinaCDN_Secure"
],
"forecastingProductId": null,
"purchaseMandatory": false,
"trialMandatory": false,
"isTrial": false,
"serverTypes": ["E+M","E+M-P","Edge"],
"defaultServerType": "Edge",
"trafficTypes": ["FTP","HTTP","HTTPS","HTTPS_ESSL","HTTPS_ESSL_L1"],
"productClassification": "Delivery",
"trafficEndpoints":["Server","N/A"],
"defaultTrafficEndpoint": "N/A",
"aggregationMethods":["Carrier","Contract"],
"defaultAggregationMethod":"Carrier",
"isContractProduct":true,
"legacyProductLines":["Site Delivery"],
"uoms":["GBPS","MBPS"],
"defaultUom":"MBPS",
"caseProdName":"name",
"warningMessage":null,
"geoRegions":["World","G6-India","G6-Japan"],
"defaultGeoRegion":"World",
"productLevel":"Module"
},
"contextMarketplaceRules": null,
"associatedProducts": [
{
"marketingProdId": "M-LC-136739",
"productVersion": "v3",
"productName": "Emergency Integration",
"productPhase": "GA",
"includedModules": null,
"functionalCategory": null,
"groupFreeQuantityUOM": null,
"groupMin": 1,
"groupMax": 1,
"groupName": "Integration",
"groupFreeQuantity": {
"isInf": false
},
"trialGroupFreeQuantity": {
"isInf": false
},
"trialGroupMin": null,
"trialGroupMax": null,
"hasAssociationImpact": null,
"impactList": [],
"contextValues": {
"marketingProdId": "M-LC-136739",
"internalName": "Emergency Integration",
"externalName": "Emergency Integration",
"engineeringNames": null,
"forecastingProductId": null,
"purchaseMandatory": false,
"trialMandatory": false,
"isTrial": false,
"serverTypes": ["E+M","E+M-P","Edge"],
"defaultServerType": "Edge",
"trafficTypes": ["FTP","HTTP","HTTPS","HTTPS_ESSL","HTTPS_ESSL_L1"],
"productClassification": "Delivery",
"trafficEndpoints":["Server","N/A"],
"defaultTrafficEndpoint": "N/A",
"aggregationMethods":["Carrier","Contract"],
"defaultAggregationMethod":"Carrier",
"isContractProduct":true,
"legacyProductLines":["Site Delivery"],
"uoms":["GBPS","MBPS"],
"defaultUom":"MBPS",
"caseProdName":"name",
"warningMessage":null,
"geoRegions":["World","G6-India","G6-Japan"],
"defaultGeoRegion":"World",
"productLevel":"Module"
},
"contextMarketplaceRules": null,
"associatedProducts": []
}
]
}
]
}
}HTTP status code 400
Body
Media type: application/json
Example:
{
"type": "https://example.com/app/error-types/illegalValue",
"title": "Illegal Value",
"detail": "The parameter 'index' contained an illegal value.",
"illegalParameter": "index",
"illegalValue": "-23"
}
HTTP status code 401
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/unauthorised-access",
"title": "Request denied",
"detail": "The server could not identify the user or the user credentials have expired.",
"status": 401,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 403
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/update-denied",
"title": "Update denied",
"detail": "You may view 'dog 456', but you are not authorized to update it.",
"status": 403,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 500
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/server-failed",
"title": "Server Error",
"detail": "The server could not fullfill the request.",
"status": 500,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
Details of product marketing collaterals
get /products/{mktProdId}/versions/{versionNumber}/literature
Details of product marketing collaterals
URI Parameters
- mktProdId: required(string - default: TBD)
TBD
Example:
TBD - versionNumber: required(string - default: curr)
The product version number for which information is sought. Entering the value "curr" will fetch information about the latest active product version.
Example:
TBD
Headers
- Authorization: required(string - minLength: 8)
This header contains the requesting users info and grants encoded as a bearer token.
Example:
bearer eyJraWQiOiIwIiwiYWxnIjoiUlMyNTYifQ.eyJz.... - Accept-Language: (one of de_DE, en_US, es_LA, es_ES, fr_FR, it_IT, pt_BR, zh_CN, zh_TW, ja_JP, ko_KR - default: en_US)
The language in which client expects the response. This choice is taken into consideration only if no locale query parameter is present in request.
Example:
fr_FR
Query Parameters
- consumer: (one of DEFAULT, ATNT - default: DEFAULT)
Example:
DEFAULT - locale: (string - default: en_US)
Can be used instead of using the Accept-language header. If both are sent in request, query string param value will take precedence.
Example:
fr_FR
HTTP status code 200
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"currentActiveVersion": {
"type": "string"
},
"consumer": {
"type": "string"
},
"locale": {
"type": "string"
},
"marketingCollaterals": {
"type": "object",
"properties": {
"legalServiceDescription": {
"type": "string"
},
"configurationHelp": {
"type": "string"
},
"pricingNotes": {
"type": "string"
},
"customerPricingNotes": {
"type": "null"
},
"partnerPricingNotes": {
"type": "string"
},
"trialNotes": {
"type": "string"
},
"tagLine": {
"type": "string"
},
"longDescription": {
"type": "string"
},
"shortDescription": {
"type": "string"
},
"detailedDescription": {
"type": "string"
},
"faq": {
"type": "string"
},
"productDeliveryDefinition": {
"type": "null"
},
"termsAndConditions": {
"type": "string"
}
},
"required": [
"legalServiceDescription",
"configurationHelp",
"pricingNotes",
"customerPricingNotes",
"partnerPricingNotes",
"trialNotes",
"tagLine",
"longDescription",
"shortDescription",
"detailedDescription",
"faq",
"productDeliveryDefinition",
"termsAndConditions"
]
},
"productLinks": {
"type": "object",
"properties": {
"communityPage": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"akamaiUniversityTraining": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"productBrief": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"serviceAndSupportPage": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"configurationURL": {
"type": "array",
"items": {}
},
"video": {
"type": "array",
"items": {}
},
"logo": {
"type": "array",
"items": {}
},
"image": {
"type": "array",
"items": {}
},
"faq": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"provisioning": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"marketingCollateral": {
"type": "array",
"items": {}
}
},
"required": [
"communityPage",
"akamaiUniversityTraining",
"productBrief",
"serviceAndSupportPage",
"configurationURL",
"video",
"logo",
"image",
"faq",
"provisioning",
"marketingCollateral"
]
},
"sla": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"name",
"text"
]
}
]
},
"link": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"_rel": {
"type": "string"
},
"_href": {
"type": "string"
}
},
"required": [
"_rel",
"_href"
]
},
{
"type": "object",
"properties": {
"_rel": {
"type": "string"
},
"_href": {
"type": "string"
}
},
"required": [
"_rel",
"_href"
]
}
]
}
},
"required": [
"marketingProductId",
"productName",
"currentActiveVersion",
"consumer",
"locale",
"marketingCollaterals",
"productLinks",
"sla",
"link"
]
}Example:
{
"marketingProductId": "M-LC-84827",
"productName": "Ion",
"currentActiveVersion": "v36",
"consumer": "DEFAULT",
"locale": "en_US",
"warningMessage": "warning message for the product",
"marketingCollaterals": {
"legalServiceDescription": "<p>Ion is a suite of intelligent performance optimizations and controls that helps deliver superior web, iOS, and Android application experiences. Built on the SLA-backed availability of the globally ...",
"configurationHelp": "<p>Ion User Guide <a href=\"https://learn.akamai.com/en-us/products/web_performance/ion.html\" target=\"_blank\" rel=\"noopener\">link</a>.</p>",
"pricingNotes": "<p><strong>Included:</strong> <br /><br />• 10 GB NetStorage, <br />• 1,000 Million Hits of Adaptive Image Compression. Commitments are priced per unit ...</p>",
"customerPricingNotes": null,
"partnerPricingNotes": "<p><strong>Included:</strong> <br /><br />• 10 GB NetStorage, <br />• 1,000 Million Hits of Adaptive Image Compression. Commitments are priced per unit </p>",
"trialNotes": "<p class=\"p1\"><strong>Available for:</strong> Direct & Indirect<br /> <strong>Regional Restrictions:</strong> No Regional Restrictions<br /> <strong>Default trial duration:</strong> 60 Days<br /> ... </p>",
"tagLine": "Intelligent automation and controls to maximize user experiences on web, iOS and Android apps.",
"longDescription": "Ion, Akamai’s flagship performance solution, it’s a suite of intelligent performance optimizations and controls that helps deliver superior web, iOS and Android app experiences.",
"shortDescription": "<p>Ion (Standard) is the industry performance leader, offering scale and intelligence to make web and mobile experiences fast, reliable and secure across all end-user situations, while maximizing infrastructure offload and operational agility.</p>",
"detailedDescription": "<p><span style=\"color: #666666; font-family: Arial, sans-serif; font-size: 13.3333px;\">Customers and prospects expect fast, quality web experiences independent of their browser, location, device or network.</span></p>",
"faq": "<p><strong><span style=\"color: #666666; font-family: Arial, sans-serif; font-size: 13.3333px;\">What is Mobile Detection and Redirect?</span></strong><br style=\"box-sizing: border-box;</p>",
"productDeliveryDefinition": null,
"termsAndConditions": "<p>Customer shall have the right to terminate these Services on or before the expiration of the specified Trial Period, without cancellation fee or other early termination charge, by providing advance written notice to Akamai.</p>",
"gettingStarted": "<h1>Welcome to serverless compute at Akamai!</h1><p>If you have not done so, you may provision trials of both Ion via the Marketplace app store. We encourage you to join our Slack channel if you have any issues with the products or would like to ask a technical question. We also run twice-daily 'office hours' sessions every Wednesday where you can get personalized, 1:1 assistance. You may find the weekly calendar invitations in the #getting-started-session section on Slack.</p>"
},
"productLinks": {
"communityPage": [
"https://ac.akamai.com/community/teams/marketing/product-central/web-performance/projects/performance-products"
],
"akamaiUniversityTraining": [
"https://akamai.csod.com/SAMLDefault.aspx?ouid=72&returnurl=%252fDeepLink%252fProcessRedirect.aspx%253fmodule%253dloRegisterAndLaunch%2526lo%253d1b8ed60b-3dab-40ea-81e0-8ca389eb82e0"
],
"productBrief": [
"https://ac.akamai.com/docs/DOC-36991"
],
"serviceAndSupportPage": [
"https://ac.akamai.com/docs/DOC-48007"
],
"configurationURL": [],
"video": [],
"logo": [],
"image": [],
"faq": [
"https://ac.akamai.com/docs/DOC-48007"
],
"provisioning": [
"https://control.akamai.com/apps/create/#/metadata/Fresca?method=guided&gid={gid}"
],
"marketingCollateral": []
},
"sla": [
{
"name": "SLA Ion",
"text": "<p>Ion Standard Global SLA</p><br/><p><strong>AKAMAI ION STANDARD</strong></p><br/><p><strong>GLOBAL SERVICE LEVEL AGREEMENT</strong></p><br/><p><strong></p>"
}
],
"link": [
{
"_rel": "product",
"_href": "/pac-api/v2/products/M-LC-84827/versions/curr/attributes"
},
{
"_rel": "pricing",
"_href": "/pac-api/v2/products/M-LC-84827/versions/curr/pricing"
}
]
}HTTP status code 400
Body
Media type: application/json
Example:
{
"type": "https://example.com/app/error-types/illegalValue",
"title": "Illegal Value",
"detail": "The parameter 'index' contained an illegal value.",
"illegalParameter": "index",
"illegalValue": "-23"
}
HTTP status code 401
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/unauthorised-access",
"title": "Request denied",
"detail": "The server could not identify the user or the user credentials have expired.",
"status": 401,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 403
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/update-denied",
"title": "Update denied",
"detail": "You may view 'dog 456', but you are not authorized to update it.",
"status": 403,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 500
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/server-failed",
"title": "Server Error",
"detail": "The server could not fullfill the request.",
"status": 500,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
Dependency and other kinds of rules for products
get /products/{mktProdId}/versions/{versionNumber}/rules
Dependency and other kinds of rules for products
URI Parameters
- mktProdId: required(string - default: TBD)
TBD
Example:
TBD - versionNumber: required(string - default: curr)
The product version number for which information is sought. Entering the value "curr" will fetch information about the latest active product version.
Example:
TBD
Headers
- Authorization: required(string - minLength: 8)
This header contains the requesting users info and grants encoded as a bearer token.
Example:
bearer eyJraWQiOiIwIiwiYWxnIjoiUlMyNTYifQ.eyJz....
HTTP status code 200
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"currentActiveVersion": {
"type": "string"
},
"rule": {
"type": "string"
},
"associatedProducts": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "null"
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
},
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "null"
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
}
]
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
},
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "array",
"items": {}
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
},
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "null"
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
},
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "null"
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
}
]
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
},
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "null"
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
},
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "null"
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
},
{
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"originalMarketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"rule": {
"type": "null"
},
"associatedProducts": {
"type": "null"
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
}
]
}
},
"required": [
"marketingProductId",
"originalMarketingProductId",
"productName",
"rule",
"associatedProducts"
]
}
]
}
},
"required": [
"marketingProductId",
"productName",
"currentActiveVersion",
"rule",
"associatedProducts"
]
}Example:
{
"marketingProductId": "M-LC-84827",
"productName": "Ion",
"currentActiveVersion": "v36",
"rule": "[{\"ruleId\":\"RULE_ION\",\"ruleName\":\"Product_Dependency_rule\",\"ruleDescription\":\"package rules import com.akamai.marketplace.common.service.model.Account ; import java.util.Map.Entry; rule \\\"M-LC-84827 Dependency\\\" when accountObject:Account ( !(marketingProductIds contains \\\"M-LC-118405\\\")}]",
"associatedProducts": [
{
"marketingProductId": "B-3-A5MED",
"originalMarketingProductId": "B-3-A5MED",
"productName": "NetStorage",
"rule": null,
"associatedProducts": [
{
"marketingProductId": "1-3Z7GXC",
"originalMarketingProductId": "RD-ASZ",
"productName": "NetStorage Ireland",
"rule": null,
"associatedProducts": null
},
{
"marketingProductId": "M-LC-102131",
"originalMarketingProductId": "RD-OBO",
"productName": "Aspera Upload Acceleration",
"rule": null,
"associatedProducts": null
}
]
},
{
"marketingProductId": "M-LC-109547",
"originalMarketingProductId": "BCD",
"productName": "Beta Channel - Direct",
"rule": null,
"associatedProducts": []
},
{
"marketingProductId": "M-LC-159605",
"originalMarketingProductId": "RD-GKG",
"productName": "Adaptive Image Compression",
"rule": null,
"associatedProducts": [
{
"marketingProductId": "M-LC-134473",
"originalMarketingProductId": "M-LC-134473",
"productName": "Standard Integration",
"rule": null,
"associatedProducts": null
},
{
"marketingProductId": "M-LC-134679",
"originalMarketingProductId": "M-LC-134679",
"productName": "Managed Integration",
"rule": null,
"associatedProducts": null
}
]
},
{
"marketingProductId": "M-LC-81531",
"originalMarketingProductId": "RD-QJI",
"productName": "China CDN",
"rule": null,
"associatedProducts": [
{
"marketingProductId": "M-LC-134473",
"originalMarketingProductId": "M-LC-134473",
"productName": "Standard Integration",
"rule": null,
"associatedProducts": null
},
{
"marketingProductId": "M-LC-134679",
"originalMarketingProductId": "M-LC-134679",
"productName": "Managed Integration",
"rule": null,
"associatedProducts": null
},
{
"marketingProductId": "M-LC-136739",
"originalMarketingProductId": "M-LC-136739",
"productName": "Emergency Integration",
"rule": null,
"associatedProducts": null
}
]
}
]
}HTTP status code 400
Body
Media type: application/json
Example:
{
"type": "https://example.com/app/error-types/illegalValue",
"title": "Illegal Value",
"detail": "The parameter 'index' contained an illegal value.",
"illegalParameter": "index",
"illegalValue": "-23"
}
HTTP status code 401
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/unauthorised-access",
"title": "Request denied",
"detail": "The server could not identify the user or the user credentials have expired.",
"status": 401,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 403
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/update-denied",
"title": "Update denied",
"detail": "You may view 'dog 456', but you are not authorized to update it.",
"status": 403,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 500
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/server-failed",
"title": "Server Error",
"detail": "The server could not fullfill the request.",
"status": 500,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
Details of available list items of a product. Can be filtered upon one or more of the query parameters listed below. The response below illustrates the following case -
Ion
||--> LI1
||--> LI2
|--> Netstorage
| ||-->LI3
| |--> Self-service Integration
| |-->LI4
|--> Managed Integration
|--> LI5
get /products/{mktProdId}/versions/{versionNumber}/pricing
Details of available list items of a product. Can be filtered upon one or more of the query parameters listed below. The response below illustrates the following case -
Ion
||--> LI1
||--> LI2
|--> Netstorage
| ||-->LI3
| |--> Self-service Integration
| |-->LI4
|--> Managed Integration
|--> LI5
URI Parameters
- mktProdId: required(string - default: TBD)
TBD
Example:
TBD - versionNumber: required(string - default: curr)
The product version number for which information is sought. Entering the value "curr" will fetch information about the latest active product version.
Example:
TBD
Headers
- Authorization: required(string - minLength: 8)
This header contains the requesting users info and grants encoded as a bearer token.
Example:
bearer eyJraWQiOiIwIiwiYWxnIjoiUlMyNTYifQ.eyJz....
Query Parameters
- currency: required(one of AED, AUD, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PLN, SEK, SGD, TRY, TWD, USD - default: USD - minLength: 3)
Currency
Example:
USD - isTrial: (boolean)
Trial Pricing
Example:
true - pricePoint: (string - default: dd, ddOverage, fe, feOverage, list, listOverage, pm, pmOverage, srp, srpOverage,target,targetOverage - minLength: 2)
Price Point. Takes a precedence over customer type value.
Example:
TBD - customerType: (string - default: Direct,Partner - minLength: 6 - maxLength: 14)
Customer type
Example:
Direct - impactPriceWithAddonSelection: (one of null, true, false - default: null - minLength: 4 - maxLength: 5)
Example:
true - geoset: (one of World, NA, Asia - minLength: 2)
Geoset
Example:
World - searchText: (string - minLength: 2)
Searches the pricing information on the UOM, List Item Name, Pricing Model and Billing Frequency
Example:
Monthly - partnerAccountId: (string - minLength: 6)
Partner's account id used for finding partner's NAP3 certification for the requested product id.
Example:
1-0PAT-ACC - baseProductId: (string - minLength: 6)
This information will be used for calculating NAP3 certification level of a product in cases the requested product itself is not certifyable.
Example:
M-LC-001 - hierarchy: (boolean - default: false)
To specify if needs to be flat response or hierarchical. Refer hierarchy-is-false & hierarchy-is-true example.
Example:
false
HTTP status code 200
Body
Media type: application/json(hierachy-is-false)
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"productId": {
"type": "string"
},
"productName": {
"type": "string"
},
"listItems": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"productId": {
"type": "string"
},
"productName": {
"type": "string"
},
"associatedProdId": {
"type": "null"
},
"associatedProdName": {
"type": "null"
},
"secLvlAssociatedProdId": {
"type": "null"
},
"secLvlAssociatedProdName": {
"type": "null"
},
"contextParentProd": {
"type": "array",
"items": {}
},
"sectionId": {
"type": "integer"
},
"sectionName": {
"type": "string"
},
"sectionRanking": {
"type": "integer"
},
"uom": {
"type": "string"
},
"pricingModel": {
"type": "string"
},
"billingFrequency": {
"type": "string"
},
"geoSetNames": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"defaultEntitlement": {
"type": "object",
"properties": {
"value": {
"type": "null"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"listItemGroupId": {
"type": "integer"
},
"listItemGroup": {
"type": "string"
},
"listItemSet": {
"type": "string"
},
"listItemGroupCriteria": {
"type": "string"
},
"isImpactedByAssociatedProd": {
"type": "boolean"
},
"impactedByMktProdId": {
"type": "null"
},
"isSelectedOnImpact": {
"type": "null"
},
"isListItemGrpSelectedOnImpact": {
"type": "null"
},
"impactedByOverrdnMktProdId": {
"type": "null"
},
"isApplicableWhenAddon": {
"type": "boolean"
},
"isApplicableWhenStandalone": {
"type": "boolean"
},
"isAppliedToAll": {
"type": "boolean"
},
"ranking": {
"type": "integer"
},
"gsaSinCodeName": {
"type": "string"
},
"gsaSinCode": {
"type": "string"
},
"description": {
"type": "null"
},
"isAddOn": {
"type": "boolean"
},
"key": {
"type": "string"
},
"isTrial": {
"type": "boolean"
},
"customerTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"currencyId": {
"type": "string"
},
"currencyName": {
"type": "string"
},
"rateCardName": {
"type": "string"
},
"geosetPricesProvidedFor": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"displayName",
"name"
]
},
"tiers": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "number"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "number"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "integer"
},
"pmOverage": {
"type": "number"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "number"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "number"
},
"targetOverage": {
"type": "number"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}
]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
},
{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "number"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "number"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "integer"
},
"pmOverage": {
"type": "number"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "number"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "number"
},
"targetOverage": {
"type": "number"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}
]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
},
{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "number"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "number"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "integer"
},
"pmOverage": {
"type": "number"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "number"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "number"
},
"targetOverage": {
"type": "number"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}
]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
},
{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "number"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "number"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "integer"
},
"pmOverage": {
"type": "number"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "number"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "number"
},
"targetOverage": {
"type": "number"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}
]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
}
]
},
"pricingAccess": {
"type": "null"
}
},
"required": [
"id",
"name",
"productId",
"productName",
"associatedProdId",
"associatedProdName",
"secLvlAssociatedProdId",
"secLvlAssociatedProdName",
"contextParentProd",
"sectionId",
"sectionName",
"sectionRanking",
"uom",
"pricingModel",
"billingFrequency",
"geoSetNames",
"defaultEntitlement",
"listItemGroupId",
"listItemGroup",
"listItemSet",
"listItemGroupCriteria",
"isImpactedByAssociatedProd",
"impactedByMktProdId",
"isSelectedOnImpact",
"isListItemGrpSelectedOnImpact",
"impactedByOverrdnMktProdId",
"isApplicableWhenAddon",
"isApplicableWhenStandalone",
"isAppliedToAll",
"ranking",
"gsaSinCodeName",
"gsaSinCode",
"description",
"isAddOn",
"key",
"isTrial",
"customerTypes",
"currencyId",
"currencyName",
"rateCardName",
"geosetPricesProvidedFor",
"tiers",
"pricingAccess"
]
},
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"productId": {
"type": "string"
},
"productName": {
"type": "string"
},
"associatedProdId": {
"type": "null"
},
"associatedProdName": {
"type": "null"
},
"secLvlAssociatedProdId": {
"type": "null"
},
"secLvlAssociatedProdName": {
"type": "null"
},
"contextParentProd": {
"type": "array",
"items": {}
},
"sectionId": {
"type": "integer"
},
"sectionName": {
"type": "string"
},
"sectionRanking": {
"type": "integer"
},
"uom": {
"type": "string"
},
"pricingModel": {
"type": "string"
},
"billingFrequency": {
"type": "string"
},
"geoSetNames": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"defaultEntitlement": {
"type": "object",
"properties": {
"value": {
"type": "null"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"listItemGroupId": {
"type": "integer"
},
"listItemGroup": {
"type": "string"
},
"listItemSet": {
"type": "string"
},
"listItemGroupCriteria": {
"type": "string"
},
"isImpactedByAssociatedProd": {
"type": "boolean"
},
"impactedByMktProdId": {
"type": "null"
},
"isSelectedOnImpact": {
"type": "null"
},
"isListItemGrpSelectedOnImpact": {
"type": "null"
},
"impactedByOverrdnMktProdId": {
"type": "null"
},
"isApplicableWhenAddon": {
"type": "boolean"
},
"isApplicableWhenStandalone": {
"type": "boolean"
},
"isAppliedToAll": {
"type": "boolean"
},
"ranking": {
"type": "integer"
},
"gsaSinCodeName": {
"type": "string"
},
"gsaSinCode": {
"type": "string"
},
"description": {
"type": "null"
},
"isAddOn": {
"type": "boolean"
},
"key": {
"type": "string"
},
"isTrial": {
"type": "boolean"
},
"customerTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"currencyId": {
"type": "string"
},
"currencyName": {
"type": "string"
},
"rateCardName": {
"type": "string"
},
"geosetPricesProvidedFor": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"displayName",
"name"
]
},
"tiers": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "null"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "null"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "number"
},
"pmOverage": {
"type": "null"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "null"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "null"
},
"targetOverage": {
"type": "null"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}
]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
}
]
},
"pricingAccess": {
"type": "null"
}
},
"required": [
"id",
"name",
"productId",
"productName",
"associatedProdId",
"associatedProdName",
"secLvlAssociatedProdId",
"secLvlAssociatedProdName",
"contextParentProd",
"sectionId",
"sectionName",
"sectionRanking",
"uom",
"pricingModel",
"billingFrequency",
"geoSetNames",
"defaultEntitlement",
"listItemGroupId",
"listItemGroup",
"listItemSet",
"listItemGroupCriteria",
"isImpactedByAssociatedProd",
"impactedByMktProdId",
"isSelectedOnImpact",
"isListItemGrpSelectedOnImpact",
"impactedByOverrdnMktProdId",
"isApplicableWhenAddon",
"isApplicableWhenStandalone",
"isAppliedToAll",
"ranking",
"gsaSinCodeName",
"gsaSinCode",
"description",
"isAddOn",
"key",
"isTrial",
"customerTypes",
"currencyId",
"currencyName",
"rateCardName",
"geosetPricesProvidedFor",
"tiers",
"pricingAccess"
]
}
]
}
},
"required": [
"productId",
"productName",
"listItems"
]
}Example:
{
"productId": "M-LC-84827",
"productName": "Ion",
"listItems": [
{
"id": 32446,
"name": "Ion - Quantity based commit - GB ( < 20000)",
"productId": "M-LC-84827",
"productName": "Ion",
"associatedProdId": null,
"associatedProdName": null,
"secLvlAssociatedProdId": null,
"secLvlAssociatedProdName": null,
"thirdLvlAssociatedProdId": null,
"thirdLvlAssociatedProdName": null,
"fourthLvlAssociatedProdId": null,
"fourthLvlAssociatedProdName": null,
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Ion - Usage Pricing",
"sectionRanking": 1,
"uom": "GB",
"pricingModel": "Quantity based commit",
"billingFrequency": "Monthly",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": 2139,
"listItemGroup": "Ion - Usage Pricing",
"listItemSet": "GB (Usage < 20000 GB)",
"isDefaultPriceSet": true,
"listItemGroupCriteria": "Custom",
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": false,
"ranking": 1,
"gsaSinCodeName": "Traffic",
"gsaSinCode": "1128",
"description": null,
"isAddOn": false,
"key": "GBQ",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isQuantityEditableByOM": true,
"omInputMndtryOnOrderForm" : ["Included Quantity","Overage Price"],
"tiers": [
{
"tierLow": {
"value": 1000,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "20-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": 850,
"listOverage": 3.24,
"wholesaleOverage": null,
"feOverage": 0.18,
"list": 21240,
"target": 2500,
"srp": 11450,
"pmOverage": 0.13,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": 0.13,
"wholesaleOverageDiscPercentage": null,
"pm": 850,
"srpOverage": 1.81,
"targetOverage": 1.27,
"fe": 1180,
"drWholesaleOverage": 23,
"drWholesale": 23,
"drWholesaleDiscPercentage": 12,
"drWholesaleOverageDiscPercentage": 12
}
}
]
},
{
"tierLow": {
"value": 5000,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "20-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": 1360,
"listOverage": 3.24,
"wholesaleOverage": null,
"feOverage": 0.18,
"list": 39800,
"target": 7500,
"srp": 24260,
"pmOverage": 0.13,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": 0.13,
"wholesaleOverageDiscPercentage": null,
"pm": 1360,
"srpOverage": 1.81,
"targetOverage": 1.27,
"fe": 1900,
"drWholesaleOverage": 23,
"drWholesale": 23,
"drWholesaleDiscPercentage": 12,
"drWholesaleOverageDiscPercentage": 12
}
}
]
},
{
"tierLow": {
"value": 10000,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "20-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": 2010,
"listOverage": 3.24,
"wholesaleOverage": null,
"feOverage": 0.18,
"list": 57100,
"target": 13800,
"srp": 34370,
"pmOverage": 0.13,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": 0.13,
"wholesaleOverageDiscPercentage": null,
"pm": 2010,
"srpOverage": 1.81,
"targetOverage": 1.27,
"fe": 2800,
"drWholesaleOverage": 23,
"drWholesale": 23,
"drWholesaleDiscPercentage": 12,
"drWholesaleOverageDiscPercentage": 12
}
}
]
},
{
"tierLow": {
"value": 20000,
"isInf": false
},
"tierHigh": {
"value": 20000,
"isInf": false
},
"tierKey": "20-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": 3300,
"listOverage": 3.24,
"wholesaleOverage": null,
"feOverage": 0.18,
"list": 96200,
"target": 26400,
"srp": 59090,
"pmOverage": 0.13,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": 0.13,
"wholesaleOverageDiscPercentage": null,
"pm": 3300,
"srpOverage": 1.81,
"targetOverage": 1.27,
"fe": 4600,
"drWholesaleOverage": 23,
"drWholesale": 23,
"drWholesaleDiscPercentage": 12,
"drWholesaleOverageDiscPercentage": 12
}
}
]
}
],
"pricingAccess": null
},
{
"id": 32442,
"name": "Ion - Flat Fee - Platform Fee",
"productId": "M-LC-84827",
"productName": "Ion",
"associatedProdId": null,
"associatedProdName": null,
"secLvlAssociatedProdId": null,
"secLvlAssociatedProdName": null,
"thirdLvlAssociatedProdId": null,
"thirdLvlAssociatedProdName": null,
"fourthLvlAssociatedProdId": null,
"fourthLvlAssociatedProdName": null,
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Ion - Usage Pricing",
"sectionRanking": 1,
"uom": "Platform Fee",
"pricingModel": "Flat Fee",
"billingFrequency": "Monthly",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": 2139,
"listItemGroup": "Ion - Usage Pricing",
"listItemSet": "GB (Usage > 20000 GB)",
"isDefaultPriceSet": false,
"listItemGroupCriteria": "Custom",
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": false,
"ranking": 1,
"gsaSinCodeName": "Traffic",
"gsaSinCode": "1128",
"description": null,
"isAddOn": false,
"key": "IPF",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isQuantityEditableByOM": true,
"omInputMndtryOnOrderForm" : ["Included Quantity","Overage Price"],
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 1,
"isInf": false
},
"tierKey": "18-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": 500,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 18000,
"target": 6750,
"srp": 9642.86,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": 500,
"srpOverage": null,
"targetOverage": null,
"fe": 1000,
"drWholesaleOverage": 23,
"drWholesale": 23,
"drWholesaleDiscPercentage": 12,
"drWholesaleOverageDiscPercentage": 12
}
}
]
}
],
"pricingAccess": null
}
],
"productPricingAttribute": {
"uoms": "Base Fee,Domains,GB,Hits,Mbps,Million Hits,MPV,Per Month,Platform Fee,Web Experience,MB",
"defaultUom": "Platform Fee"
}
}Media type: application/json(hierachy-is-true)
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"productId": {
"type": "string"
},
"productName": {
"type": "string"
},
"listItems": {
"type": "array"
},
"nestedListItems": {
"type": "object",
"associatedProducts": {
"type": "array",
"properties": {
"productId": {
"type": "string"
},
"productName": {
"type": "string"
},
"listItems": {
"type": "array",
"items": [{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"productId": {
"type": "string"
},
"productName": {
"type": "string"
},
"associatedProdId": {
"type": "null"
},
"associatedProdName": {
"type": "null"
},
"secLvlAssociatedProdId": {
"type": "null"
},
"secLvlAssociatedProdName": {
"type": "null"
},
"contextParentProd": {
"type": "array",
"items": {}
},
"sectionId": {
"type": "integer"
},
"sectionName": {
"type": "string"
},
"sectionRanking": {
"type": "integer"
},
"uom": {
"type": "string"
},
"pricingModel": {
"type": "string"
},
"billingFrequency": {
"type": "string"
},
"geoSetNames": {
"type": "array",
"items": [{
"type": "string"
}]
},
"defaultEntitlement": {
"type": "object",
"properties": {
"value": {
"type": "null"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"listItemGroupId": {
"type": "integer"
},
"listItemGroup": {
"type": "string"
},
"listItemSet": {
"type": "string"
},
"listItemGroupCriteria": {
"type": "string"
},
"isImpactedByAssociatedProd": {
"type": "boolean"
},
"impactedByMktProdId": {
"type": "null"
},
"isSelectedOnImpact": {
"type": "null"
},
"isListItemGrpSelectedOnImpact": {
"type": "null"
},
"impactedByOverrdnMktProdId": {
"type": "null"
},
"isApplicableWhenAddon": {
"type": "boolean"
},
"isApplicableWhenStandalone": {
"type": "boolean"
},
"isAppliedToAll": {
"type": "boolean"
},
"ranking": {
"type": "integer"
},
"gsaSinCodeName": {
"type": "string"
},
"gsaSinCode": {
"type": "string"
},
"description": {
"type": "null"
},
"isAddOn": {
"type": "boolean"
},
"key": {
"type": "string"
},
"isTrial": {
"type": "boolean"
},
"customerTypes": {
"type": "array",
"items": [{
"type": "string"
},
{
"type": "string"
}
]
},
"currencyId": {
"type": "string"
},
"currencyName": {
"type": "string"
},
"rateCardName": {
"type": "string"
},
"geosetPricesProvidedFor": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"displayName",
"name"
]
},
"tiers": {
"type": "array",
"items": [{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "number"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "number"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "integer"
},
"pmOverage": {
"type": "number"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "number"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "number"
},
"targetOverage": {
"type": "number"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
},
{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "number"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "number"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "integer"
},
"pmOverage": {
"type": "number"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "number"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "number"
},
"targetOverage": {
"type": "number"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
},
{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "number"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "number"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "integer"
},
"pmOverage": {
"type": "number"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "number"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "number"
},
"targetOverage": {
"type": "number"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
},
{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "number"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "number"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "integer"
},
"pmOverage": {
"type": "number"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "number"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "number"
},
"targetOverage": {
"type": "number"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
}
]
},
"pricingAccess": {
"type": "null"
}
},
"required": [
"id",
"name",
"productId",
"productName",
"associatedProdId",
"associatedProdName",
"secLvlAssociatedProdId",
"secLvlAssociatedProdName",
"contextParentProd",
"sectionId",
"sectionName",
"sectionRanking",
"uom",
"pricingModel",
"billingFrequency",
"geoSetNames",
"defaultEntitlement",
"listItemGroupId",
"listItemGroup",
"listItemSet",
"listItemGroupCriteria",
"isImpactedByAssociatedProd",
"impactedByMktProdId",
"isSelectedOnImpact",
"isListItemGrpSelectedOnImpact",
"impactedByOverrdnMktProdId",
"isApplicableWhenAddon",
"isApplicableWhenStandalone",
"isAppliedToAll",
"ranking",
"gsaSinCodeName",
"gsaSinCode",
"description",
"isAddOn",
"key",
"isTrial",
"customerTypes",
"currencyId",
"currencyName",
"rateCardName",
"geosetPricesProvidedFor",
"tiers",
"pricingAccess"
]
},
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"productId": {
"type": "string"
},
"productName": {
"type": "string"
},
"associatedProdId": {
"type": "null"
},
"associatedProdName": {
"type": "null"
},
"secLvlAssociatedProdId": {
"type": "null"
},
"secLvlAssociatedProdName": {
"type": "null"
},
"contextParentProd": {
"type": "array",
"items": {}
},
"sectionId": {
"type": "integer"
},
"sectionName": {
"type": "string"
},
"sectionRanking": {
"type": "integer"
},
"uom": {
"type": "string"
},
"pricingModel": {
"type": "string"
},
"billingFrequency": {
"type": "string"
},
"geoSetNames": {
"type": "array",
"items": [{
"type": "string"
}]
},
"defaultEntitlement": {
"type": "object",
"properties": {
"value": {
"type": "null"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"listItemGroupId": {
"type": "integer"
},
"listItemGroup": {
"type": "string"
},
"listItemSet": {
"type": "string"
},
"listItemGroupCriteria": {
"type": "string"
},
"isImpactedByAssociatedProd": {
"type": "boolean"
},
"impactedByMktProdId": {
"type": "null"
},
"isSelectedOnImpact": {
"type": "null"
},
"isListItemGrpSelectedOnImpact": {
"type": "null"
},
"impactedByOverrdnMktProdId": {
"type": "null"
},
"isApplicableWhenAddon": {
"type": "boolean"
},
"isApplicableWhenStandalone": {
"type": "boolean"
},
"isAppliedToAll": {
"type": "boolean"
},
"ranking": {
"type": "integer"
},
"gsaSinCodeName": {
"type": "string"
},
"gsaSinCode": {
"type": "string"
},
"description": {
"type": "null"
},
"isAddOn": {
"type": "boolean"
},
"key": {
"type": "string"
},
"isTrial": {
"type": "boolean"
},
"customerTypes": {
"type": "array",
"items": [{
"type": "string"
},
{
"type": "string"
}
]
},
"currencyId": {
"type": "string"
},
"currencyName": {
"type": "string"
},
"rateCardName": {
"type": "string"
},
"geosetPricesProvidedFor": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"displayName",
"name"
]
},
"tiers": {
"type": "array",
"items": [{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "null"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "null"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "number"
},
"pmOverage": {
"type": "null"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "null"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "null"
},
"targetOverage": {
"type": "null"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
}]
},
"pricingAccess": {
"type": "null"
}
},
"required": [
"id",
"name",
"productId",
"productName",
"associatedProdId",
"associatedProdName",
"secLvlAssociatedProdId",
"secLvlAssociatedProdName",
"contextParentProd",
"sectionId",
"sectionName",
"sectionRanking",
"uom",
"pricingModel",
"billingFrequency",
"geoSetNames",
"defaultEntitlement",
"listItemGroupId",
"listItemGroup",
"listItemSet",
"listItemGroupCriteria",
"isImpactedByAssociatedProd",
"impactedByMktProdId",
"isSelectedOnImpact",
"isListItemGrpSelectedOnImpact",
"impactedByOverrdnMktProdId",
"isApplicableWhenAddon",
"isApplicableWhenStandalone",
"isAppliedToAll",
"ranking",
"gsaSinCodeName",
"gsaSinCode",
"description",
"isAddOn",
"key",
"isTrial",
"customerTypes",
"currencyId",
"currencyName",
"rateCardName",
"geosetPricesProvidedFor",
"tiers",
"pricingAccess"
]
}
]
}
}
}
}
},
"required": [
"productId",
"productName",
"listItems"
]
}Example:
{
"productId": "M-PC-4710",
"productName": "Guardicore Centra",
"pricingAccess": null,
"wholesalePricePartnerTier": null,
"listItems": [],
"nestedListItems": {
"listItems": [],
"associatedProducts": [
{
"productId": "M-LC-169205",
"productName": "1 Day Professional Services",
"listItems": [
{
"id": 54118,
"name": "1 Day Professional Services - Commitment - Business Days",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Business Days",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 1,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "1 Day Professional Services - Commitment - Business Days",
"isAddOn": true,
"key": "BUC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169406",
"productName": "AS400 Workload Protection",
"listItems": [
{
"id": 54446,
"name": "AS400 Workload Visibility & Enforcement - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 2,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "AS400 Workload Protection - Commitment - Workload",
"isAddOn": true,
"key": "WOC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 15000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169204",
"productName": "Additional 5 Use Cases",
"listItems": [
{
"id": 54072,
"name": "Additional 5 Use Cases - Quantity Based Commit - Technical Advisory Hours",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Technical Advisory Hours",
"pricingModel": "Quantity based commit",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 3,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "TEQ",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Overage Price",
"Fee",
"Quantity"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": null,
"isInf": true
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": 50000,
"wholesaleOverage": null,
"feOverage": null,
"list": 50000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169227",
"productName": "Application Owners Portal Basic Model",
"listItems": [
{
"id": 54470,
"name": "Application Owners Portal Basic Model - Quantity Based Commit - Technical Advisory Hours",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Technical Advisory Hours",
"pricingModel": "Quantity based commit",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 4,
"gsaSinCodeName": "Service",
"gsaSinCode": "1127",
"description": null,
"isAddOn": true,
"key": "TEQ",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Overage Price",
"Fee",
"Quantity"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": null,
"isInf": true
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": 85000,
"wholesaleOverage": null,
"feOverage": null,
"list": 85000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169228",
"productName": "Application Owners Portal Enterprise Model",
"listItems": [
{
"id": 54451,
"name": "Application Owners Portal Enterprise Model - Quantity Based Commit - Technical Advisory Hours",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Technical Advisory Hours",
"pricingModel": "Quantity based commit",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 5,
"gsaSinCodeName": "Service",
"gsaSinCode": "1127",
"description": null,
"isAddOn": true,
"key": "TEQ",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Overage Price",
"Fee",
"Quantity"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": null,
"isInf": true
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": 130000,
"wholesaleOverage": null,
"feOverage": null,
"list": 130000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169398",
"productName": "Citrix ADC integration for visibility (per active device)",
"listItems": [
{
"id": 54447,
"name": "Citrix ADC integration for visibility (per active device) - Commitment - Device",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Device",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 6,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "AS400 Workload Visibility & Enforcement - Commitment - Device",
"isAddOn": true,
"key": "PEC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 4000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169151",
"productName": "Container Docker Host",
"listItems": [
{
"id": 54066,
"name": "Container Docker Host - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 7,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 100,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 3500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 101,
"isInf": false
},
"tierHigh": {
"value": 250,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 3000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 251,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2880,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2630,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2250,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169152",
"productName": "Container Kubernetes Host",
"listItems": [
{
"id": 54246,
"name": "Container Kubernetes Host - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 8,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Centra for Kubernetes nodes - Commitment - Agents",
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 100,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2250,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 101,
"isInf": false
},
"tierHigh": {
"value": 250,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 1930,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 251,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 1850,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 1750,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 1550,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 1300,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169396",
"productName": "Customer Paid Travel Additional Day",
"listItems": [
{
"id": 54453,
"name": "Customer Paid Travel Additional Day - Commitment - Travel Days",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Travel Days",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 9,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "TRC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 350,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169394",
"productName": "Customer Paid Travel First Day",
"listItems": [
{
"id": 54117,
"name": "Customer Paid Travel First Day - Commitment - Travel Days",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Travel Days",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 10,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "TRC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169407",
"productName": "Deception Endpoint Add On",
"listItems": [
{
"id": 54249,
"name": "Deception Endpoint Add On - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 11,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "WOC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 9,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169158",
"productName": "Deception Workload Add On",
"listItems": [
{
"id": 54070,
"name": "Deception Workload Add On - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 12,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 30,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "22-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 27,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "22-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 24,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 21,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169214",
"productName": "Dedicated Engineer",
"listItems": [
{
"id": 54068,
"name": "Dedicated Engineer - Quantity Based Commit - Technical Advisory Hours",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Technical Advisory Hours",
"pricingModel": "Quantity based commit",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 13,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "TEQ",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Overage Price",
"Fee",
"Quantity"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": null,
"isInf": true
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": 300000,
"wholesaleOverage": null,
"feOverage": null,
"list": 300000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169213",
"productName": "Dedicated Technical Account Manager On-Site",
"listItems": [
{
"id": 54450,
"name": "Dedicated Technical Account Manager On-Site - Quantity Based Commit - Technical Advisory Hours",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Technical Advisory Hours",
"pricingModel": "Quantity based commit",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 14,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "TEQ",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Overage Price",
"Fee",
"Quantity"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": null,
"isInf": true
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": 300000,
"wholesaleOverage": null,
"feOverage": null,
"list": 300000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169216",
"productName": "Designated Technical Account Manager (up to 4 customer)",
"listItems": [
{
"id": 54113,
"name": "Designated Technical Account Manager (up to 4 customer) - Quantity Based Commit - Technical Advisory Hours",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Technical Advisory Hours",
"pricingModel": "Quantity based commit",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 15,
"gsaSinCodeName": "Service",
"gsaSinCode": "1127",
"description": null,
"isAddOn": true,
"key": "TEQ",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Overage Price",
"Fee",
"Quantity"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": null,
"isInf": true
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": 90000,
"wholesaleOverage": null,
"feOverage": null,
"list": 90000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169217",
"productName": "Elite Support",
"listItems": [
{
"id": 54114,
"name": "Elite Support - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 16,
"gsaSinCodeName": "Service",
"gsaSinCode": "1127",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 65000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 120000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 180000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169149",
"productName": "Endpoint/VDI Visibility & Enforcement",
"listItems": [
{
"id": 54065,
"name": "Endpoint/VDI Visibility & Enforcement - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 17,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 39,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 36,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 30,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 25,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169399",
"productName": "F5 integration for visibility (per active device)",
"listItems": [
{
"id": 54454,
"name": "F5 integration for visibility (per active device) - Commitment - Device",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Device",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 18,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "DEC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 4000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169400",
"productName": "F5 integration for visibility and enforcement (per active device)",
"listItems": [
{
"id": 54449,
"name": "F5 integration for visibility and enforcement (per active device) - Commitment - Device",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Device",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 19,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "DEC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 8000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169219",
"productName": "Guardicore Bi-Monthly Discover Report",
"listItems": [
{
"id": 54244,
"name": "Guardicore Bi-Monthly Discover Report - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Period",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 20,
"gsaSinCodeName": "Service",
"gsaSinCode": "1127",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": 200,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 35000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 201,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 40000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 50000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 60000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 75000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 90000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169209",
"productName": "Guardicore Certified Segmentation Admin.",
"listItems": [
{
"id": 54090,
"name": "Guardicore Certified Segmentation Admin - Commitment - Training Seats",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Training Seats",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 21,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Guardicore Certified Segmentation Admin - Commitment - Training Seats",
"isAddOn": true,
"key": "TRC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169211",
"productName": "Guardicore Certified Segmentation Admin. Private Training",
"listItems": [
{
"id": 54067,
"name": "Guardicore Certified Segmentation Admin. Private Training - Commitment - Training Seats",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Training Seats",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 22,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Guardicore Certified Segmentation Admin. Private Training - Commitment - Training Seats",
"isAddOn": true,
"key": "TRC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 15000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169210",
"productName": "Guardicore Certified Segmentation Engineer",
"listItems": [
{
"id": 54091,
"name": "Guardicore Certified Segmentation Engineer - Commitment - Training Seats",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Training Seats",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 23,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Guardicore Certified Segmentation Engineer - Commitment - Training Seats",
"isAddOn": true,
"key": "TRC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 1500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169212",
"productName": "Guardicore Certified Segmentation Engineer, Private Training",
"listItems": [
{
"id": 54242,
"name": "Guardicore Certified Segmentation Engineer, Private Training - Commitment- Training Seats",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Training Seats",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 24,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Guardicore Certified Segmentation Engineer, Private Training - Commitment- Training Seats",
"isAddOn": true,
"key": "TRC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 10000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169221",
"productName": "Guardicore Hunt for Endpoints/VDI",
"listItems": [
{
"id": 54245,
"name": "Guardicore Hunt for Endpoints/VDI - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 25,
"gsaSinCodeName": "Service",
"gsaSinCode": "1127",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 24,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 21,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 19,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 19,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 17,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": 20000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 14,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 20001,
"isInf": false
},
"tierHigh": {
"value": 30000,
"isInf": false
},
"tierKey": "21-007",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 14,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 30001,
"isInf": false
},
"tierHigh": {
"value": 40000,
"isInf": false
},
"tierKey": "21-008",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 14,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 40001,
"isInf": false
},
"tierHigh": {
"value": 50000,
"isInf": false
},
"tierKey": "21-009",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 14,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 50001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-010",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 14,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169220",
"productName": "Guardicore Hunt for Workloads",
"listItems": [
{
"id": 54124,
"name": "Guardicore Hunt for Workloads - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 26,
"gsaSinCodeName": "Service",
"gsaSinCode": "1127",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 99,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 64,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 58,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 55,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 52,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": 20000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 49,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 20001,
"isInf": false
},
"tierHigh": {
"value": 30000,
"isInf": false
},
"tierKey": "21-007",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 40,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 30001,
"isInf": false
},
"tierHigh": {
"value": 40000,
"isInf": false
},
"tierKey": "21-008",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 34,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 40001,
"isInf": false
},
"tierHigh": {
"value": 50000,
"isInf": false
},
"tierKey": "21-009",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 30,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 50001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-010",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 25,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169218",
"productName": "Guardicore Quarterly Discover Report",
"listItems": [
{
"id": 54123,
"name": "Guardicore Quarterly Discover Report - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Quarterly",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 27,
"gsaSinCodeName": "Traffic",
"gsaSinCode": "1128",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": 200,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 25000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 201,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 30000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 35000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 45000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 55000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 65000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169224",
"productName": "Guardicore SaaS NFR for partners",
"listItems": [
{
"id": 54069,
"name": "Guardicore SaaS NFR for partners - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 28,
"gsaSinCodeName": "Service",
"gsaSinCode": "1127",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 7500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169223",
"productName": "Guardicore Threat Expert",
"listItems": [
{
"id": 54686,
"name": "Guardicore Threat Expert - Quantity Based Commit - Hour",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Hour",
"pricingModel": "Quantity based commit",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 29,
"gsaSinCodeName": "Service",
"gsaSinCode": "1127",
"description": null,
"isAddOn": true,
"key": "HOQ",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Overage Price",
"Fee",
"Quantity"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": null,
"isInf": true
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": 3500,
"wholesaleOverage": null,
"feOverage": null,
"list": 3500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169222",
"productName": "Incident Response",
"listItems": [
{
"id": 44643,
"name": "Incident Response - Quantity Based Commit - Hour",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Hour",
"pricingModel": "Quantity based commit",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 30,
"gsaSinCodeName": "Service",
"gsaSinCode": "1127",
"description": null,
"isAddOn": true,
"key": "HOQ",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Overage Price",
"Fee",
"Quantity"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": null,
"isInf": true
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": 400,
"wholesaleOverage": null,
"feOverage": null,
"list": 400,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169160",
"productName": "Insight Endpoint Add On",
"listItems": [
{
"id": 54248,
"name": "Insight Endpoint Add On - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 31,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 10,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "22-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 8,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "22-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 7,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 5,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169159",
"productName": "Insight Workload Add On",
"listItems": [
{
"id": 54116,
"name": "Insight Workload Add On - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 32,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 20,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "22-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 16,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "22-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 14,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 12,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169196",
"productName": "JOINT Custom Implementation",
"listItems": [
{
"id": 53648,
"name": "JOINT Custom Implementation - Commitment - Custom SOW",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Custom SOW",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 33,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "JOINT Custom Implementation",
"isAddOn": true,
"key": "CUC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": -1,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169194",
"productName": "JOINT PS engagement",
"listItems": [
{
"id": 54444,
"name": "JOINT PS engagement - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 34,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 35000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 45000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 70000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 100000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169195",
"productName": "JOINT PS engagement No Remote Access",
"listItems": [
{
"id": 54445,
"name": "JOINT PS engagement No Remote Access - commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 35,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "JOINT PS engagement No Remote Access",
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 45000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 60000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 90000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 125000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169147",
"productName": "Legacy Workload Visibility & Enforcement",
"listItems": [
{
"id": 53248,
"name": "Legacy Workload Visibility & Enforcement - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 36,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 200,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 780,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 201,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 720,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 580,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 520,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169153",
"productName": "Management On-premise",
"listItems": [
{
"id": 54125,
"name": "Management On-premise - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 37,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Centra Management On-premise - Commitment - Agents",
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 25000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 50000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 75000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 100000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 125000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": 20000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 150000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 20001,
"isInf": false
},
"tierHigh": {
"value": 30000,
"isInf": false
},
"tierKey": "21-007",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 175000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 30001,
"isInf": false
},
"tierHigh": {
"value": 40000,
"isInf": false
},
"tierKey": "21-008",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 200000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 40001,
"isInf": false
},
"tierHigh": {
"value": 50000,
"isInf": false
},
"tierKey": "21-009",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 225000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 50001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-010",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 250000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169163",
"productName": "Monthly Cloud Retention (per 30 day batch times 500 workload batch)",
"listItems": [
{
"id": 54251,
"name": "Monthly SaaS Data Retention Extension (per 30 day additional retention times 500 workload batch) - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Monthly",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 38,
"gsaSinCodeName": "Traffic",
"gsaSinCode": "1128",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169181",
"productName": "Nvidia BlueField DPU (1st generation) integration",
"listItems": [
{
"id": 54462,
"name": "Nvidia BlueField DPU (1st generation) integration - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 39,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Nvidia BlueField DPU (1st generation) integration",
"isAddOn": true,
"key": "WOC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 200,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 390,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 201,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 360,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 290,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 260,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 240,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 213,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": 20000,
"isInf": false
},
"tierKey": "21-007",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 200,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 20001,
"isInf": false
},
"tierHigh": {
"value": 30000,
"isInf": false
},
"tierKey": "21-008",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 163,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 30001,
"isInf": false
},
"tierHigh": {
"value": 40000,
"isInf": false
},
"tierKey": "21-009",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 138,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 40001,
"isInf": false
},
"tierHigh": {
"value": 50000,
"isInf": false
},
"tierKey": "21-010",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 119,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 50001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-011",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 100,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169193",
"productName": "On-Premise Installation of Guardicore Centra when no PS",
"listItems": [
{
"id": 54464,
"name": "On-Premise Installation of Guardicore Centra - No Turnkey\\Joint - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 40,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 20000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 30000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 40000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169154",
"productName": "On-premise Disaster Recovery Management",
"listItems": [
{
"id": 54247,
"name": "On-premise Disaster Recovery Management - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 41,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 12500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 25000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 37500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 50000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 62500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": 20000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 75000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 20001,
"isInf": false
},
"tierHigh": {
"value": 30000,
"isInf": false
},
"tierKey": "21-007",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 87500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 30001,
"isInf": false
},
"tierHigh": {
"value": 40000,
"isInf": false
},
"tierKey": "21-008",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 100000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 40001,
"isInf": false
},
"tierHigh": {
"value": 50000,
"isInf": false
},
"tierKey": "21-009",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 112500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 50001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-010",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 125000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169203",
"productName": "Ransomware Custom Implementation",
"listItems": [
{
"id": 54700,
"name": "Ransomware Custom Implementation - Commitment -Custom SOW",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Custom SOW",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 42,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Ransomware Custom Implementation",
"isAddOn": true,
"key": "CUC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": -1,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169202",
"productName": "Ransomware PS engagement",
"listItems": [
{
"id": 53650,
"name": "Ransomware PS engagement - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 43,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Ransomware PS engagement",
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 40000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 60000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 95000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 120000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169150",
"productName": "SPAN Collector (per 300 workloads)",
"listItems": [
{
"id": 53647,
"name": "SPAN Collector (per 300 workloads) - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 44,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "WOC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 100,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 3900,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 101,
"isInf": false
},
"tierHigh": {
"value": 250,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 3600,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 251,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 3000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2800,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2400,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 2000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169192",
"productName": "SaaS Installation of Guardicore Centra when no PS",
"listItems": [
{
"id": 54463,
"name": "SaaS Installation of Guardicore Centra - No Turnkey\\Joint - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 45,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 10000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 20000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 30000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169155",
"productName": "SaaS Management for MSSP customers",
"listItems": [
{
"id": 54126,
"name": "SaaS Management for MSSP customers - Annual Fee - Per Year",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Per Year",
"pricingModel": "Flat Fee",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 46,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "PEF",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Fee"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 1,
"isInf": false
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 7500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169404",
"productName": "Sandbox On Prem (up to 500 workloads)",
"listItems": [
{
"id": 55290,
"name": "Sandbox On Prem (up to 500 workloads) - Flat Fee - Per Year",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Per Year",
"pricingModel": "Flat Fee",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 47,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "PEF",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Fee"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 1,
"isInf": false
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 30000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169225",
"productName": "Sandbox SaaS (up to 500 workloads)",
"listItems": [
{
"id": 55289,
"name": "Sandbox SaaS (up to 500 workloads) - Flat Fee - Per Year",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Per Year",
"pricingModel": "Flat Fee",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 48,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "PEF",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Fee"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 1,
"isInf": false
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 17500,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169215",
"productName": "Semi Dedicated Technical Account Manager (up to 2 customers)",
"listItems": [
{
"id": 54243,
"name": "Semi Dedicated Technical Account Manager (up to 2 customers) - Quantity Based Commit - Technical Advisory Hours",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Technical Advisory Hours",
"pricingModel": "Quantity based commit",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 49,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "TEQ",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Overage Price",
"Fee",
"Quantity"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": null,
"isInf": true
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": 170000,
"wholesaleOverage": null,
"feOverage": null,
"list": 170000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169179",
"productName": "SentinelOne Endpoints Visibility & Enforcement",
"listItems": [
{
"id": 54452,
"name": "SentinelOne Endpoints Visibility & Enforcement - Commitment - Workload - Yearly",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 50,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "WOC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 39,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 36,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 30,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10000,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 25,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169178",
"productName": "SentinelOne Workload Visibility",
"listItems": [
{
"id": 54071,
"name": "SentinelOne Workload Visibility - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 51,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "WOC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 200,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 195,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 201,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 180,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 145,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 130,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 120,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 106.5,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": 20000,
"isInf": false
},
"tierKey": "21-007",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 100,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 20001,
"isInf": false
},
"tierHigh": {
"value": 30000,
"isInf": false
},
"tierKey": "21-008",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 81.5,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 30001,
"isInf": false
},
"tierHigh": {
"value": 40000,
"isInf": false
},
"tierKey": "21-009",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 69,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 40001,
"isInf": false
},
"tierHigh": {
"value": 50000,
"isInf": false
},
"tierKey": "21-010",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 59.5,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 50001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-011",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 50,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169177",
"productName": "SentinelOne Workload Visibility & Enforcement",
"listItems": [
{
"id": 54127,
"name": "SentinelOne Workload Visibility & Enforcement - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 52,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "WOC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 200,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 390,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 201,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 360,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 290,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 260,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 240,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 213,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": 20000,
"isInf": false
},
"tierKey": "21-007",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 200,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 20001,
"isInf": false
},
"tierHigh": {
"value": 30000,
"isInf": false
},
"tierKey": "21-008",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 163,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 30001,
"isInf": false
},
"tierHigh": {
"value": 40000,
"isInf": false
},
"tierKey": "21-009",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 138,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 40001,
"isInf": false
},
"tierHigh": {
"value": 50000,
"isInf": false
},
"tierKey": "21-010",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 119,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 50001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-011",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 100,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169162",
"productName": "Support for on-premise customers with no remote access (per 500 workloads)",
"listItems": [
{
"id": 54250,
"name": "Support for on-premise customers with no remote access (per each 500 workloads/year) - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 53,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 25000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169200",
"productName": "Turnkey Custom Implementation",
"listItems": [
{
"id": 54699,
"name": "Turnkey Custom Implementation - Commitment - Custom SOW",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Custom SOW",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 54,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Turnkey Custom Implementation",
"isAddOn": true,
"key": "CUC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": -1,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169198",
"productName": "Turnkey PS engagement",
"listItems": [
{
"id": 53851,
"name": "Turnkey PS engagement - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 55,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Turnkey PS engagement",
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 55000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 70000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 105000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 150000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169199",
"productName": "Turnkey PS engagement No Remote Access",
"listItems": [
{
"id": 53649,
"name": "Turnkey PS engagement No Remote Access - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 56,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": "Turnkey PS engagement No Remote Access",
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 65000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 85000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 125000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 180000,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169425",
"productName": "Upgrade Visibility to Enforcement",
"listItems": [
{
"id": 55446,
"name": "Upgrade Visibility to Enforcement - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 57,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "WOC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": -1,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169148",
"productName": "Workload Visibility",
"listItems": [
{
"id": 53646,
"name": "Workload Visibility - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 58,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 200,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 195,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 201,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 180,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 145,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 130,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 120,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-007",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 106.5,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": 20000,
"isInf": false
},
"tierKey": "21-008",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 100,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 20001,
"isInf": false
},
"tierHigh": {
"value": 30000,
"isInf": false
},
"tierKey": "21-009",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 81.5,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 30001,
"isInf": false
},
"tierHigh": {
"value": 40000,
"isInf": false
},
"tierKey": "21-010",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 69,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 40001,
"isInf": false
},
"tierHigh": {
"value": 50000,
"isInf": false
},
"tierKey": "21-011",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 59.5,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 50001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-012",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 50,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169145",
"productName": "Workload Visibility & Enforcement",
"listItems": [
{
"id": 53644,
"name": "Workload Visibility & Enforcement - Commitment - Workload",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Workload",
"pricingModel": "Commitment",
"billingFrequency": "Annual",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 59,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "AGC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 1,
"isInf": false
},
"tierHigh": {
"value": 200,
"isInf": false
},
"tierKey": "21-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 390,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 201,
"isInf": false
},
"tierHigh": {
"value": 500,
"isInf": false
},
"tierKey": "21-002",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 360,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 501,
"isInf": false
},
"tierHigh": {
"value": 1000,
"isInf": false
},
"tierKey": "21-003",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 290,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 1001,
"isInf": false
},
"tierHigh": {
"value": 2000,
"isInf": false
},
"tierKey": "21-004",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 260,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 2001,
"isInf": false
},
"tierHigh": {
"value": 5000,
"isInf": false
},
"tierKey": "21-005",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 240,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 5001,
"isInf": false
},
"tierHigh": {
"value": 10000,
"isInf": false
},
"tierKey": "21-006",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 213,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 10001,
"isInf": false
},
"tierHigh": {
"value": 20000,
"isInf": false
},
"tierKey": "21-007",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 200,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 20001,
"isInf": false
},
"tierHigh": {
"value": 30000,
"isInf": false
},
"tierKey": "21-008",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 163,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 30001,
"isInf": false
},
"tierHigh": {
"value": 40000,
"isInf": false
},
"tierKey": "21-009",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 138,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 40001,
"isInf": false
},
"tierHigh": {
"value": 50000,
"isInf": false
},
"tierKey": "21-010",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 119,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
},
{
"tierLow": {
"value": 50001,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "21-011",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 100,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
},
{
"productId": "M-LC-169426",
"productName": "Yearly Custom Maintenance Agreement",
"listItems": [
{
"id": 55291,
"name": "Yearly Custom Maintenance Agreement - Commitment - Custom SOW",
"contextParentProd": [],
"sectionId": 1,
"sectionName": "Add-on",
"sectionRanking": 1,
"uom": "Custom SOW",
"pricingModel": "Commitment",
"billingFrequency": "One-Time",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": null,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": true,
"ranking": 60,
"gsaSinCodeName": "Other",
"gsaSinCode": "1129",
"description": null,
"isAddOn": true,
"key": "CUC",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isDefaultPriceSet": false,
"omInputMndtryOnOrderForm": [
"Commitment Price"
],
"isQuantityEditableByOM": false,
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": null,
"isInf": true
},
"tierKey": "22-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": null,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": -1,
"target": null,
"srp": null,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": null,
"srpOverage": null,
"targetOverage": null,
"fe": null
}
}
]
}
],
"pricingAccess": null
}
],
"associatedProducts": []
}
]
},
"productPricingAttribute": {
"uoms": "Per Month",
"defaultUom": "Per Month"
}
}HTTP status code 400
Body
Media type: application/json
Example:
{
"type": "https://example.com/app/error-types/illegalValue",
"title": "Illegal Value",
"detail": "The parameter 'index' contained an illegal value.",
"illegalParameter": "index",
"illegalValue": "-23"
}
HTTP status code 401
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/unauthorised-access",
"title": "Request denied",
"detail": "The server could not identify the user or the user credentials have expired.",
"status": 401,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 403
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/update-denied",
"title": "Update denied",
"detail": "You may view 'dog 456', but you are not authorized to update it.",
"status": 403,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 500
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/server-failed",
"title": "Server Error",
"detail": "The server could not fullfill the request.",
"status": 500,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
All the applicable sections for the Product. Sections info concise of Id, ranking, name, grouping criterion. NOTE- This API is specific for PAC System.
get /products/{mktProdId}/versions/{versionNumber}/sections
All the applicable sections for the Product. Sections info concise of Id, ranking, name, grouping criterion. NOTE- This API is specific for PAC System.
URI Parameters
- mktProdId: required(string - default: TBD)
TBD
Example:
TBD - versionNumber: required(string - default: curr)
The product version number for which information is sought. Entering the value "curr" will fetch information about the latest active product version.
Example:
TBD
Headers
- Authorization: required(string - minLength: 8)
This header contains the requesting users info and grants encoded as a bearer token.
Example:
bearer eyJraWQiOiIwIiwiYWxnIjoiUlMyNTYifQ.eyJz....
Query Parameters
- isTrial: (boolean - default: false)
To specify if requesting for trial section or not.
Example:
false - geoset: (string - default: World)
Geoset for which section data is needed.
Example:
World - customerType: (one of Direct, Partner - minLength: 6 - maxLength: 14)
Customer type
Example:
Direct - impactPriceWithAddonSelection: (one of null, true, false - default: null - minLength: 4 - maxLength: 5)
Example:
true
HTTP status code 200
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": [
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"ranking": {
"type": "integer"
},
"listItemGroupInfo": {
"type": "object",
"properties": {
"groupName": {
"type": "string"
},
"groupingCriterion": {
"type": "string"
},
"setNames": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
},
{
"type": "string"
}
]
}
},
"required": [
"groupName",
"groupingCriterion",
"setNames"
]
}
},
"required": [
"id",
"name",
"ranking",
"listItemGroupInfo"
]
},
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"ranking": {
"type": "integer"
},
"listItemGroupInfo": {
"type": "null"
}
},
"required": [
"id",
"name",
"ranking",
"listItemGroupInfo"
]
},
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"ranking": {
"type": "integer"
},
"listItemGroupInfo": {
"type": "null"
}
},
"required": [
"id",
"name",
"ranking",
"listItemGroupInfo"
]
},
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"ranking": {
"type": "integer"
},
"listItemGroupInfo": {
"type": "object",
"properties": {
"groupName": {
"type": "string"
},
"groupingCriterion": {
"type": "string"
},
"setNames": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
}
},
"required": [
"groupName",
"groupingCriterion",
"setNames"
]
}
},
"required": [
"id",
"name",
"ranking",
"listItemGroupInfo"
]
},
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"ranking": {
"type": "integer"
},
"listItemGroupInfo": {
"type": "null"
}
},
"required": [
"id",
"name",
"ranking",
"listItemGroupInfo"
]
},
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"ranking": {
"type": "integer"
},
"listItemGroupInfo": {
"type": "null"
}
},
"required": [
"id",
"name",
"ranking",
"listItemGroupInfo"
]
},
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"ranking": {
"type": "integer"
},
"listItemGroupInfo": {
"type": "null"
}
},
"required": [
"id",
"name",
"ranking",
"listItemGroupInfo"
]
}
]
}Example:
[
{
"id": 1,
"name": "Custom",
"ranking": 1,
"listItemGroupInfo": {
"groupName": "Custom",
"groupingCriterion": "Custom",
"setNames": [
"GB (Usage < 20000 GB)",
"GB (Usage > 20000 GB)",
"Usage - GB(Ion Standard EOS Pricing)",
"Usage - Mbps"
]
}
},
{
"id": 2,
"name": "Included",
"ranking": 2,
"listItemGroupInfo": null
},
{
"id": 3,
"name": "Add-on",
"ranking": 3,
"listItemGroupInfo": null
},
{
"id": 4,
"name": "Add-on - NetStorage Ireland with NetStorage - NetStorage",
"ranking": 4,
"listItemGroupInfo": {
"groupName": "NetStorage",
"groupingCriterion": "Unit of Measure",
"setNames": [
"Average GB Stored",
"GB Stored"
]
}
},
{
"id": 5,
"name": "SSL certificates",
"ranking": 5,
"listItemGroupInfo": null
},
{
"id": 6,
"name": "Integration",
"ranking": 6,
"listItemGroupInfo": null
},
{
"id": 7,
"name": "End of sale",
"ranking": 7,
"listItemGroupInfo": null
}
]HTTP status code 400
Body
Media type: application/json
Example:
{
"type": "https://example.com/app/error-types/illegalValue",
"title": "Illegal Value",
"detail": "The parameter 'index' contained an illegal value.",
"illegalParameter": "index",
"illegalValue": "-23"
}
HTTP status code 401
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/unauthorised-access",
"title": "Request denied",
"detail": "The server could not identify the user or the user credentials have expired.",
"status": 401,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 403
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/update-denied",
"title": "Update denied",
"detail": "You may view 'dog 456', but you are not authorized to update it.",
"status": 403,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 500
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/server-failed",
"title": "Server Error",
"detail": "The server could not fullfill the request.",
"status": 500,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
Section info with the pricing information of the product. NOTE- This API is specific for PAC System. Slight changes are expected
get /products/{mktProdId}/versions/{versionNumber}/sections/{sectionId}
Section info with the pricing information of the product. NOTE- This API is specific for PAC System. Slight changes are expected
URI Parameters
- mktProdId: required(string - default: TBD)
TBD
Example:
TBD - versionNumber: required(string - default: curr)
The product version number for which information is sought. Entering the value "curr" will fetch information about the latest active product version.
Example:
TBD - sectionId: required(string - default: curr)
Id
Example:
TBD
Headers
- Authorization: required(string - minLength: 8)
This header contains the requesting users info and grants encoded as a bearer token.
Example:
bearer eyJraWQiOiIwIiwiYWxnIjoiUlMyNTYifQ.eyJz....
Query Parameters
- currency: required(one of AED, AUD, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PLN, SEK, SGD, TRY, TWD, USD - minLength: 3)
Currency
Example:
USD - isTrial: required(boolean)
Trial Pricing
Example:
true - pricePoint: required(one of dd, fe, marketplace, globalGold, globalSilver, globalPlatinum, list, localSilver, localGold, localPlatinum, pm, registered, srp, targetPrice - minLength: 2)
Price Point
Example:
dd - customerType: required(string - default: Direct,Partner - minLength: 6 - maxLength: 14)
Customer type
Example:
Direct - impactPriceWithAddonSelection: required(one of null, true, false - default: null - minLength: 4 - maxLength: 5)
Example:
true - geoset: required(one of World, NA, Asia - minLength: 2)
Geoset
Example:
World
HTTP status code 200
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"sectionName": {
"type": "string"
},
"listItems": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"productId": {
"type": "string"
},
"productName": {
"type": "string"
},
"associatedProdId": {
"type": "string"
},
"associatedProdName": {
"type": "string"
},
"secLvlAssociatedProdId": {
"type": "null"
},
"secLvlAssociatedProdName": {
"type": "null"
},
"contextParentProd": {
"type": "array",
"items": {}
},
"sectionId": {
"type": "integer"
},
"sectionName": {
"type": "string"
},
"sectionRanking": {
"type": "integer"
},
"uom": {
"type": "string"
},
"pricingModel": {
"type": "string"
},
"billingFrequency": {
"type": "string"
},
"geoSetNames": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"defaultEntitlement": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"listItemGroupId": {
"type": "null"
},
"listItemGroup": {
"type": "null"
},
"listItemSet": {
"type": "null"
},
"listItemGroupCriteria": {
"type": "null"
},
"isImpactedByAssociatedProd": {
"type": "boolean"
},
"impactedByMktProdId": {
"type": "null"
},
"isSelectedOnImpact": {
"type": "null"
},
"isListItemGrpSelectedOnImpact": {
"type": "null"
},
"impactedByOverrdnMktProdId": {
"type": "null"
},
"isApplicableWhenAddon": {
"type": "boolean"
},
"isApplicableWhenStandalone": {
"type": "boolean"
},
"isAppliedToAll": {
"type": "boolean"
},
"ranking": {
"type": "integer"
},
"gsaSinCodeName": {
"type": "string"
},
"gsaSinCode": {
"type": "string"
},
"description": {
"type": "null"
},
"isAddOn": {
"type": "boolean"
},
"key": {
"type": "string"
},
"isTrial": {
"type": "boolean"
},
"customerTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"currencyId": {
"type": "string"
},
"currencyName": {
"type": "string"
},
"rateCardName": {
"type": "string"
},
"geosetPricesProvidedFor": {
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"name": {
"type": "string"
}
},
"required": [
"displayName",
"name"
]
},
"tiers": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"tierLow": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierHigh": {
"type": "object",
"properties": {
"value": {
"type": "integer"
},
"isInf": {
"type": "boolean"
}
},
"required": [
"value",
"isInf"
]
},
"tierKey": {
"type": "string"
},
"partNumber": {
"type": "null"
},
"geoRegionPricing": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"geoRegion": {
"type": "string"
},
"geoSetName": {
"type": "string"
},
"geoSetDisplayName": {
"type": "string"
},
"geoSetIsDefault": {
"type": "boolean"
},
"pricePoints": {
"type": "object",
"properties": {
"dd": {
"type": "integer"
},
"listOverage": {
"type": "null"
},
"wholesaleOverage": {
"type": "null"
},
"feOverage": {
"type": "null"
},
"list": {
"type": "integer"
},
"target": {
"type": "integer"
},
"srp": {
"type": "integer"
},
"pmOverage": {
"type": "null"
},
"wholesale": {
"type": "null"
},
"wholesaleDiscPercentage": {
"type": "null"
},
"ddOverage": {
"type": "null"
},
"wholesaleOverageDiscPercentage": {
"type": "null"
},
"pm": {
"type": "integer"
},
"srpOverage": {
"type": "null"
},
"targetOverage": {
"type": "null"
},
"fe": {
"type": "integer"
}
},
"required": [
"dd",
"listOverage",
"wholesaleOverage",
"feOverage",
"list",
"target",
"srp",
"pmOverage",
"wholesale",
"wholesaleDiscPercentage",
"ddOverage",
"wholesaleOverageDiscPercentage",
"pm",
"srpOverage",
"targetOverage",
"fe"
]
}
},
"required": [
"geoRegion",
"geoSetName",
"geoSetDisplayName",
"geoSetIsDefault",
"pricePoints"
]
}
]
}
},
"required": [
"tierLow",
"tierHigh",
"tierKey",
"partNumber",
"geoRegionPricing"
]
}
]
},
"pricingAccess": {
"type": "null"
}
},
"required": [
"id",
"name",
"productId",
"productName",
"associatedProdId",
"associatedProdName",
"secLvlAssociatedProdId",
"secLvlAssociatedProdName",
"contextParentProd",
"sectionId",
"sectionName",
"sectionRanking",
"uom",
"pricingModel",
"billingFrequency",
"geoSetNames",
"defaultEntitlement",
"listItemGroupId",
"listItemGroup",
"listItemSet",
"listItemGroupCriteria",
"isImpactedByAssociatedProd",
"impactedByMktProdId",
"isSelectedOnImpact",
"isListItemGrpSelectedOnImpact",
"impactedByOverrdnMktProdId",
"isApplicableWhenAddon",
"isApplicableWhenStandalone",
"isAppliedToAll",
"ranking",
"gsaSinCodeName",
"gsaSinCode",
"description",
"isAddOn",
"key",
"isTrial",
"customerTypes",
"currencyId",
"currencyName",
"rateCardName",
"geosetPricesProvidedFor",
"tiers",
"pricingAccess"
]
}
]
}
},
"required": [
"sectionName",
"listItems"
]
}Example:
{
"sectionName": "Included",
"listItems": [
{
"id": 3220,
"name": "NetStorage - Included Units - GB Stored (10 GB)",
"productId": "M-LC-84827",
"productName": "Ion",
"associatedProdId": "B-3-A5MED",
"associatedProdName": "NetStorage",
"secLvlAssociatedProdId": null,
"secLvlAssociatedProdName": null,
"thirdLvlAssociatedProdId": null,
"thirdLvlAssociatedProdName": null,
"fourthLvlAssociatedProdId": null,
"fourthLvlAssociatedProdName": null,
"contextParentProd": [],
"sectionId": 2,
"sectionName": "Included",
"sectionRanking": 2,
"uom": "GB STORED",
"pricingModel": "Included Units",
"billingFrequency": "Monthly",
"geoSetNames": [
"WORLD"
],
"defaultEntitlement": {
"value": 10,
"isInf": false
},
"listItemGroupId": null,
"listItemGroup": null,
"listItemSet": null,
"isDefaultPriceSet": false,
"listItemGroupCriteria": null,
"isImpactedByAssociatedProd": false,
"impactedByMktProdId": null,
"isSelectedOnImpact": null,
"isListItemGrpSelectedOnImpact": null,
"impactedByOverrdnMktProdId": null,
"isApplicableWhenAddon": true,
"isApplicableWhenStandalone": true,
"isAppliedToAll": false,
"ranking": 4,
"gsaSinCodeName": "Traffic",
"gsaSinCode": "1128",
"description": null,
"isAddOn": true,
"key": "NSI",
"isTrial": false,
"customerTypes": [
"Partner",
"Direct"
],
"currencyId": "USD",
"currencyName": "US Dollar",
"rateCardName": "AMER USD",
"geosetPricesProvidedFor": {
"displayName": "Global",
"name": "WORLD"
},
"isRepeatable": false,
"isQuantityEditableByOM": true,
"omInputMndtryOnOrderForm" : [],
"tiers": [
{
"tierLow": {
"value": 0,
"isInf": false
},
"tierHigh": {
"value": 10,
"isInf": false
},
"tierKey": "19-001",
"partNumber": null,
"geoRegionPricing": [
{
"geoRegion": "WORLD",
"geoSetName": "WORLD",
"geoSetDisplayName": "Global",
"geoSetIsDefault": true,
"pricePoints": {
"dd": 0,
"listOverage": null,
"wholesaleOverage": null,
"feOverage": null,
"list": 0,
"target": 0,
"srp": 0,
"pmOverage": null,
"wholesale": null,
"wholesaleDiscPercentage": null,
"ddOverage": null,
"wholesaleOverageDiscPercentage": null,
"pm": 0,
"srpOverage": null,
"targetOverage": null,
"fe": 0,
"drWholesaleOverage": 23,
"drWholesale": 23,
"drWholesaleDiscPercentage": 12,
"drWholesaleOverageDiscPercentage": 12
}
}
]
}
],
"pricingAccess": null
}
]
}HTTP status code 400
Body
Media type: application/json
Example:
{
"type": "https://example.com/app/error-types/illegalValue",
"title": "Illegal Value",
"detail": "The parameter 'index' contained an illegal value.",
"illegalParameter": "index",
"illegalValue": "-23"
}
HTTP status code 401
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/unauthorised-access",
"title": "Request denied",
"detail": "The server could not identify the user or the user credentials have expired.",
"status": 401,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 403
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/update-denied",
"title": "Update denied",
"detail": "You may view 'dog 456', but you are not authorized to update it.",
"status": 403,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 500
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/server-failed",
"title": "Server Error",
"detail": "The server could not fullfill the request.",
"status": 500,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
Legal texts associated to a product
get /products/{mktProdId}/versions/{versionNumber}/legal-texts
Legal texts associated to a product
URI Parameters
- mktProdId: required(string - default: TBD)
TBD
Example:
TBD - versionNumber: required(string - default: curr)
The product version number for which information is sought. Entering the value "curr" will fetch information about the latest active product version.
Example:
TBD
Headers
- Authorization: required(string - minLength: 8)
This header contains the requesting users info and grants encoded as a bearer token.
Example:
bearer eyJraWQiOiIwIiwiYWxnIjoiUlMyNTYifQ.eyJz.... - Accept-Language: (one of de_DE, en_US, es_LA, es_ES, fr_FR, it_IT, pt_BR, zh_CN, zh_TW, ja_JP, ko_KR - default: en_US)
The language in which client expects the response. This choice is taken into consideration only if no locale query parameter is present in request.
Example:
fr_FR
Query Parameters
- customerType: (string - default: Direct,Partner - minLength: 6 - maxLength: 14)
Customer type
Example:
Direct - offeringType: (one of Try,Buy, Try, Buy - default: Try,Buy - minLength: 3 - maxLength: 7)
offering type
Example:
Buy - currency: (one of AED, AUD, BRL, CAD, CHF, CNY, CZK, DKK, EUR, GBP, HKD, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PLN, SEK, SGD, TRY, TWD, USD - default: USD - minLength: 3)
Example:
USD - region: (one of Vietnam, Saudi Arabia, Australia, Canada, Denmark, France, Germany, Hong Kong, India, Israel, Italy, Japan, Malaysia, Netherlands, New Zealand, United States, Norway, Poland, Singapore, South Korea, Spain, Sweden, Switzerland, Taiwan, Turkey, UK, Mexico, Argentina, Brazil, Chile, Colombia, Peru, Thailand, Indonesia, Philippines, China, Austria, UAE, Qatar, Czech Republic, Slovakia, Hungary, Romania, Bulgaria, Slovenia, Estonia, Latvia, Lithuania, Russia, Belgium, Luxembourg, Finland, Malta, Greece, Cyprus, Portugal, Ireland - minLength: 2 - maxLength: 14)
The order region to filter products upon
Example:
India - locale: (string - default: en_US)
Can be used instead of using the Accept-language header. If both are sent in request, query string param value will take precedence.
Example:
fr_FR
HTTP status code 200
Body
Media type: application/json
Type: json
Content:
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"marketingProductId": {
"type": "string"
},
"productName": {
"type": "string"
},
"currentActiveVersion": {
"type": "string"
},
"locale": {
"type": "string"
},
"legalTexts": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"text": {
"type": "string"
},
"orderRegions": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"offeringType": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"customerTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"isApplicableToAllPrices": {
"type": "boolean"
},
"listItems": {
"type": "array",
"items": {}
}
},
"required": [
"name",
"text",
"orderRegions",
"offeringType",
"customerTypes",
"isApplicableToAllPrices",
"listItems"
]
},
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"text": {
"type": "string"
},
"orderRegions": {
"type": "array",
"items": [
{
"type": "string"
}
]
},
"offeringType": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"customerTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"isApplicableToAllPrices": {
"type": "boolean"
},
"listItems": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"isTrial": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"isTrial"
]
},
{
"type": "object",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"isTrial": {
"type": "boolean"
}
},
"required": [
"id",
"name",
"isTrial"
]
}
]
}
},
"required": [
"name",
"text",
"orderRegions",
"offeringType",
"customerTypes",
"isApplicableToAllPrices",
"listItems"
]
}
]
},
"associatedProducts": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"marketingProdId": {
"type": "string"
},
"productName": {
"type": "string"
},
"productVersion": {
"type": "string"
},
"legalTexts": {
"type": "array",
"items": [
{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"text": {
"type": "string"
},
"orderRegions": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"offeringType": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"customerTypes": {
"type": "array",
"items": [
{
"type": "string"
},
{
"type": "string"
}
]
},
"isApplicableToAllPrices": {
"type": "boolean"
},
"listItems": {
"type": "array",
"items": {}
}
},
"required": [
"name",
"text",
"orderRegions",
"offeringType",
"customerTypes",
"isApplicableToAllPrices",
"listItems"
]
}
]
},
"associatedProducts": {
"type": "null"
}
},
"required": [
"marketingProdId",
"productName",
"productVersion",
"legalTexts",
"associatedProducts"
]
}
]
}
},
"required": [
"marketingProductId",
"productName",
"currentActiveVersion",
"locale",
"legalTexts",
"associatedProducts"
]
}Example:
{
"marketingProductId":"M-LC-123",
"productName":"prod name",
"currentActiveVersion":"v1",
"locale":"",
"legalTexts":[
{
"name":"legal text name",
"text":"legal text",
"orderRegions":[
"United States"
],
"offeringType":[
"Try",
"Buy"
],
"customerTypes":[
"Direct",
"Partner"
],
"isApplicableToAllPrices":true,
"listItems":[
]
},
{
"name":"legal text name",
"text":"legal text",
"orderRegions":[
"United States"
],
"offeringType":[
"Try",
"Buy"
],
"customerTypes":[
"Direct",
"Partner"
],
"isApplicableToAllPrices":false,
"listItems":[
{
"id":123,
"name":"LS1",
"isTrial":false
},
{
"id":345,
"name":"LS2",
"isTrial":true
}
]
}
],
"associatedProducts":[
{
"marketingProdId":"marketing-Prod-Id",
"productName":"productName",
"productVersion":"v1",
"legalTexts":[
{
"name":"legal text name",
"text":"legal text",
"orderRegions":[
"United States",
"India"
],
"offeringType":[
"Try",
"Buy"
],
"customerTypes":[
"Direct",
"Partner"
],
"isApplicableToAllPrices":true,
"listItems":[
]
}
],
"associatedProducts":null
}
]
}HTTP status code 400
Body
Media type: application/json
Example:
{
"type": "https://example.com/app/error-types/illegalValue",
"title": "Illegal Value",
"detail": "The parameter 'index' contained an illegal value.",
"illegalParameter": "index",
"illegalValue": "-23"
}
HTTP status code 401
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/unauthorised-access",
"title": "Request denied",
"detail": "The server could not identify the user or the user credentials have expired.",
"status": 401,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 403
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/update-denied",
"title": "Update denied",
"detail": "You may view 'dog 456', but you are not authorized to update it.",
"status": 403,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}
HTTP status code 500
Body
Media type: application/json
Example:
{
"type": "https://acme-pets.com/kennel/v1/errors/server-failed",
"title": "Server Error",
"detail": "The server could not fullfill the request.",
"status": 500,
"instance": "https://acme-pets.com/kennel/v1/error-messages/12345"
}