API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}
| API Resource Path: /maps |
| Persistence resources that enable storing arbitrary data |
| DEPRECATED: Use Key/Value Maps |
| Create Map | Detail | |
/maps
|
||
| Verb: | POST | |
| Description: | Creates a Map | |
| Auth: | Basic Auth | |
| Delete Entry | Detail | |
/maps/{map_name}/entries/{entry_name}
|
||
| Verb: | DELETE | |
| Description: | Deletes a single entry by name | |
| Auth: | Basic Auth | |
| Delete Map | Detail | |
/maps/{map_name}
|
||
| Verb: | DELETE | |
| Description: | Deletes a map and all associated entries. | |
| Auth: | Basic Auth | |
| Get List of Maps (Expanded) | Detail | |
/maps?expand=true
|
||
| Verb: | GET | |
| Description: | Returns an expanded view of all Maps in an Organization | |
| Auth: | Basic Auth | |
| Get Map | Detail | |
/maps/{map_name}
|
||
| Verb: | GET | |
| Description: | Gets a map by name, along with associated entries | |
| Auth: | Basic Auth | |
| List Maps | Detail | |
/maps
|
||
| Verb: | GET | |
| Description: | List all Maps by name | |
| Auth: | Basic Auth | |
| Update map | Detail | |
/maps/{map_name}
|
||
| Verb: | PUT | |
| Description: | Updates an existing map | |
| Auth: | Basic Auth | |