- Home
- API Enriched
- Marketplace
- web
- GET Addon Service Details.
GET Addon Service Details.
const url = 'https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/web/custom/namespaces/shared/addon_services/example';const options = {method: 'GET', headers: {Authorization: '<Authorization>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/web/custom/namespaces/shared/addon_services/example \ --header 'Authorization: <Authorization>'Retrieves addon service information for the given addon service name.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Name Name of the addon service.
Responses
Section titled “Responses”A successful response.
Response shape for addon service details.
object
Display name of the addon service group.
Name of the addon service group.
Display Name of the addon service.
object
object
object
Email IDs associated with the Addon Subscription.
object
object
object
object
Description of the support ticket.
Subject of the support ticket.
object
Description of the support ticket.
Subject of the support ticket.
object
object
object
Default landing page for the addon service after successful subscription. Value should match name of the navigation tile config object.
Required: YES.
Example
{ "managed_activation": { "notification_preference": { "support_ticket_option": { "support_ticket_with_custom_template": { "priority": "PRIORITY_UNKNOWN", "service": "SS_UNKNOWN" } } } }, "tier": "NO_TIER"}Returned when operation is not authorized.
Examplegenerated
exampleReturned when there is no permission to access resource.
Examplegenerated
exampleReturned when resource is not found.
Examplegenerated
exampleReturned when operation on resource is conflicting with current value.
Examplegenerated
exampleReturned when operation has been rejected as it is happening too frequently.
Examplegenerated
exampleReturned when server encountered an error in processing API.
Examplegenerated
exampleReturned when service is unavailable temporarily.
Examplegenerated
exampleReturned when server timed out processing request.
Examplegenerated
example