{ "opencollection": "1.0.0", "info": { "name": "Amazon ElastiCache Amazon ElastiCache API API", "version": "2015-02-02" }, "items": [ { "info": { "name": "Amazon ElastiCache API", "type": "folder" }, "items": [ { "info": { "name": "Amazon ElastiCache Describe Cache Clusters", "type": "http" }, "http": { "method": "GET", "url": "https://elasticache.amazonaws.com/", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query" }, { "name": "CacheClusterId", "value": "", "type": "query", "description": "The user-supplied cluster identifier." }, { "name": "ShowCacheNodeInfo", "value": "", "type": "query", "description": "If true, lists individual cache node information." }, { "name": "MaxRecords", "value": "", "type": "query", "description": "The maximum number of records to include in the response." }, { "name": "Marker", "value": "", "type": "query", "description": "An optional marker returned from a prior request." } ] }, "docs": "Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cache cluster if a cluster identifier is supplied." }, { "info": { "name": "Amazon ElastiCache Create Cache Cluster", "type": "http" }, "http": { "method": "POST", "url": "https://elasticache.amazonaws.com/", "params": [ { "name": "Action", "value": "", "type": "query" }, { "name": "Version", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "CacheClusterId", "value": "" }, { "name": "Engine", "value": "" }, { "name": "EngineVersion", "value": "" }, { "name": "CacheNodeType", "value": "" }, { "name": "NumCacheNodes", "value": "" }, { "name": "CacheSubnetGroupName", "value": "" }, { "name": "CacheParameterGroupName", "value": "" }, { "name": "SecurityGroupIds", "value": "" }, { "name": "PreferredAvailabilityZone", "value": "" }, { "name": "Port", "value": "" }, { "name": "AutoMinorVersionUpgrade", "value": "" }, { "name": "SnapshotRetentionLimit", "value": "" } ] } }, "docs": "Creates a cache cluster. All nodes in the cache cluster run the same protocol-compliant cache engine software, either Memcached or Redis." } ] } ], "bundled": true }