{ "opencollection": "1.0.0", "info": { "name": "AWS SimSpace Weaver Createsnapshot Listapps#simulation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Listapps#simulation", "type": "folder" }, "items": [ { "info": { "name": "Amazon List Apps", "type": "http" }, "http": { "method": "GET", "url": "http://simspaceweaver.{region}.amazonaws.com/listapps#simulation", "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": "domain", "value": "", "type": "query", "description": "The name of the domain that you want to list apps for." }, { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of apps to list." }, { "name": "nextToken", "value": "", "type": "query", "description": "If SimSpace Weaver returns nextToken, then there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error." }, { "name": "simulation", "value": "", "type": "query", "description": "The name of the simulation that you want to list apps for." }, { "name": "MaxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "NextToken", "value": "", "type": "query", "description": "Pagination token" } ] }, "docs": "Lists all custom apps or service apps for the given simulation and domain." } ] } ], "bundled": true }