{ "opencollection": "1.0.0", "info": { "name": "Amazon Managed Blockchain Accessors API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Accessors", "type": "folder" }, "items": [ { "info": { "name": "Amazon Managed Blockchain List Accessors", "type": "http" }, "http": { "method": "GET", "url": "http://managedblockchain.{region}.amazonaws.com/accessors", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "maxResults", "value": "", "type": "query", "description": " The maximum number of accessors to list." }, { "name": "nextToken", "value": "", "type": "query", "description": " The pagination token that indicates the next set of results to retrieve. " }, { "name": "MaxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "NextToken", "value": "", "type": "query", "description": "Pagination token" } ] }, "docs": "Returns a list of the accessors and their properties. Accessor objects are containers that have the information required for token based access to your Ethereum nodes." }, { "info": { "name": "Amazon Managed Blockchain Create Accessor", "type": "http" }, "http": { "method": "POST", "url": "http://managedblockchain.{region}.amazonaws.com/accessors", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new accessor for use with Managed Blockchain Ethereum nodes. An accessor contains information required for token based access to your Ethereum nodes." }, { "info": { "name": "Amazon Managed Blockchain Get Accessor", "type": "http" }, "http": { "method": "GET", "url": "http://managedblockchain.{region}.amazonaws.com/accessors/:AccessorId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "AccessorId", "value": "", "type": "path", "description": "The unique identifier of the accessor." } ] }, "docs": "Returns detailed information about an accessor. An accessor object is a container that has the information required for token based access to your Ethereum nodes." }, { "info": { "name": "Amazon Managed Blockchain Delete Accessor", "type": "http" }, "http": { "method": "DELETE", "url": "http://managedblockchain.{region}.amazonaws.com/accessors/:AccessorId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "AccessorId", "value": "", "type": "path", "description": "The unique identifier of the accessor." } ] }, "docs": "Deletes an accessor that your Amazon Web Services account owns. An accessor object is a container that has the information required for token based access to your Ethereum nodes including, the BILLING_TOKEN. After an accessor is deleted, the status of the accessor changes from AVAILABLE to PENDING_DELETION. An accessor in the PENDING_DELETION state can’t be used for new WebSocket requests or HTTP requests. However, WebSocket connections that we" } ] } ], "bundled": true }