Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

DescriptionUsed to retrieves retrieve information on Cartridges, which have been a Cartridge that the user is already subscribed to previously.
URL

admin/cartridge/info/<CARTRIDGE_ALIAS> 

HTTP MethodGET
Request/Response Formatapplication/json

Example

Use case: Get information on a specific Cartridge , which that you have are currently subscribed to previously. The example request is as follows:

Code Block
curl -­X GET -­H "ContentType:application/json" -­k ­-v ­-u admin:admin https://<SM_HOST>:9445/stratos/admin/cartridge/info/<CARTRIDGE_ALIAS>

Sample response

Code Block