{ "opencollection": "1.0.0", "info": { "name": "Rackspace Cloud DNS Contacts Metadata API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Get List Of All Metadata For Resource", "type": "http" }, "http": { "method": "GET", "url": "https://dns.api.rackspacecloud.com/v1.0/v1/:resourceType/:resourceId/metadata", "params": [ { "name": "resourceType", "value": "", "type": "path", "description": "Resource type the metadata is attached to (for example, customer_accounts)." }, { "name": "resourceId", "value": "", "type": "path" } ] }, "docs": "Returns all metadata key-value pairs attached to the specified resource." }, { "info": { "name": "Get Specific Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://dns.api.rackspacecloud.com/v1.0/v1/:resourceType/:resourceId/metadata/:key", "params": [ { "name": "resourceType", "value": "", "type": "path", "description": "Resource type the metadata is attached to (for example, customer_accounts)." }, { "name": "resourceId", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "path" } ] }, "docs": "Returns the metadata entry identified by the supplied key." }, { "info": { "name": "Get Details For Specific Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://dns.api.rackspacecloud.com/v1.0/v1/:resourceType/:resourceId/metadata/:key/details", "params": [ { "name": "resourceType", "value": "", "type": "path", "description": "Resource type the metadata is attached to (for example, customer_accounts)." }, { "name": "resourceId", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "path" } ] }, "docs": "Returns extended detail about the metadata entry, including who created it and when." } ] } ], "bundled": true }