You are viewing the Apigee Management API reference documentation. For the main product docs, and to search all docs, go to https://docs.apigee.com. |
Company App Families
Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
API Resource Path: /appfamilies |
App collections, associated with individual companies, that enable aggregate management of app instances. |
App families enable you to create functional groups of apps. A single app may be instantiated in several forms. For example, an app may have sandbox instance and a production instance. App families enable these app instances to be associated. You can do this by linking the instances of the app together in a an app family collection. Specify an app family name, associate that name with a developer or a company of your organization, and select one or more app IDs to add to the contents of the app family. You can create app families for developer apps or for company apps within your organization. Note: The Company App Families APIs are deprecated. |
Create a company app family | Detail | |
/companies/{company_name}/appfamilies
|
||
Verb: | POST | |
Description: | Create an app family for a company | |
Media types: |
application/json
text/xml
|
|
Auth: | Basic Auth | |
Delete a company app family | Detail | |
/companies/{company_name}/appfamilies/{appfamily_name}
|
||
Verb: | DELETE | |
Description: | Deletes a company app family | |
Auth: | Basic Auth | |
Get a company app family | Detail | |
/companies/{companyname}/appfamilies/{appfamily}
|
||
Verb: | GET | |
Description: | Get a list of apps in a company app family | |
Media types: |
application/json
text/xml
|
|
Auth: | Basic Auth | |
List company app families | Detail | |
/companies/{company_name}/appfamilies
|
||
Verb: | GET | |
Description: | List all company app families in an organization | |
Media types: |
application/json
text/xml
|
|
Auth: | Basic Auth | |
Remove an app from a company app family | Detail | |
/companies/{company_name}/appfamilies/{appfamily_name}/apps/{app_name}
|
||
Verb: | DELETE | |
Description: | Removes an app from a company app family | |
Auth: | Basic Auth | |
Update a company app family | Detail | |
/companies/{company_name}/appfamilies/{appfamily_name}
|
||
Verb: | POST | |
Description: | Update a company app family | |
Media types: |
application/json
text/xml
|
|
Auth: | Basic Auth |
Help or comments?
- If something's not working: Ask the Apigee Community or see Apigee Support.
- If something's wrong with the docs: Click the "Send Feedback" button.
(Incorrect? Unclear? Broken link? Typo?)