openapi: 3.0.0 info: title: CloudHub API version: 1.0.0 description: Manage CloudHub applications, domains, deployments, alerts, and autoscale policies. Monitor dashboard statistics and diagnostics. servers: - url: https://anypoint.mulesoft.com/cloudhub/api description: US - url: https://eu1.anypoint.mulesoft.com/cloudhub/api description: EU security: - bearerAuth: [] - clientAuth: [] paths: /v2: {} /v2/alerts: description: 'Alerts resource ' get: description: 'Retrieve all alerts in the specified environment. Requires ''Read Alerts'' role. ' parameters: - name: offset description: Offset to return alerts from required: true in: query schema: type: integer default: 0 - name: limit description: Maximum number of alerts to return required: true in: query schema: type: integer default: 10 - name: resource description: Only return alerts which are connected to this resource (application name) required: true in: query schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/GetAlertsResponse' example: &id067 - name: failure severity: INFO condition: type: deployment-failed resources: - my-app-name resourceType: application organizationId: 2105a52e-6bd7-4c86-92bd-119ba216f96d environmentId: 8606e617-21de-4d46-84fb-0e44036ac08b id: 1555fd61-3cfb-4662-afdc-298c1676beb0 productName: cloudhub actions: - type: email emails: - me@example.com subject: subject line content: deployment failed for ${resource} enabled: true lastModified: 1458115909470 isSystem: false createdAt: 1458115909470 - name: failure severity: INFO condition: type: deployment-success resources: - my-app-name resourceType: application organizationId: 2105a52e-6bd7-4c86-92bd-119ba216f96d environmentId: 8606e617-21de-4d46-84fb-0e44036ac08b id: 1555fd61-3cfb-4662-afdc-298c1676beb2 productName: cloudhub actions: - type: email emails: - me@example.com subject: subject line content: deployment failed for ${resource} enabled: true lastModified: 1458115909470 isSystem: false createdAt: 1458115909470 summary: List alerts operationId: listV2Alerts post: description: 'Create an alert ' parameters: - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: $ref: '#/components/requestBodies/PostPutAlert' description: The alerts data to create. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/GetAlertResponse' example: &id001 name: failure severity: INFO condition: type: deployment-failed resources: - my-app-name resourceType: cloudhub-application organizationId: 2105a52e-6bd7-4c86-92bd-119ba216f96d environmentId: 8606e617-21de-4d46-84fb-0e44036ac08b id: 1555fd61-3cfb-4662-afdc-298c1676beb0 productName: cloudhub actions: - type: email emails: - me@example.com subject: subject line content: deployment failed for ${resource} enabled: true lastModified: 1458115909470 isSystem: false createdAt: 1458115909470 summary: Create alert operationId: createV2Alert /v2/alerts/{id}: put: description: 'Update an existing alert ' parameters: - name: id required: true in: path schema: type: string description: The id to identify the target resource. requestBody: $ref: '#/components/requestBodies/PostPutAlert' description: The alerts data to update. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/GetAlertResponse' example: *id001 summary: Update alert by ID operationId: updateV2AlertById get: description: 'Retrieve a single alert ' parameters: - name: id required: true in: path schema: type: string description: The id to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/GetAlertResponse' example: *id001 summary: Get alert by ID operationId: getV2AlertById delete: description: 'Delete a single alert ' parameters: - name: id required: true in: path schema: type: string description: The id to identify the target resource. responses: '204': description: 'Alert deleted ' summary: Delete alert by ID operationId: deleteV2AlertById /v2/alerts/{id}/history: get: description: 'Retrieve the history describing when this alert was triggered ' parameters: - name: id required: true in: path schema: type: string description: The id to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/AlertsHistory' example: &id068 data: - triggeredAt: 1458117301985 context: user: jeffh resource: testapi-jeffdasd2 severity: INFO condition: type: deployment-success actions: - state: failed type: email - triggeredAt: 1458116181786 context: user: jeffh resource: testapi-jeffdasd2 severity: INFO condition: type: deployment-success actions: - state: failed type: email total: 2 summary: Get alert trigger history operationId: getV2AlertHistory /v2/applications: description: 'Applications resource ' get: description: 'Retrieve all applications in the specified environment. Requires ''Read Applications'' role. ' parameters: - name: retrieveStatistics description: Include statistics for each application in the response required: true in: query schema: type: boolean default: false - name: period description: Number of milliseconds of statistics to gather required: true in: query schema: type: number default: 3600000 - name: retrieveLogLevels description: Include log levels for each application in the response required: true in: query schema: type: boolean default: true - name: retrieveTrackingSettings description: Include tracking settings for each application in the response required: true in: query schema: type: boolean default: true - name: retrieveIpAddresses description: Include ip address allocations for each application in the response required: true in: query schema: type: boolean default: true - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id002 - domain: example-app fullDomain: example-app.cloudhub.io description: '' properties: {} propertiesOptions: {} status: STARTED workers: type: name: Medium weight: 1 cpu: 1 vCore memory: 1.5 GB memory amount: 1 remainingOrgWorkers: 1 totalOrgWorkers: 1 recentStatistics: transactions: 0 cpu: 0.95 lastUpdateTime: 1425571830350 fileName: example-app.jar muleVersion: version: 4.4.0 updateId: 651c112af26039320eef384f latestUpdateId: 6527fb5109623963cc1d425e endOfSupportDate: 1703991600000 endOfLifeDate: 1704078000000 updateVersion: 10-03-2023 releaseChannel: NONE javaVersion: '8' previousMuleVersion: version: 4.4.0 updateId: 64f20477036da5595236faaf endOfSupportDate: 1703991600000 endOfLifeDate: 1704078000000 updateVersion: 09-01-2023 releaseChannel: NONE javaVersion: '8' tenants: 0 userId: 54f7ed7ae4b0d48f31a3099e userName: fred-smith vpnConfig: network: 203.0.113.0 mask: 27 persistentQueues: false persistentQueuesEncryptionEnabled: false persistentQueuesEncrypted: false monitoringEnabled: true monitoringAutoRestart: true staticIPsEnabled: false multitenanted: false hasFile: true secureDataGatewayEnabled: false vpnEnabled: false trackingSettings: trackingLevel: DISABLED logLevels: [] ipAddresses: [] example: *id002 summary: List applications (v2) operationId: listV2Applications post: description: 'Create a new application. Requires ''Create Applications'' role. ' parameters: - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: multipart/form-data: schema: $ref: '#/components/schemas/PostApplication' application/json: schema: $ref: '#/components/schemas/PostApplication' x-amf-mediaType: application/json description: The applications data to create. x-amf-requestPayloads: - mediaType: multipart/form-data schema: type: object required: - file - appInfoJson properties: file: description: 'Contents of a Mule application file ' type: file autoStart: description: 'boolean flag to autostart the application after it is deployed ' example: true type: boolean appInfoJson: description: 'application attributes in json format Set "objectStoreV1": false to use Object Store V2 ' example: "{\n \"domain\": \"test-test\",\n \"muleVersion\": {\n \"version\": \"4.4.0\"\n },\n \"region\": \"us-east-1\",\n \"monitoringEnabled\": true,\n \"monitoringAutoRestart\": true,\n \"workers\": {\n \"amount\": 1,\n \"type\": {\n \"name\": \"Medium\",\n \"weight\": 1,\n \"cpu\": \"1 vCore\",\n \"memory\": \"1.5 GB memory\"\n }\n },\n \"loggingNgEnabled\": true,\n \"persistentQueues\": true,\n \"objectStoreV1\": true\n}" type: string responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id003 domain: example-app fullDomain: example-app.cloudhub.io description: '' properties: {} propertiesOptions: {} status: STARTED workers: type: name: Medium weight: 1 cpu: 1 vCore memory: 1.5 GB memory amount: 1 remainingOrgWorkers: 1 totalOrgWorkers: 1 recentStatistics: transactions: 0 cpu: 0.95 lastUpdateTime: 1425571830350 fileName: example-app.zip muleVersion: version: 4.4.0 updateId: 651c112af26039320eef384f latestUpdateId: 6527fb5109623963cc1d425e endOfSupportDate: 1703991600000 endOfLifeDate: 1704078000000 updateVersion: 10-03-2023 releaseChannel: NONE javaVersion: '8' previousMuleVersion: version: 4.4.0 updateId: 64f20477036da5595236faaf endOfSupportDate: 1703991600000 endOfLifeDate: 1704078000000 updateVersion: 09-01-2023 releaseChannel: NONE javaVersion: '8' tenants: 0 userId: 54f7ed7ae4b0d48f31a3099e userName: fred-smith vpnConfig: network: 203.0.113.0 mask: 27 deploymentGroup: id: 5aff4d75ea4580594b7405d6 name: US West and East 1 persistentQueues: false persistentQueuesEncryptionEnabled: false persistentQueuesEncrypted: false monitoringEnabled: true monitoringAutoRestart: true staticIPsEnabled: false multitenanted: false hasFile: true secureDataGatewayEnabled: false vpnEnabled: false trackingSettings: trackingLevel: DISABLED logLevels: [] ipAddresses: [] example: *id003 summary: Create application (v2) operationId: createV2Application put: description: 'Bulk Action (UPDATE, START, STOP, RESTART, DELETE) for Applications. **UPDATE**: Update all applications in the provided list to the latest update of the Mule Version that the application is currently using **START**: Start all applications in the provided list if they are stopped **STOP**: Stop all applications in the provided list if they are started **RESTART**: Restart all applications in the provided list with zero downtime **DELETE**: Delete all applications in the provided list The threshold for number of domains in the bulk actions is 100. These actions cannot be stopped. Requires ''Manage Settings'' role. ' parameters: - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: application/json: schema: example: action: UPDATE domains: - domain1 - domain2 x-amf-mediaType: application/json description: The applications data to update. responses: '200': description: Successful operation. summary: Run bulk action on applications operationId: bulkActionV2Applications /v2/applications/{domain}: description: 'A single application ' get: description: 'Retrieve a single application by name. Requires ''Read Applications'' role. ' parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id004 domain: example-app fullDomain: example-app.cloudhub.io description: '' properties: {} propertiesOptions: {} status: STARTED workers: type: name: Medium weight: 1 cpu: 1 vCore memory: 1.5 GB memory amount: 1 remainingOrgWorkers: 1 totalOrgWorkers: 1 recentStatistics: transactions: 0 cpu: 0.95 lastUpdateTime: 1425571830350 fileName: example-app.zip muleVersion: version: 4.4.0 updateId: 651c112af26039320eef384f latestUpdateId: 6527fb5109623963cc1d425e endOfSupportDate: 1703991600000 endOfLifeDate: 1704078000000 updateVersion: 10-03-2023 releaseChannel: NONE javaVersion: '8' previousMuleVersion: version: 4.4.0 updateId: 64f20477036da5595236faaf endOfSupportDate: 1703991600000 endOfLifeDate: 1704078000000 updateVersion: 09-01-2023 releaseChannel: NONE javaVersion: '8' tenants: 0 userId: 54f7ed7ae4b0d48f31a3099e userName: fred-smith vpnConfig: network: 203.0.113.0 mask: 27 deploymentGroup: id: 5aff4d75ea4580594b7405d6 name: US West and East 1 persistentQueues: false persistentQueuesEncryptionEnabled: false persistentQueuesEncrypted: false monitoringEnabled: true monitoringAutoRestart: true staticIPsEnabled: false multitenanted: false hasFile: true secureDataGatewayEnabled: false vpnEnabled: false trackingSettings: trackingLevel: DISABLED logLevels: [] ipAddresses: [] example: *id004 summary: Get application by domain (v2) operationId: getV2ApplicationByDomain delete: description: 'Delete a single application ' parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '204': description: Operation completed successfully with no content returned. summary: Delete application by domain (v2) operationId: deleteV2ApplicationByDomain put: description: 'Update a single application. Requires ''Manage Settings'' role. ' parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: multipart/form-data: schema: description: CloudHub Application from Exchange or Sandbox x-amf-examples: sandbox: applicationSource: fileSource: 5a0251232f6ce02c9b813bd4 fileChecksum: 1ac0a8293da1d327558707662c4fe567 source: SANDBOX applicationInfo: workers: amount: 2 type: name: Micro autoStart: true exchange: applicationSource: groupId: org.mule.examples artifactId: hello-world version: 1.4.0 source: EXCHANGE applicationInfo: workers: type: name: Micro amount: 2 autoStart: true type: object properties: autoStart: description: Should the application start deploying type: boolean applicationInfo: description: Application deployment information type: object properties: domain: description: Desired unique CloudHub application domain, required for new applications type: string fileName: description: Display name for the application file, without extension type: string loggingCustomLog4JEnabled: description: Whether custom Log4J logging is enabled type: boolean loggingNgEnabled: type: boolean logLevels: description: Log levels configuration type: array items: type: object required: - level - packageName properties: level: description: Log level to be set for the specified package enum: - TRACE - DEBUG - INFO - WARN - ERROR type: string packageName: description: Name of the package for which the log level is being set type: string monitoringAutoRestart: description: Whether application should be restarted when not responding type: boolean monitoringEnabled: description: Whether Anypoint Monitoring is enabled for the application type: boolean muleVersion: description: CloudHub Mule runtime version to use. For new deployments obtainer this information from the mule-versions endpoint type: object properties: updateId: description: Update ID identifying the specific patch for the main version. Corresponds to latestUpdate.id from mule-versions endpoint type: string version: description: Main version to use type: string objectStoreV1: description: Whether Object Store V1 should be used, otherwise Object Store V2 will apply type: boolean persistentQueues: description: Whether persistent queues are enabled type: boolean persistentQueuesEncrypted: description: Whether persistent queues are to be encrypted type: boolean properties: description: System property overrides type: object additionalProperties: true region: description: Region where the application is deployed type: string staticIPsEnabled: description: Whether static IPs are enabled type: boolean trackingSettings: description: Insight level type: object required: - trackingLevel properties: trackingLevel: enum: - DISABLED - METADATA - METADATA_AND_REPLAY type: string workers: description: Replicas configuration type: object required: - amount - type properties: amount: description: Number of workers type: integer type: description: Worker vCore size, specifying the right name is enough, the other properties are infromative type: object required: - name properties: cpu: description: CPU allocation for the worker type: string memory: description: Memory allocation for the worker type: string name: description: Name of the worker type type: string weight: description: vCore allocation type: number applicationSource: description: Information about application source type: object properties: artifactId: description: artifactId for exchange source type: string fileChecksum: description: fileChecksum for sandbox source type: string fileSource: description: fileSource for sandbox source type: string groupId: description: groupId for exchange source type: string source: description: Source type enum: - EXCHANGE - SANDBOX type: string version: description: version for exchange source type: string application/json: schema: description: CloudHub Application from Exchange or Sandbox x-amf-examples: sandbox: applicationSource: fileSource: 5a0251232f6ce02c9b813bd4 fileChecksum: 1ac0a8293da1d327558707662c4fe567 source: SANDBOX applicationInfo: workers: amount: 2 type: name: Micro autoStart: true exchange: applicationSource: groupId: org.mule.examples artifactId: hello-world version: 1.4.0 source: EXCHANGE applicationInfo: workers: type: name: Micro amount: 2 autoStart: true type: object properties: autoStart: description: Should the application start deploying type: boolean applicationInfo: description: Application deployment information type: object properties: domain: description: Desired unique CloudHub application domain, required for new applications type: string fileName: description: Display name for the application file, without extension type: string loggingCustomLog4JEnabled: description: Whether custom Log4J logging is enabled type: boolean loggingNgEnabled: type: boolean logLevels: description: Log levels configuration type: array items: type: object required: - level - packageName properties: level: description: Log level to be set for the specified package enum: - TRACE - DEBUG - INFO - WARN - ERROR type: string packageName: description: Name of the package for which the log level is being set type: string monitoringAutoRestart: description: Whether application should be restarted when not responding type: boolean monitoringEnabled: description: Whether Anypoint Monitoring is enabled for the application type: boolean muleVersion: description: CloudHub Mule runtime version to use. For new deployments obtainer this information from the mule-versions endpoint type: object properties: updateId: description: Update ID identifying the specific patch for the main version. Corresponds to latestUpdate.id from mule-versions endpoint type: string version: description: Main version to use type: string objectStoreV1: description: Whether Object Store V1 should be used, otherwise Object Store V2 will apply type: boolean persistentQueues: description: Whether persistent queues are enabled type: boolean persistentQueuesEncrypted: description: Whether persistent queues are to be encrypted type: boolean properties: description: System property overrides type: object additionalProperties: true region: description: Region where the application is deployed type: string staticIPsEnabled: description: Whether static IPs are enabled type: boolean trackingSettings: description: Insight level type: object required: - trackingLevel properties: trackingLevel: enum: - DISABLED - METADATA - METADATA_AND_REPLAY type: string workers: description: Replicas configuration type: object required: - amount - type properties: amount: description: Number of workers type: integer type: description: Worker vCore size, specifying the right name is enough, the other properties are infromative type: object required: - name properties: cpu: description: CPU allocation for the worker type: string memory: description: Memory allocation for the worker type: string name: description: Name of the worker type type: string weight: description: vCore allocation type: number applicationSource: description: Information about application source type: object properties: artifactId: description: artifactId for exchange source type: string fileChecksum: description: fileChecksum for sandbox source type: string fileSource: description: fileSource for sandbox source type: string groupId: description: groupId for exchange source type: string source: description: Source type enum: - EXCHANGE - SANDBOX type: string version: description: version for exchange source type: string x-amf-mediaType: application/json description: The applications data to update. x-amf-requestPayloads: - mediaType: multipart/form-data schema: type: object required: - appInfoJson properties: file: description: 'Contents of a Mule application file ' type: file appInfoJson: description: 'application attributes in json format ' example: value: "{\n \"fileChecksum\":\"\",\n \"fileSource\":\"\",\n \"muleVersion\":{\n \"version\":\"3.8.2\",\n \"updateId\": \"581bbe7383a74dc0901efd1c\"\n },\n \"properties\":{\n \"key1\":\"value1\"\n },\n \"logLevels\":[\n\n ],\n \"trackingSettings\":{\n \"trackingLevel\":\"DISABLED\"\n },\n \"region\":\"us-east-1\",\n \"multitenanted\":false,\n \"vpnEnabled\":false,\n \"secureDataGatewayEnabled\":false,\n \"persistentQueues\":false,\n \"persistentQueuesEncrypted\":false,\n \"monitoringEnabled\":true,\n \"monitoringAutoRestart\":true,\n \"workers\":{\n \"type\":{\n \"name\":\"Medium\",\n \"weight\":1,\n \"cpu\":\"1 vCore\",\n \"memory\":\"1.5 GB memory\"\n },\n \"amount\":1\n }\n}" type: string responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id005 domain: example-app fullDomain: example-app.cloudhub.io description: '' properties: {} propertiesOptions: {} status: STARTED workers: type: name: Medium weight: 1 cpu: 1 vCore memory: 1.5 GB memory amount: 1 remainingOrgWorkers: 1 totalOrgWorkers: 1 recentStatistics: transactions: 0 cpu: 0.95 lastUpdateTime: 1425571830350 fileName: example-app.zip muleVersion: version: 4.4.0 updateId: 651c112af26039320eef384f latestUpdateId: 6527fb5109623963cc1d425e endOfSupportDate: 1703991600000 endOfLifeDate: 1704078000000 updateVersion: 10-03-2023 releaseChannel: NONE javaVersion: '8' previousMuleVersion: version: 4.4.0 updateId: 64f20477036da5595236faaf endOfSupportDate: 1703991600000 endOfLifeDate: 1704078000000 updateVersion: 09-01-2023 releaseChannel: NONE javaVersion: '8' tenants: 0 userId: 54f7ed7ae4b0d48f31a3099e userName: fred-smith vpnConfig: network: 203.0.113.0 mask: 27 deploymentGroup: id: 5aff4d75ea4580594b7405d6 name: US West and East 1 persistentQueues: false persistentQueuesEncryptionEnabled: false persistentQueuesEncrypted: false monitoringEnabled: true monitoringAutoRestart: true staticIPsEnabled: false multitenanted: false hasFile: true secureDataGatewayEnabled: false vpnEnabled: false trackingSettings: trackingLevel: DISABLED logLevels: [] ipAddresses: [] example: *id005 summary: Update application by domain (v2) operationId: updateV2ApplicationByDomain /v2/applications/{domain}/dashboardStats: description: 'Dashboard statistics Dashboard stats contains various metrics as requested, each includes multiple pairs referred to as statistic points. The number of statistic points depends on the time range and the interval for the statistics. The statistics available are: | Metric Name | Description | | ------------------ |:-------------------------------------------------------------------------------------------| | **events** | Total number of mule events occur within the specific interval. Note: Due to the 60-second collection cycle, events occurring in one calendar minute may appear in an adjacent minute window. This is expected behavior based on when events are collected by the Mule agent statistics system. | | **diskReadBytes** | Average disk read in bytes per minute within the specific interval | | **diskWriteBytes** | Average disk write in bytes per minute within the specific interval | | **networkIn** | Average networkIn in bytes per minute within the specific interval | | **networkOut** | Average networkOut in bytes per minute within the specific interval | | **memoryTotalUsed** | Average memory used in bytes within the specific interval | | **memoryPercentageUsed** | Average percentage of memory used within the specific interval | | **memoryTotalMax** | Total memory in bytes of the worker. memoryTotalUsed/memoryTotalMax = memoryPercentageUsed | | **cpu** | Average percentage of cpu used within the specific interval | **Important notes:** - **Statistics Events cap:** When the requested duration exceeds 250 intervals, the API preserves the full time range but automatically recalculates the interval to fit within 250 data points. - **WorkerStatistics behaviour:** Worker metrics are limited to a maximum of 1440 data points and do not auto-adjust intervals when within limits. - **Retention limit:** Metrics requested at 1-minute resolution are only available for the last 15 days. - **Disk metrics (-1 values):** diskReadBytes and diskWriteBytes may return -1 when instance store volumes are not present. These metrics can be safely ignored in such cases. ' get: description: 'Retrieve statistics for an application or specific application workers. Requires ''Read Applications'' role. (Note: The maximum number of statistic points returned for each metric from a single call is 1440.) ' parameters: - name: endDate description: 'ISO format date string representing the last date to retrieve statistics. If not specified, defaults to now. ' required: true in: query schema: type: string - name: statistics description: 'Specify which statistics to retrieve. If not specified, retrieve all statistics ' required: true in: query schema: type: string - name: interval description: Amount of time between samples in milliseconds. Worker statistics can be retrieved for period as short as 1 minute. required: true in: query schema: type: integer default: 900000 - name: workerIds description: 'Specify which worker to retrieve statistics for. Can be specified multiple times to retrieve statistics for multiple workers. If not specified, statistics for all workers are retrieved. ' required: true in: query schema: type: string - name: startDate description: 'ISO format date string representing the first date to retrieve statistics. If not specified, defaults to endDate - 24 hours. ' required: true in: query schema: type: string - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id006 events: '1431145723547': 0 '1431229423547': 0 '1431230323547': 0 '1431231223547': 0 workerStatistics: - id: i-0331cdfc ipAddress: 52.6.239.113 statistics: memoryTotalUsed: '1431231180000': 1000 '1431232080000': 1000 diskWriteBytes: '1431145680000': -1 '1431146580000': -1 cpu: '1431145680000': 3 '1431146580000': 5 networkOut: '1431146580000': 34234 '1431231180000': 73779.5 diskReadBytes: '1431145680000': 3434 '1431146580000': 4545 networkIn: '1431145680000': 4554 '1431146580000': 2222 '1431231180000': 334 '1431232080000': 6666 memoryTotalMax: '1431145680000': 344 '1431146580000': 344 example: *id006 summary: Get application dashboard stats operationId: getV2ApplicationDashboardStats /v2/applications/{domain}/files: description: 'Deploy or re-deploy an application with the specified application file. ' post: description: 'Deploy or re-deploy an application with the specified application file. Requires ''Manage Settings'' role. ' parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: multipart/form-data: schema: type: object required: - file properties: file: description: 'Contents of a Mule application file ' type: string format: binary staticIp: description: 'Ip address to serve the application on ' example: 10.4.5.20 type: string x-amf-mediaType: multipart/form-data description: The files data to create. responses: '200': description: 'Application deployment queued successfully. ' summary: Deploy application file operationId: deployV2ApplicationFile /v2/applications/{domain}/queueStatistics: description: Retrieve statistics for persistent queues. get: description: 'Retrieve statistics for persistent queues. Requires ''Read Applications'' role. ' parameters: - name: endDate description: 'ISO format date string representing the last date to retrieve statistics. If not specified, defaults to now. ' required: false in: query schema: type: string - name: statistics description: 'Specifiy which statistics to retrieve ' required: false in: query style: form explode: false schema: type: array items: type: string default: - queued - inFlight - added - dequeued - name: interval description: 'Amount of time between samples in milliseconds. ' required: false in: query schema: type: integer default: 300000 - name: offset description: 'Index of the first queue to retrieve. Used for paging results. ' required: true in: query schema: type: integer default: 0 - name: queueName description: 'Specify the name of the queue to retrieve data for ' required: true in: query schema: type: string - name: limit description: 'Maximum number of queues to retrieve statistics for. ' required: true in: query schema: type: integer default: 20 - name: startDate description: 'ISO format date string representing the first date to retrieve statistics. If not specified, defaults to endDate - 24 hours. ' required: false in: query schema: type: string - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id007 queues: - id: 54f7ed78e4b0d48f31a30891_54f87d13e4b0d48f320c66cb_A9452D1A86C11FD2E70F2481D99B31 name: seda.queue(helloworldFlow.stage1) queued: 0 inFlight: 0 status: NORMAL queueStatistics: - id: 54f7ed78e4b0d48f31a30891_54f87d13e4b0d48f320c66cb_A9452D1A86C11FD2E70F2481D99B31 statistics: queued: {} inFlight: {} dequeued: {} total: 1 example: *id007 summary: Get application queue statistics operationId: getV2ApplicationQueueStats /v2/applications/{domain}/staticips: description: Manage the static Ips get: description: 'Retrieve all the static IP addresses related with the application ' parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id008 total: 2 data: - regionId: us-east-1 regionName: US East (N. Virginia) type: vpc address: 0.0.0.0 state: IN_USE - regionId: us-west-2 regionName: US West (Oregon) type: vpc address: 0.0.0.0 state: ASSIGNED example: *id008 summary: List application static IPs operationId: listV2ApplicationStaticIps post: description: 'Request a static IP for the application. ' parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: application/json: schema: $ref: '#/components/schemas/PostStaticIp' x-amf-mediaType: application/json description: The staticips data to create. responses: '200': description: 'Static IP is assigned to the application ' '400': description: 'Region is not valid or application, or static IP is not enabled for the app ' '403': description: 'Static IP is not allowed for the org or the app ' '409': description: 'A static IP is already reserved for the app ' summary: Request application static IP operationId: requestV2ApplicationStaticIp /v2/applications/{domain}/staticips/{region}: delete: description: Release any unused static IP address(es) assigned to the application for that region back to the pool. parameters: - name: domain description: Application domain name required: true in: path schema: type: string - name: region description: the region required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '204': description: 'IP address is successfully released back to the pool. ' '400': description: 'Region not in existence. ' '403': description: 'Static IP is not allowed for the org or the app ' '409': description: 'A concurrent request has modified the status of the IP before freeing. ' summary: Release static IPs in region operationId: releaseV2StaticIpsByRegion /v2/applications/{domain}/deployments: get: description: 'description: Retrieve deploymentIds and InstanceIds using this API. These Ids are useful for downloading mule application and worker logs. ' parameters: - name: limit description: 'Maximum number of deployments to retrieve. ' required: false in: query schema: type: integer default: 25 - name: offset description: 'Index of the first deployment to retrieve. Used for paging results. ' required: false in: query schema: type: integer default: 0 - name: orderByDate description: 'Order of deployments ' required: false in: query schema: type: string enum: - DESC - ASC default: ASC - name: loggingVersion description: 'if you are using new logging system then use VERSION_2 ' required: false in: query schema: type: string enum: - VERSION_1 - VERSION_2 default: VERSION_2 - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id009 data: - deploymentId: 566f011be4b06b370949daff createTime: 2015-12-14 17:49:15.731000+00:00 startTime: 2015-12-14 17:49:19.329000+00:00 endTime: 2015-12-14 17:53:52.828000+00:00 instances: - instanceId: 566f011be4b06b370949daff-0 publicIPAddress: 52.91.11.88 status: STARTED region: us-east-1 - deploymentId: 566f00c2e4b06b3709496e0d createTime: 2015-12-14 17:47:46.833000+00:00 startTime: 2015-12-14 17:47:49.282000+00:00 endTime: 2015-12-14 17:49:18.366000+00:00 instances: [] - deploymentId: 566efefae4b06b3709475a6b createTime: 2015-12-14 17:40:10.659000+00:00 startTime: 2015-12-14 17:40:14.002000+00:00 endTime: 2015-12-14 17:43:25.923000+00:00 instances: [] - deploymentId: 566efdd5e4b06b37094601dc createTime: 2015-12-14 17:35:17.351000+00:00 startTime: 2015-12-14 17:35:18.228000+00:00 endTime: 2015-12-14 17:38:30.207000+00:00 instances: [] - deploymentId: 566efdd2e4b06b370945ff40 createTime: 2015-12-14 17:35:14.444000+00:00 startTime: 2015-12-14 17:35:18.231000+00:00 endTime: 2015-12-14 17:35:18.356000+00:00 instances: [] total: 5 example: *id009 summary: List application deployments operationId: listV2ApplicationDeployments /v2/applications/{domain}/deployments/{deploymentId}/logs: get: description: 'Retrieve deployment log for a specific depoymentId. May be subject of rate limit. We do not recommend the use of this API for extraction of logs. Please use custom log appenders for this purpose. [More Info](https://docs.mulesoft.com/cloudhub/custom-log-appender) ' parameters: - name: limit description: 'number of log lines, less or equal 2000 ' required: false in: query schema: type: integer default: 100 - name: domain description: Application domain name required: true in: path schema: type: string - name: deploymentId description: deploymentId retrieved from /deployments API required: true in: path schema: type: string x-origin: - api: urn:api:cloudhub operation: GET /v2/applications/{domain}/deployments description: GET `/v2/applications/{domain}/deployments` in this API; use `id` values as `deploymentId`. values: $.id - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id010 data: - loggerName: org.mule.api.processor.LoggerMessageProcessor threadName: '[test-test].Copy_of_echoFlow.stage1.02' timestamp: 1450128121850 message: "\norg.mule.DefaultMuleMessage\n{\n id=b751b960-a2a8-11e5-9d9b-0e4b77f24b53\n payload=org.glassfish.grizzly.utils.BufferInputStream\n correlationId=\n correlationGroup=-1\n correlationSeq=-1\n encoding=UTF-8\n exceptionPayload=\n\nMessage properties:\n INVOCATION scoped properties:\n pollingFrequency=1000\n INBOUND scoped properties:\n MULE_ORIGINATING_ENDPOINT=endpoint.polling.1912630717\n cache-control=public, no-cache=\"Set-Cookie\", max-age=21\n cf-ray=254cf63924c50097-IAD\n connection=keep-alive\n content-type=text/html; charset=utf-8\n date=Mon, 14 Dec 2015 21:22:01 GMT\n expires=Mon, 14 Dec 2015 21:22:23 GMT\n http.reason=OK\n http.status=200\n last-modified=Mon, 14 Dec 2015 21:21:23 GMT\n server=cloudflare-nginx\n set-cookie=[__cfduid=d267b5965fec19705b85e5d82160b774d1450128121; expires=Tue, 13-Dec-16 21:22:01 GMT; path=/; domain=.stackoverflow.com; HttpOnly, prov=79f490c4-c64a-4de6-80a3-36b6f19f9cbc; domain=.stackoverflow.com; expires=Fri, 01-Jan-2055 00:00:00 GMT; path=/; HttpOnly]\n transfer-encoding=chunked\n vary=*\n x-frame-options=SAMEORIGIN\n x-request-guid=2f2996ba-bd71-43ac-bab2-d0e5682ebf51\n OUTBOUND scoped properties:\n SESSION scoped properties:\n}" priority: INFO instanceId: 566f011be4b06b370949daff-0 - loggerName: org.mule.api.processor.LoggerMessageProcessor threadName: '[test-test].echoFlow.stage1.02' timestamp: 1450128121851 message: "\norg.mule.DefaultMuleMessage\n{\n id=b7522e90-a2a8-11e5-9d9b-0e4b77f24b53\n payload=org.glassfish.grizzly.utils.BufferInputStream\n correlationId=\n correlationGroup=-1\n correlationSeq=-1\n encoding=UTF-8\n exceptionPayload=\n\nMessage properties:\n INVOCATION scoped properties:\n pollingFrequency=1000\n INBOUND scoped properties:\n MULE_ORIGINATING_ENDPOINT=endpoint.polling.1912630717\n cache-control=public, no-cache=\"Set-Cookie\", max-age=21\n cf-ray=254cf63933d2087a-IAD\n connection=keep-alive\n content-type=text/html; charset=utf-8\n date=Mon, 14 Dec 2015 21:22:01 GMT\n expires=Mon, 14 Dec 2015 21:22:23 GMT\n http.reason=OK\n http.status=200\n last-modified=Mon, 14 Dec 2015 21:21:23 GMT\n server=cloudflare-nginx\n set-cookie=[__cfduid=d8f18998797a26f0957f21db409e1741d1450128121; expires=Tue, 13-Dec-16 21:22:01 GMT; path=/; domain=.stackoverflow.com; HttpOnly, prov=7809cd0f-2cbe-4a8f-9df2-c5373732961d; domain=.stackoverflow.com; expires=Fri, 01-Jan-2055 00:00:00 GMT; path=/; HttpOnly]\n transfer-encoding=chunked\n vary=*\n x-frame-options=SAMEORIGIN\n x-request-guid=169bb6da-6b64-41ee-846a-fda65c51fbf1\n OUTBOUND scoped properties:\n SESSION scoped properties:\n}" priority: INFO instanceId: 566f011be4b06b370949daff-0 - loggerName: org.mule.api.processor.LoggerMessageProcessor threadName: '[test-test].Copy_of_echoFlow.stage1.02' timestamp: 1450128143460 message: "\norg.mule.DefaultMuleMessage\n{\n id=c4334d10-a2a8-11e5-9d9b-0e4b77f24b53\n payload=org.glassfish.grizzly.utils.BufferInputStream\n correlationId=\n correlationGroup=-1\n correlationSeq=-1\n encoding=UTF-8\n exceptionPayload=\n\nMessage properties:\n INVOCATION scoped properties:\n pollingFrequency=1000\n INBOUND scoped properties:\n MULE_ORIGINATING_ENDPOINT=endpoint.polling.1912630717\n cache-control=public, no-cache=\"Set-Cookie\", max-age=40\n cf-ray=254cf6c047f52456-IAD\n connection=keep-alive\n content-type=text/html; charset=utf-8\n date=Mon, 14 Dec 2015 21:22:23 GMT\n expires=Mon, 14 Dec 2015 21:23:03 GMT\n http.reason=OK\n http.status=200\n last-modified=Mon, 14 Dec 2015 21:22:03 GMT\n server=cloudflare-nginx\n set-cookie=[__cfduid=daba5383a0f8ede6ff1c538ca4eade3fa1450128143; expires=Tue, 13-Dec-16 21:22:23 GMT; path=/; domain=.stackoverflow.com; HttpOnly, prov=6844e5be-37f5-439f-b853-fb47c747d92d; domain=.stackoverflow.com; expires=Fri, 01-Jan-2055 00:00:00 GMT; path=/; HttpOnly]\n transfer-encoding=chunked\n vary=*\n x-frame-options=SAMEORIGIN\n x-request-guid=0255f6eb-9993-4a1e-91e8-3fbfbce0f277\n OUTBOUND scoped properties:\n SESSION scoped properties:\n}" priority: INFO instanceId: 566f011be4b06b370949daff-0 total: 3 example: *id010 '429': description: Rejected due to rate limit. summary: Get deployment logs operationId: getV2DeploymentLogs /v2/applications/{domain}/instances: parameters: - name: domain description: Application domain name required: true in: path schema: type: string /v2/applications/{domain}/instances/{instanceId}: parameters: - name: domain description: Application domain name required: true in: path schema: type: string - name: instanceId description: instanceId retrieved from /deployments API required: true in: path schema: type: string /v2/applications/{domain}/instances/{instanceId}/logs: get: description: 'Retrieve instance log for a specific instanceId. Instance log is related to your application. May be subject to rate limit. We do not recommend the use of this API for extraction of logs. Please use custom log appenders for this purpose. [More Info](https://docs.mulesoft.com/cloudhub/custom-log-appender) ' parameters: - name: limit description: 'number of log lines, less or equal 2000 ' required: false in: query schema: type: integer default: 100 - name: offset description: 'offset from end for tail, or from start for head request ' required: false in: query schema: type: integer default: 0 - name: tail description: 'tail the log ' required: false in: query schema: type: boolean default: false - name: domain description: Application domain name required: true in: path schema: type: string - name: instanceId description: instanceId retrieved from /deployments API required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id011 data: - loggerName: org.mule.module.launcher.application.DefaultMuleApplication threadName: qtp18605202-31 timestamp: 1450115553412 message: ' ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Initializing app ''test-test'' + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++' priority: INFO - loggerName: com.mulesoft.ch.monitoring.MonitoringCoreExtension threadName: qtp18605202-31 timestamp: 1450115554065 message: 'Monitoring enabled: true' priority: INFO - loggerName: com.mulesoft.ch.monitoring.MonitoringCoreExtension threadName: qtp18605202-31 timestamp: 1450115554066 message: Registering ping flow injector... priority: INFO - loggerName: com.mulesoft.ch.queue.boot.PersistentQueueCoreExtension threadName: qtp18605202-31 timestamp: 1450115554083 message: The PersistentQueueManager is NOT configured. The normal VM queue manager will be used. priority: INFO - loggerName: org.mule.lifecycle.AbstractLifecycleManager threadName: qtp18605202-31 timestamp: 1450115554119 message: Initialising RegistryBroker priority: INFO - loggerName: org.mule.module.extension.internal.manager.DefaultExtensionManager threadName: qtp18605202-31 timestamp: 1450115554265 message: Starting discovery of extensions priority: INFO - loggerName: org.mule.module.extension.internal.manager.DefaultExtensionManager threadName: qtp18605202-31 timestamp: 1450115555132 message: Discovered 1 extensions priority: INFO - loggerName: org.mule.module.extension.internal.manager.DefaultExtensionManager threadName: qtp18605202-31 timestamp: 1450115555132 message: Registering extension validation (version 3.7) priority: INFO - loggerName: org.mule.config.spring.MuleArtifactContext threadName: qtp18605202-31 timestamp: 1450115555560 message: 'Refreshing org.mule.config.spring.MuleArtifactContext@49cfd433: startup date [Mon Dec 14 17:52:35 UTC 2015]; root of context hierarchy' priority: INFO - loggerName: org.mule.config.spring.processors.NoDevkitInjectorProcessor threadName: qtp18605202-31 timestamp: 1450115559139 message: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring priority: INFO - loggerName: org.springframework.beans.factory.support.DefaultListableBeanFactory threadName: qtp18605202-31 timestamp: 1450115559778 message: 'Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name ''_defaultUserObjectStore'': Requested bean is currently in creation: Is there an unresolvable circular reference?' priority: WARN - loggerName: org.springframework.beans.factory.support.DefaultListableBeanFactory threadName: qtp18605202-31 timestamp: 1450115559916 message: 'Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name ''_defaultUserObjectStore'': Requested bean is currently in creation: Is there an unresolvable circular reference?' priority: WARN - loggerName: org.mule.lifecycle.AbstractLifecycleManager threadName: qtp18605202-31 timestamp: 1450115562916 message: 'Initialising connector: connector.polling.mule.default' priority: INFO - loggerName: org.mule.lifecycle.AbstractLifecycleManager threadName: qtp18605202-31 timestamp: 1450115563399 message: 'Initialising model: _muleSystemModel' priority: INFO - loggerName: org.mule.construct.FlowConstructLifecycleManager threadName: qtp18605202-31 timestamp: 1450115564260 message: 'Initialising flow: echoFlow' priority: INFO - loggerName: org.mule.exception.DefaultMessagingExceptionStrategy threadName: qtp18605202-31 timestamp: 1450115564274 message: 'Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@681f155' priority: INFO - loggerName: org.mule.processor.SedaStageLifecycleManager threadName: qtp18605202-31 timestamp: 1450115564404 message: 'Initialising service: echoFlow.stage1' priority: INFO - loggerName: org.mule.construct.FlowConstructLifecycleManager threadName: qtp18605202-31 timestamp: 1450115564469 message: 'Initialising flow: Copy_of_echoFlow' priority: INFO - loggerName: org.mule.exception.DefaultMessagingExceptionStrategy threadName: qtp18605202-31 timestamp: 1450115564469 message: 'Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@5face4a9' priority: INFO - loggerName: org.mule.processor.SedaStageLifecycleManager threadName: qtp18605202-31 timestamp: 1450115564474 message: 'Initialising service: Copy_of_echoFlow.stage1' priority: INFO - loggerName: org.mule.util.journal.TransactionJournal threadName: qtp18605202-31 timestamp: 1450115564522 message: Using files for tx logs /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-tx-log/tx1.log and /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-tx-log/tx2.log priority: INFO - loggerName: org.mule.util.journal.TransactionJournal threadName: qtp18605202-31 timestamp: 1450115564523 message: Using files for tx logs /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-xa-tx-log/tx1.log and /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-xa-tx-log/tx2.log priority: INFO - loggerName: org.mule.config.spring.SpringXmlConfigurationBuilder threadName: qtp18605202-31 timestamp: 1450115564717 message: 'Configured Mule using "org.mule.config.spring.SpringXmlConfigurationBuilder" with configuration resource(s): "[ConfigResource{resourceName=''/opt/mule/mule-3.7.2-R44/apps/test-test/queue-test2.xml''}]"' priority: INFO total: 14 example: *id011 '429': description: Rejected due to rate limit. summary: Get instance logs operationId: getV2InstanceLogs /v2/applications/{domain}/instances/{instanceId}/diagnostics: get: description: 'description: Retrieve thread dump of a worker. ' parameters: - name: domain description: Application domain name required: true in: path schema: type: string - name: instanceId description: instanceId retrieved from /deployments API required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/octet-stream content: application/octet-stream: schema: example: "2016-06-03 18:53:03\nFull thread dump Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode):\n\n\"Attach Listener\" #83 daemon prio=9 os_prio=0 tid=0x00007f9cac01b800 nid=0xb1f waiting on condition [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"[ironman].VM.dispatcher.01\" #82 prio=5 os_prio=0 tid=0x00007f9cdc257000 nid=0xb03 waiting on condition [0x00007f9ca1b95000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eeb5b088> (a java.util.concurrent.SynchronousQueue$TransferStack)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:458)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:924)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].echoFlow.stage1.02\" #81 prio=5 os_prio=0 tid=0x0000000001779800 nid=0xb02 waiting on condition [0x00007f9ca2b9d000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eec69798> (a java.util.concurrent.SynchronousQueue$TransferStack)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].connector.http.mule.default.receiver.02\" #79 prio=5 os_prio=0 tid=0x00007f9cc46f1800 nid=0xaff waiting on condition [0x00007f9ca1e96000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eedbed28> (a java.util.concurrent.SynchronousQueue$TransferStack)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].http.request.dispatch.7557.01\" #78 prio=5 os_prio=0 tid=0x00007f9cb4008800 nid=0xafe waiting on condition [0x00007f9ca2197000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eee40890> (a java.util.concurrent.SynchronousQueue$TransferStack)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:458)\n\ \n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:924)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].connector.http.mule.default.receiver.01\" #77 prio=5 os_prio=0 tid=0x00007f9cc46b9800 nid=0xafd runnable [0x00007f9ca2298000]\n java.lang.Thread.State: RUNNABLE\n\tat java.net.PlainSocketImpl.socketAccept(Native Method)\n\n\n\n\n\n\n\tat java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:404)\n\n\n\n\n\n\n\tat java.net.ServerSocket.implAccept(ServerSocket.java:545)\n\n\n\n\n\n\n\tat java.net.ServerSocket.accept(ServerSocket.java:513)\n\n\n\n\n\n\n\tat org.mule.transport.http.HttpRequestDispatcher$1.doWork(HttpRequestDispatcher.java:100)\n\n\n\n\n\n\n\tat org.mule.retry.policies.AbstractPolicyTemplate.execute(AbstractPolicyTemplate.java:63)\n\n\n\n\n\n\n\tat org.mule.transport.http.HttpRequestDispatcher.run(HttpRequestDispatcher.java:93)\n\n\n\n\n\n\n\tat org.mule.work.WorkerContext.run(WorkerContext.java:286)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"HttpClient-connection-cleaner-connector.http.mule.default\" #76 daemon prio=5 os_prio=0 tid=0x00007f9cc469d000 nid=0xafc in Object.wait() [0x00007f9ca2399000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.apache.commons.httpclient.util.IdleConnectionTimeoutThread.run(IdleConnectionTimeoutThread.java:108)\n\n\n\n\n\n\n\t- locked <0x00000000eedbf580> (a org.apache.commons.httpclient.util.IdleConnectionTimeoutThread)\n\n\n\n\n\n\n\n\"Thread-25\" #75 daemon prio=5 os_prio=0 tid=0x00007f9cc4695800 nid=0xafb waiting on condition [0x00007f9ca249a000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eedbff90> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].processing.time.monitor\" #74 daemon prio=5 os_prio=0 tid=0x00007f9cc4680000 nid=0xafa in Object.wait() [0x00007f9ca259b000]\n java.lang.Thread.State: WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)\n\n\n\n\n\n\n\t- locked <0x00000000ee9002e0> (a java.lang.ref.ReferenceQueue$Lock)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)\n\n\n\n\n\n\n\tat org.mule.management.stats.DefaultProcessingTimeWatcher$ProcessingTimeChecker.run(DefaultProcessingTimeWatcher.java:76)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].echoFlow.stage1.01\"\ \ #73 prio=5 os_prio=0 tid=0x00007f9cc4576800 nid=0xaf9 in Object.wait() [0x00007f9ca2a9c000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.mule.util.queue.AbstractQueueStoreDelegate.poll(AbstractQueueStoreDelegate.java:81)\n\n\n\n\n\n\n\t- locked <0x00000000eec12850> (a org.mule.util.queue.DefaultQueueStoreDelegate)\n\n\n\n\n\n\n\tat org.mule.util.queue.DefaultQueueStore.poll(DefaultQueueStore.java:89)\n\n\n\n\n\n\n\tat org.mule.util.queue.CacheAwareQueueStore.poll(CacheAwareQueueStore.java:48)\n\n\n\n\n\n\n\tat org.mule.util.queue.TransactionAwareQueueStore.poll(TransactionAwareQueueStore.java:105)\n\n\n\n\n\n\n\tat org.mule.processor.SedaStageInterceptingMessageProcessor.dequeue(SedaStageInterceptingMessageProcessor.java:155)\n\n\n\n\n\n\n\tat org.mule.processor.SedaStageInterceptingMessageProcessor.run(SedaStageInterceptingMessageProcessor.java:230)\n\n\n\n\n\n\n\tat org.mule.work.WorkerContext.run(WorkerContext.java:286)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].http.requester.HTTP_Request_Configuration.worker(2)\" #71 daemon prio=5 os_prio=0 tid=0x00007f9cc4551000 nid=0xaf7 waiting on condition [0x00007f9ca2c9e000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eec69ef0> (a java.util.concurrent.LinkedTransferQueue)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:737)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.xfer(LinkedTransferQueue.java:647)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.take(LinkedTransferQueue.java:1265)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker.getTask(FixedThreadPool.java:105)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:583)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].http.requester.HTTP_Request_Configuration.worker(1)\" #70 daemon prio=5 os_prio=0 tid=0x00007f9cc454f000 nid=0xaf6 waiting on condition [0x00007f9ca2d9f000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eec69ef0> (a java.util.concurrent.LinkedTransferQueue)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:737)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.xfer(LinkedTransferQueue.java:647)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.take(LinkedTransferQueue.java:1265)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker.getTask(FixedThreadPool.java:105)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:583)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].http.requester.HTTP_Request_Configuration(1) SelectorRunner\" #69 daemon prio=5 os_prio=0 tid=0x00007f9cc454d800 nid=0xaf5 runnable [0x00007f9ca2ea0000]\n java.lang.Thread.State: RUNNABLE\n\tat sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)\n\n\n\n\n\n\n\tat sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)\n\n\n\n\n\n\n\tat sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)\n\n\n\n\n\n\n\tat sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)\n\n\n\ \n\n\n\n\t- locked <0x00000000eec6ae38> (a sun.nio.ch.Util$2)\n\n\n\n\n\n\n\t- locked <0x00000000eec6ae28> (a java.util.Collections$UnmodifiableSet)\n\n\n\n\n\n\n\t- locked <0x00000000eec6ada0> (a sun.nio.ch.EPollSelectorImpl)\n\n\n\n\n\n\n\tat sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.nio.DefaultSelectorHandler.select(DefaultSelectorHandler.java:115)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:339)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:279)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"connection-pool-delays-thread-pool(1)\" #68 daemon prio=5 os_prio=0 tid=0x00007f9cc4549000 nid=0xaf4 in Object.wait() [0x00007f9ca2fa1000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.utils.DelayedExecutor$DelayedRunnable.run(DelayedExecutor.java:172)\n\n\n\n\n\n\n\t- locked <0x00000000eec7bc28> (a java.lang.Object)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Grizzly-IdleTimeoutFilter-IdleCheck\" #67 daemon prio=5 os_prio=0 tid=0x00007f9cc4514800 nid=0xaf3 in Object.wait() [0x00007f9ca30a2000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.utils.DelayedExecutor$DelayedRunnable.run(DelayedExecutor.java:172)\n\n\n\n\n\n\n\t- locked <0x00000000eec153f0> (a java.lang.Object)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Thread-22\" #66 daemon prio=5 os_prio=0 tid=0x00007f9cc445c000 nid=0xaf2 waiting on condition [0x00007f9ca33a3000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ee781be0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].Mule.01\" #65 prio=5 os_prio=0 tid=0x00007f9cc41de000 nid=0xaf1 waiting on condition [0x00007f9ca3839000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ee24bdc8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522)\n\ \n\n\n\n\n\n\tat java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684)\n\n\n\n\n\n\n\tat org.mule.context.notification.ServerNotificationManager.run(ServerNotificationManager.java:270)\n\n\n\n\n\n\n\tat org.mule.work.WorkerContext.run(WorkerContext.java:286)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Thread-20\" #64 prio=5 os_prio=0 tid=0x00007f9cc41c5800 nid=0xaf0 waiting on condition [0x00007f9ca3b3a000]\n java.lang.Thread.State: TIMED_WAITING (sleeping)\n\tat java.lang.Thread.sleep(Native Method)\n\n\n\n\n\n\n\tat com.mulesoft.ch.logging.appender.utils.SyncUtils.sleepQuietly(SyncUtils.java:21)\n\n\n\n\n\n\n\tat com.mulesoft.ch.logging.appender.utils.SyncUtils.sleepQuietly(SyncUtils.java:13)\n\n\n\n\n\n\n\tat com.mulesoft.ch.logging.appender.core.LogEmitter.sleep(LogEmitter.java:109)\n\n\n\n\n\n\n\tat com.mulesoft.ch.logging.appender.core.LogEmitter.access$400(LogEmitter.java:17)\n\n\n\n\n\n\n\tat com.mulesoft.ch.logging.appender.core.LogEmitter$1.run(LogEmitter.java:83)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Timer-1\" #63 prio=5 os_prio=0 tid=0x00007f9cc41c0000 nid=0xaef in Object.wait() [0x00007f9ca3c3b000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000ee157648> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"pool-12-thread-1\" #62 prio=5 os_prio=0 tid=0x00007f9cc41c4000 nid=0xaee waiting on condition [0x00007f9ca3d3c000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ee15c8d8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"DataFileAppender Writer Thread\" #61 daemon prio=10 os_prio=0 tid=0x00007f9cc41af800 nid=0xaed waiting on condition [0x00007f9ccc223000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ee15d0d8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)\n\n\n\n\n\n\n\tat org.fusesource.hawtjournal.api.DataFileAppender.processQueue(DataFileAppender.java:364)\n\n\n\n\n\n\n\tat org.fusesource.hawtjournal.api.DataFileAppender.access$200(DataFileAppender.java:47)\n\n\n\n\n\n\n\tat org.fusesource.hawtjournal.api.DataFileAppender$1.run(DataFileAppender.java:306)\n\n\n\n\n\n\n\n\"Scheduler-2107694755\" #60 prio=5 os_prio=0 tid=0x00007f9cc1a5e000 nid=0xaec waiting on condition [0x00007f9ccc425000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\ \tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000edc24968> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Mule.app.deployer.monitor.1.thread.1\" #59 prio=1 os_prio=0 tid=0x00007f9cc1e4b800 nid=0xaeb waiting on condition [0x00007f9ca81e1000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000edcd7138> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Log4j2-AsyncLoggerConfig-3\" #58 daemon prio=5 os_prio=0 tid=0x00007f9cc1eba000 nid=0xaea waiting on condition [0x00007f9ca82e2000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000edcd79b0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:45)\n\n\n\n\n\n\n\tat com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:55)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:123)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"pool-3-thread-2\" #57 prio=5 os_prio=0 tid=0x00007f9cc1eaf000 nid=0xae9 waiting on condition [0x00007f9ca83e3000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ec76d018> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\ \n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"pool-3-thread-1\" #56 prio=5 os_prio=0 tid=0x00007f9cc1eae000 nid=0xae8 waiting on condition [0x00007f9ca84e4000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ec76d018> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"java-sdk-http-connection-reaper\" #54 daemon prio=5 os_prio=0 tid=0x00007f9cc1eb4000 nid=0xae6 waiting on condition [0x00007f9ca87eb000]\n java.lang.Thread.State: TIMED_WAITING (sleeping)\n\tat java.lang.Thread.sleep(Native Method)\n\n\n\n\n\n\n\tat com.amazonaws.http.IdleConnectionReaper.run(IdleConnectionReaper.java:112)\n\n\n\n\n\n\n\n\"Timer-0\" #53 daemon prio=5 os_prio=0 tid=0x00007f9cc1ce6800 nid=0xae5 in Object.wait() [0x00007f9ca9772000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\t- waiting on <0x00000000ecf82968> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000ecf82968> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"scheduler_QuartzSchedulerThread\" #52 prio=5 os_prio=0 tid=0x00007f9cc1ce4000 nid=0xae4 in Object.wait() [0x00007f9ca9873000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:311)\n\n\n\n\n\n\n\t- locked <0x00000000ecf82f30> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-10\" #51 prio=5 os_prio=0 tid=0x00007f9cc1cd0000 nid=0xae3 in Object.wait() [0x00007f9ca9974000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9ac30> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-9\" #50 prio=5 os_prio=0 tid=0x00007f9cc1ccd800 nid=0xae2 in Object.wait() [0x00007f9ca9a75000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9ab50> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-8\" #49 prio=5 os_prio=0 tid=0x00007f9cc1cc1800 nid=0xae1 in Object.wait() [0x00007f9ca9b76000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9aa70> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-7\" #48 prio=5 os_prio=0 tid=0x00007f9cc1cbf800 nid=0xae0 in Object.wait() [0x00007f9ca9c77000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a990> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-6\" #47 prio=5 os_prio=0 tid=0x00007f9cc1cbe000 nid=0xadf in Object.wait() [0x00007f9ca9d78000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a8b0> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-5\" #46 prio=5 os_prio=0 tid=0x00007f9cc1cbc000 nid=0xade in Object.wait() [0x00007f9ca9e79000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a7d0> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-4\" #45 prio=5 os_prio=0 tid=0x00007f9cc1cba800 nid=0xadd in Object.wait() [0x00007f9ca9f7a000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a6f0> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-3\" #44 prio=5 os_prio=0 tid=0x00007f9cc1cb8800 nid=0xadc in Object.wait() [0x00007f9caa07b000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a610> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-2\" #43 prio=5 os_prio=0 tid=0x00007f9cc1cb7000 nid=0xadb in Object.wait() [0x00007f9caa17c000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a530> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-1\" #42 prio=5 os_prio=0 tid=0x00007f9cc1cb4000 nid=0xada in Object.wait() [0x00007f9caa27d000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9aea0> (a java.lang.Object)\n\n\n\n\n\n\n\n\"JmDNS(ip-10-255-164-29.local.).State.Timer\" #41 prio=5 os_prio=0 tid=0x00007f9cc1c52000 nid=0xad9 in Object.wait() [0x00007f9caa57e000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000eccadef0> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"JmDNS(ip-10-255-164-29.local.).Timer\" #40 daemon prio=5 os_prio=0 tid=0x00007f9cc1c50800 nid=0xad8 in Object.wait() [0x00007f9caa67f000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000eccae410> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"SocketListener(ip-10-255-164-29.local.)\" #39 daemon prio=5 os_prio=0 tid=0x00007f9cc1c4e800 nid=0xad7 runnable [0x00007f9caa780000]\n java.lang.Thread.State: RUNNABLE\n\tat java.net.PlainDatagramSocketImpl.receive0(Native Method)\n\n\n\n\n\n\n\t- locked <0x00000000eccaf460> (a java.net.PlainDatagramSocketImpl)\n\n\n\n\n\n\n\tat java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:144)\n\n\n\n\n\n\n\t- locked <0x00000000eccaf460> (a java.net.PlainDatagramSocketImpl)\n\ \n\n\n\n\n\n\tat java.net.DatagramSocket.receive(DatagramSocket.java:812)\n\n\n\n\n\n\n\t- locked <0x00000000eccd1ab0> (a java.net.DatagramPacket)\n\n\n\n\n\n\n\t- locked <0x00000000eccae8f8> (a java.net.MulticastSocket)\n\n\n\n\n\n\n\tat javax.jmdns.impl.SocketListener.run(SocketListener.java:41)\n\n\n\n\n\n\n\n\"HashSessionScavenger-0\" #38 daemon prio=5 os_prio=0 tid=0x00007f9cc1ab9800 nid=0xad6 in Object.wait() [0x00007f9caac81000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000ecc36d48> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"qtp1864616119-37\" #37 prio=5 os_prio=0 tid=0x00007f9cc1a42000 nid=0xad5 waiting on condition [0x00007f9caad86000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-36\" #36 prio=5 os_prio=0 tid=0x00007f9cc1a40000 nid=0xad4 waiting on condition [0x00007f9caae87000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-35\" #35 prio=5 os_prio=0 tid=0x00007f9cc1a3e000 nid=0xad3 waiting on condition [0x00007f9caaf88000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-34\" #34 prio=5 os_prio=0 tid=0x00007f9cc1a3c000 nid=0xad2 waiting on condition [0x00007f9cab089000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\ \n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-33\" #33 prio=5 os_prio=0 tid=0x00007f9cc1a3a000 nid=0xad1 waiting on condition [0x00007f9cab18a000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-32-acceptor-0-ServerConnector@4870a44c{SSL-HTTP/1.1}{0.0.0.0:7777}\" #32 prio=5 os_prio=0 tid=0x00007f9cc1a38000 nid=0xad0 runnable [0x00007f9cab28b000]\n java.lang.Thread.State: RUNNABLE\n\tat sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)\n\n\n\n\n\n\n\tat sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)\n\n\n\n\n\n\n\tat sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)\n\n\n\n\n\n\n\t- locked <0x00000000edc0e608> (a java.lang.Object)\n\n\n\n\n\n\n\tat org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:321)\n\n\n\n\n\n\n\tat org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:460)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-31-selector-0\" #31 prio=5 os_prio=0 tid=0x00007f9cc1a37000 nid=0xacf runnable [0x00007f9cab38c000]\n java.lang.Thread.State: RUNNABLE\n\tat sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)\n\n\n\n\n\n\n\tat sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)\n\n\n\n\n\n\n\tat sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)\n\n\n\n\n\n\n\tat sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)\n\n\n\n\n\n\n\t- locked <0x00000000edc0eb98> (a sun.nio.ch.Util$2)\n\n\n\n\n\n\n\t- locked <0x00000000edc0eb88> (a java.util.Collections$UnmodifiableSet)\n\n\n\n\n\n\n\t- locked <0x00000000edc0eaf0> (a sun.nio.ch.EPollSelectorImpl)\n\n\n\n\n\n\n\tat sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)\n\n\n\n\n\n\n\tat sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)\n\n\n\n\n\n\n\tat org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:452)\n\n\n\n\n\n\n\tat org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:428)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)\n\ \n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-30\" #30 prio=5 os_prio=0 tid=0x00007f9cc1a10000 nid=0xace waiting on condition [0x00007f9cab48d000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"DateCache\" #29 daemon prio=5 os_prio=0 tid=0x00007f9cc19a8800 nid=0xacd in Object.wait() [0x00007f9cab58e000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000ecb0d9b0> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"[.agent].processing.time.monitor\" #27 daemon prio=5 os_prio=0 tid=0x00007f9cc1880000 nid=0xacc in Object.wait() [0x00007f9cab88f000]\n java.lang.Thread.State: WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\t- waiting on <0x00000000eca01d30> (a java.lang.ref.ReferenceQueue$Lock)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)\n\n\n\n\n\n\n\t- locked <0x00000000eca01d30> (a java.lang.ref.ReferenceQueue$Lock)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)\n\n\n\n\n\n\n\tat org.mule.management.stats.DefaultProcessingTimeWatcher$ProcessingTimeChecker.run(DefaultProcessingTimeWatcher.java:76)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Thread-3\" #26 prio=5 os_prio=0 tid=0x00007f9cc1197800 nid=0xacb waiting on condition [0x00007f9cab990000]\n java.lang.Thread.State: TIMED_WAITING (sleeping)\n\tat java.lang.Thread.sleep(Native Method)\n\n\n\n\n\n\n\tat org.apache.commons.io.monitor.FileAlterationMonitor.run(FileAlterationMonitor.java:188)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"MapDB writer #2\" #24 daemon prio=5 os_prio=0 tid=0x00007f9cc19e1800 nid=0xaca waiting on condition [0x00007f9cabbfd000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)\n\n\n\n\n\n\n\tat org.mapdb.AsyncWriteEngine$WriterRunnable.run(AsyncWriteEngine.java:165)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"MapDB writer #1\" #22 daemon prio=5 os_prio=0 tid=0x00007f9cc19ce000 nid=0xac9 waiting on condition [0x00007f9cabefe000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)\n\n\n\n\n\n\n\tat org.mapdb.AsyncWriteEngine$WriterRunnable.run(AsyncWriteEngine.java:165)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[.agent].Mule.01\" #20 prio=5 os_prio=0 tid=0x00007f9cc1412800 nid=0xac8 waiting on condition [0x00007f9cb8ac1000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ec7de190> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\ \n\n\n\n\n\n\tat java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684)\n\n\n\n\n\n\n\tat org.mule.context.notification.ServerNotificationManager.run(ServerNotificationManager.java:270)\n\n\n\n\n\n\n\tat org.mule.work.WorkerContext.run(WorkerContext.java:286)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Log4j2-AsyncLoggerConfig-2\" #18 daemon prio=5 os_prio=0 tid=0x00007f9cc1351800 nid=0xac7 waiting on condition [0x00007f9cb8dc2000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ec4344e0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:45)\n\n\n\n\n\n\n\tat com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:55)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:123)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"DestroyJavaVM\" #15 prio=5 os_prio=0 tid=0x00007f9cdc00b000 nid=0xab8 waiting on condition [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"Wrapper-Connection\" #14 daemon prio=10 os_prio=0 tid=0x00007f9cdc3f5000 nid=0xac5 runnable [0x00007f9ccc324000]\n java.lang.Thread.State: RUNNABLE\n\tat java.net.SocketInputStream.socketRead0(Native Method)\n\n\n\n\n\n\n\tat java.net.SocketInputStream.socketRead(SocketInputStream.java:116)\n\n\n\n\n\n\n\tat java.net.SocketInputStream.read(SocketInputStream.java:170)\n\n\n\n\n\n\n\tat java.net.SocketInputStream.read(SocketInputStream.java:141)\n\n\n\n\n\n\n\tat java.net.SocketInputStream.read(SocketInputStream.java:223)\n\n\n\n\n\n\n\tat java.io.DataInputStream.readByte(DataInputStream.java:265)\n\n\n\n\n\n\n\tat org.tanukisoftware.wrapper.WrapperManager.handleBackend(WrapperManager.java:5505)\n\n\n\n\n\n\n\tat org.tanukisoftware.wrapper.WrapperManager.run(WrapperManager.java:5889)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Wrapper-Control-Event-Monitor\" #12 daemon prio=5 os_prio=0 tid=0x00007f9cdc440800 nid=0xac3 waiting on condition [0x00007f9ccc526000]\n java.lang.Thread.State: TIMED_WAITING (sleeping)\n\tat java.lang.Thread.sleep(Native Method)\n\n\n\n\n\n\n\tat org.tanukisoftware.wrapper.WrapperManager$3.run(WrapperManager.java:1040)\n\n\n\n\n\n\n\n\"Log4j2-AsyncLoggerConfig-1\" #9 daemon prio=5 os_prio=0 tid=0x00007f9cdc34b000 nid=0xac2 waiting on condition [0x00007f9ce0199000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eb551618> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:45)\n\n\n\n\n\n\n\tat com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:55)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:123)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\ \n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Service Thread\" #7 daemon prio=9 os_prio=0 tid=0x00007f9cdc0c8000 nid=0xac0 runnable [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"C1 CompilerThread1\" #6 daemon prio=9 os_prio=0 tid=0x00007f9cdc0c3000 nid=0xabf waiting on condition [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"C2 CompilerThread0\" #5 daemon prio=9 os_prio=0 tid=0x00007f9cdc0c0800 nid=0xabe waiting on condition [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"Signal Dispatcher\" #4 daemon prio=9 os_prio=0 tid=0x00007f9cdc0bf000 nid=0xabd runnable [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"Finalizer\" #3 daemon prio=8 os_prio=0 tid=0x00007f9cdc087000 nid=0xabc in Object.wait() [0x00007f9ce0c46000]\n java.lang.Thread.State: WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)\n\n\n\n\n\n\n\t- locked <0x00000000eb415da8> (a java.lang.ref.ReferenceQueue$Lock)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)\n\n\n\n\n\n\n\tat java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)\n\n\n\n\n\n\n\n\"Reference Handler\" #2 daemon prio=10 os_prio=0 tid=0x00007f9cdc085000 nid=0xabb in Object.wait() [0x00007f9ce0d47000]\n java.lang.Thread.State: WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.lang.Object.wait(Object.java:502)\n\n\n\n\n\n\n\tat java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157)\n\n\n\n\n\n\n\t- locked <0x00000000eb497a60> (a java.lang.ref.Reference$Lock)\n\n\n\n\n\n\n\n\"VM Thread\" os_prio=0 tid=0x00007f9cdc080000 nid=0xaba runnable \n\n\"Gang worker#0 (Parallel GC Threads)\" os_prio=0 tid=0x00007f9cdc01c800 nid=0xab9 runnable \n\n\"VM Periodic Task Thread\" os_prio=0 tid=0x00007f9cdc0cb000 nid=0xac1 waiting on condition \n\nJNI global references: 331\n\n" example: "2016-06-03 18:53:03\nFull thread dump Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode):\n\n\"Attach Listener\" #83 daemon prio=9 os_prio=0 tid=0x00007f9cac01b800 nid=0xb1f waiting on condition [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"[ironman].VM.dispatcher.01\" #82 prio=5 os_prio=0 tid=0x00007f9cdc257000 nid=0xb03 waiting on condition [0x00007f9ca1b95000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eeb5b088> (a java.util.concurrent.SynchronousQueue$TransferStack)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:458)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:924)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].echoFlow.stage1.02\" #81 prio=5 os_prio=0 tid=0x0000000001779800 nid=0xb02 waiting on condition [0x00007f9ca2b9d000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eec69798> (a java.util.concurrent.SynchronousQueue$TransferStack)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].connector.http.mule.default.receiver.02\" #79 prio=5 os_prio=0 tid=0x00007f9cc46f1800 nid=0xaff waiting on condition [0x00007f9ca1e96000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eedbed28> (a java.util.concurrent.SynchronousQueue$TransferStack)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].http.request.dispatch.7557.01\" #78 prio=5 os_prio=0 tid=0x00007f9cb4008800 nid=0xafe waiting on condition [0x00007f9ca2197000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eee40890> (a java.util.concurrent.SynchronousQueue$TransferStack)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:458)\n\ \n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)\n\n\n\n\n\n\n\tat java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:924)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].connector.http.mule.default.receiver.01\" #77 prio=5 os_prio=0 tid=0x00007f9cc46b9800 nid=0xafd runnable [0x00007f9ca2298000]\n java.lang.Thread.State: RUNNABLE\n\tat java.net.PlainSocketImpl.socketAccept(Native Method)\n\n\n\n\n\n\n\tat java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:404)\n\n\n\n\n\n\n\tat java.net.ServerSocket.implAccept(ServerSocket.java:545)\n\n\n\n\n\n\n\tat java.net.ServerSocket.accept(ServerSocket.java:513)\n\n\n\n\n\n\n\tat org.mule.transport.http.HttpRequestDispatcher$1.doWork(HttpRequestDispatcher.java:100)\n\n\n\n\n\n\n\tat org.mule.retry.policies.AbstractPolicyTemplate.execute(AbstractPolicyTemplate.java:63)\n\n\n\n\n\n\n\tat org.mule.transport.http.HttpRequestDispatcher.run(HttpRequestDispatcher.java:93)\n\n\n\n\n\n\n\tat org.mule.work.WorkerContext.run(WorkerContext.java:286)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"HttpClient-connection-cleaner-connector.http.mule.default\" #76 daemon prio=5 os_prio=0 tid=0x00007f9cc469d000 nid=0xafc in Object.wait() [0x00007f9ca2399000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.apache.commons.httpclient.util.IdleConnectionTimeoutThread.run(IdleConnectionTimeoutThread.java:108)\n\n\n\n\n\n\n\t- locked <0x00000000eedbf580> (a org.apache.commons.httpclient.util.IdleConnectionTimeoutThread)\n\n\n\n\n\n\n\n\"Thread-25\" #75 daemon prio=5 os_prio=0 tid=0x00007f9cc4695800 nid=0xafb waiting on condition [0x00007f9ca249a000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eedbff90> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].processing.time.monitor\" #74 daemon prio=5 os_prio=0 tid=0x00007f9cc4680000 nid=0xafa in Object.wait() [0x00007f9ca259b000]\n java.lang.Thread.State: WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)\n\n\n\n\n\n\n\t- locked <0x00000000ee9002e0> (a java.lang.ref.ReferenceQueue$Lock)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)\n\n\n\n\n\n\n\tat org.mule.management.stats.DefaultProcessingTimeWatcher$ProcessingTimeChecker.run(DefaultProcessingTimeWatcher.java:76)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].echoFlow.stage1.01\"\ \ #73 prio=5 os_prio=0 tid=0x00007f9cc4576800 nid=0xaf9 in Object.wait() [0x00007f9ca2a9c000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.mule.util.queue.AbstractQueueStoreDelegate.poll(AbstractQueueStoreDelegate.java:81)\n\n\n\n\n\n\n\t- locked <0x00000000eec12850> (a org.mule.util.queue.DefaultQueueStoreDelegate)\n\n\n\n\n\n\n\tat org.mule.util.queue.DefaultQueueStore.poll(DefaultQueueStore.java:89)\n\n\n\n\n\n\n\tat org.mule.util.queue.CacheAwareQueueStore.poll(CacheAwareQueueStore.java:48)\n\n\n\n\n\n\n\tat org.mule.util.queue.TransactionAwareQueueStore.poll(TransactionAwareQueueStore.java:105)\n\n\n\n\n\n\n\tat org.mule.processor.SedaStageInterceptingMessageProcessor.dequeue(SedaStageInterceptingMessageProcessor.java:155)\n\n\n\n\n\n\n\tat org.mule.processor.SedaStageInterceptingMessageProcessor.run(SedaStageInterceptingMessageProcessor.java:230)\n\n\n\n\n\n\n\tat org.mule.work.WorkerContext.run(WorkerContext.java:286)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].http.requester.HTTP_Request_Configuration.worker(2)\" #71 daemon prio=5 os_prio=0 tid=0x00007f9cc4551000 nid=0xaf7 waiting on condition [0x00007f9ca2c9e000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eec69ef0> (a java.util.concurrent.LinkedTransferQueue)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:737)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.xfer(LinkedTransferQueue.java:647)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.take(LinkedTransferQueue.java:1265)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker.getTask(FixedThreadPool.java:105)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:583)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].http.requester.HTTP_Request_Configuration.worker(1)\" #70 daemon prio=5 os_prio=0 tid=0x00007f9cc454f000 nid=0xaf6 waiting on condition [0x00007f9ca2d9f000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eec69ef0> (a java.util.concurrent.LinkedTransferQueue)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.awaitMatch(LinkedTransferQueue.java:737)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.xfer(LinkedTransferQueue.java:647)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedTransferQueue.take(LinkedTransferQueue.java:1265)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.FixedThreadPool$BasicWorker.getTask(FixedThreadPool.java:105)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:583)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].http.requester.HTTP_Request_Configuration(1) SelectorRunner\" #69 daemon prio=5 os_prio=0 tid=0x00007f9cc454d800 nid=0xaf5 runnable [0x00007f9ca2ea0000]\n java.lang.Thread.State: RUNNABLE\n\tat sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)\n\n\n\n\n\n\n\tat sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)\n\n\n\n\n\n\n\tat sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)\n\n\n\n\n\n\n\tat sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)\n\n\n\n\ \n\n\n\t- locked <0x00000000eec6ae38> (a sun.nio.ch.Util$2)\n\n\n\n\n\n\n\t- locked <0x00000000eec6ae28> (a java.util.Collections$UnmodifiableSet)\n\n\n\n\n\n\n\t- locked <0x00000000eec6ada0> (a sun.nio.ch.EPollSelectorImpl)\n\n\n\n\n\n\n\tat sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.nio.DefaultSelectorHandler.select(DefaultSelectorHandler.java:115)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.nio.SelectorRunner.doSelect(SelectorRunner.java:339)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.nio.SelectorRunner.run(SelectorRunner.java:279)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"connection-pool-delays-thread-pool(1)\" #68 daemon prio=5 os_prio=0 tid=0x00007f9cc4549000 nid=0xaf4 in Object.wait() [0x00007f9ca2fa1000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.utils.DelayedExecutor$DelayedRunnable.run(DelayedExecutor.java:172)\n\n\n\n\n\n\n\t- locked <0x00000000eec7bc28> (a java.lang.Object)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:591)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.threadpool.AbstractThreadPool$Worker.run(AbstractThreadPool.java:571)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Grizzly-IdleTimeoutFilter-IdleCheck\" #67 daemon prio=5 os_prio=0 tid=0x00007f9cc4514800 nid=0xaf3 in Object.wait() [0x00007f9ca30a2000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.glassfish.grizzly.utils.DelayedExecutor$DelayedRunnable.run(DelayedExecutor.java:172)\n\n\n\n\n\n\n\t- locked <0x00000000eec153f0> (a java.lang.Object)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Thread-22\" #66 daemon prio=5 os_prio=0 tid=0x00007f9cc445c000 nid=0xaf2 waiting on condition [0x00007f9ca33a3000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ee781be0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[ironman].Mule.01\" #65 prio=5 os_prio=0 tid=0x00007f9cc41de000 nid=0xaf1 waiting on condition [0x00007f9ca3839000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ee24bdc8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522)\n\ \n\n\n\n\n\n\tat java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684)\n\n\n\n\n\n\n\tat org.mule.context.notification.ServerNotificationManager.run(ServerNotificationManager.java:270)\n\n\n\n\n\n\n\tat org.mule.work.WorkerContext.run(WorkerContext.java:286)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Thread-20\" #64 prio=5 os_prio=0 tid=0x00007f9cc41c5800 nid=0xaf0 waiting on condition [0x00007f9ca3b3a000]\n java.lang.Thread.State: TIMED_WAITING (sleeping)\n\tat java.lang.Thread.sleep(Native Method)\n\n\n\n\n\n\n\tat com.mulesoft.ch.logging.appender.utils.SyncUtils.sleepQuietly(SyncUtils.java:21)\n\n\n\n\n\n\n\tat com.mulesoft.ch.logging.appender.utils.SyncUtils.sleepQuietly(SyncUtils.java:13)\n\n\n\n\n\n\n\tat com.mulesoft.ch.logging.appender.core.LogEmitter.sleep(LogEmitter.java:109)\n\n\n\n\n\n\n\tat com.mulesoft.ch.logging.appender.core.LogEmitter.access$400(LogEmitter.java:17)\n\n\n\n\n\n\n\tat com.mulesoft.ch.logging.appender.core.LogEmitter$1.run(LogEmitter.java:83)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Timer-1\" #63 prio=5 os_prio=0 tid=0x00007f9cc41c0000 nid=0xaef in Object.wait() [0x00007f9ca3c3b000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000ee157648> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"pool-12-thread-1\" #62 prio=5 os_prio=0 tid=0x00007f9cc41c4000 nid=0xaee waiting on condition [0x00007f9ca3d3c000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ee15c8d8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"DataFileAppender Writer Thread\" #61 daemon prio=10 os_prio=0 tid=0x00007f9cc41af800 nid=0xaed waiting on condition [0x00007f9ccc223000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ee15d0d8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)\n\n\n\n\n\n\n\tat org.fusesource.hawtjournal.api.DataFileAppender.processQueue(DataFileAppender.java:364)\n\n\n\n\n\n\n\tat org.fusesource.hawtjournal.api.DataFileAppender.access$200(DataFileAppender.java:47)\n\n\n\n\n\n\n\tat org.fusesource.hawtjournal.api.DataFileAppender$1.run(DataFileAppender.java:306)\n\n\n\n\n\n\n\n\"Scheduler-2107694755\" #60 prio=5 os_prio=0 tid=0x00007f9cc1a5e000 nid=0xaec waiting on condition [0x00007f9ccc425000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\ \tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000edc24968> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Mule.app.deployer.monitor.1.thread.1\" #59 prio=1 os_prio=0 tid=0x00007f9cc1e4b800 nid=0xaeb waiting on condition [0x00007f9ca81e1000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000edcd7138> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Log4j2-AsyncLoggerConfig-3\" #58 daemon prio=5 os_prio=0 tid=0x00007f9cc1eba000 nid=0xaea waiting on condition [0x00007f9ca82e2000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000edcd79b0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:45)\n\n\n\n\n\n\n\tat com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:55)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:123)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"pool-3-thread-2\" #57 prio=5 os_prio=0 tid=0x00007f9cc1eaf000 nid=0xae9 waiting on condition [0x00007f9ca83e3000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ec76d018> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\ \n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"pool-3-thread-1\" #56 prio=5 os_prio=0 tid=0x00007f9cc1eae000 nid=0xae8 waiting on condition [0x00007f9ca84e4000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ec76d018> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)\n\n\n\n\n\n\n\tat java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"java-sdk-http-connection-reaper\" #54 daemon prio=5 os_prio=0 tid=0x00007f9cc1eb4000 nid=0xae6 waiting on condition [0x00007f9ca87eb000]\n java.lang.Thread.State: TIMED_WAITING (sleeping)\n\tat java.lang.Thread.sleep(Native Method)\n\n\n\n\n\n\n\tat com.amazonaws.http.IdleConnectionReaper.run(IdleConnectionReaper.java:112)\n\n\n\n\n\n\n\n\"Timer-0\" #53 daemon prio=5 os_prio=0 tid=0x00007f9cc1ce6800 nid=0xae5 in Object.wait() [0x00007f9ca9772000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\t- waiting on <0x00000000ecf82968> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000ecf82968> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"scheduler_QuartzSchedulerThread\" #52 prio=5 os_prio=0 tid=0x00007f9cc1ce4000 nid=0xae4 in Object.wait() [0x00007f9ca9873000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:311)\n\n\n\n\n\n\n\t- locked <0x00000000ecf82f30> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-10\" #51 prio=5 os_prio=0 tid=0x00007f9cc1cd0000 nid=0xae3 in Object.wait() [0x00007f9ca9974000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9ac30> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-9\" #50 prio=5 os_prio=0 tid=0x00007f9cc1ccd800 nid=0xae2 in Object.wait() [0x00007f9ca9a75000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9ab50> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-8\" #49 prio=5 os_prio=0 tid=0x00007f9cc1cc1800 nid=0xae1 in Object.wait() [0x00007f9ca9b76000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9aa70> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-7\" #48 prio=5 os_prio=0 tid=0x00007f9cc1cbf800 nid=0xae0 in Object.wait() [0x00007f9ca9c77000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a990> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-6\" #47 prio=5 os_prio=0 tid=0x00007f9cc1cbe000 nid=0xadf in Object.wait() [0x00007f9ca9d78000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a8b0> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-5\" #46 prio=5 os_prio=0 tid=0x00007f9cc1cbc000 nid=0xade in Object.wait() [0x00007f9ca9e79000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a7d0> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-4\" #45 prio=5 os_prio=0 tid=0x00007f9cc1cba800 nid=0xadd in Object.wait() [0x00007f9ca9f7a000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a6f0> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-3\" #44 prio=5 os_prio=0 tid=0x00007f9cc1cb8800 nid=0xadc in Object.wait() [0x00007f9caa07b000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a610> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-2\" #43 prio=5 os_prio=0 tid=0x00007f9cc1cb7000 nid=0xadb in Object.wait() [0x00007f9caa17c000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9a530> (a java.lang.Object)\n\n\n\n\n\n\n\n\"scheduler_Worker-1\" #42 prio=5 os_prio=0 tid=0x00007f9cc1cb4000 nid=0xada in Object.wait() [0x00007f9caa27d000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:568)\n\n\n\n\n\n\n\t- locked <0x00000000ecf9aea0> (a java.lang.Object)\n\n\n\n\n\n\n\n\"JmDNS(ip-10-255-164-29.local.).State.Timer\" #41 prio=5 os_prio=0 tid=0x00007f9cc1c52000 nid=0xad9 in Object.wait() [0x00007f9caa57e000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000eccadef0> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"JmDNS(ip-10-255-164-29.local.).Timer\" #40 daemon prio=5 os_prio=0 tid=0x00007f9cc1c50800 nid=0xad8 in Object.wait() [0x00007f9caa67f000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000eccae410> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"SocketListener(ip-10-255-164-29.local.)\" #39 daemon prio=5 os_prio=0 tid=0x00007f9cc1c4e800 nid=0xad7 runnable [0x00007f9caa780000]\n java.lang.Thread.State: RUNNABLE\n\tat java.net.PlainDatagramSocketImpl.receive0(Native Method)\n\n\n\n\n\n\n\t- locked <0x00000000eccaf460> (a java.net.PlainDatagramSocketImpl)\n\n\n\n\n\n\n\tat java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:144)\n\n\n\n\n\n\n\t- locked <0x00000000eccaf460> (a java.net.PlainDatagramSocketImpl)\n\ \n\n\n\n\n\n\tat java.net.DatagramSocket.receive(DatagramSocket.java:812)\n\n\n\n\n\n\n\t- locked <0x00000000eccd1ab0> (a java.net.DatagramPacket)\n\n\n\n\n\n\n\t- locked <0x00000000eccae8f8> (a java.net.MulticastSocket)\n\n\n\n\n\n\n\tat javax.jmdns.impl.SocketListener.run(SocketListener.java:41)\n\n\n\n\n\n\n\n\"HashSessionScavenger-0\" #38 daemon prio=5 os_prio=0 tid=0x00007f9cc1ab9800 nid=0xad6 in Object.wait() [0x00007f9caac81000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000ecc36d48> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"qtp1864616119-37\" #37 prio=5 os_prio=0 tid=0x00007f9cc1a42000 nid=0xad5 waiting on condition [0x00007f9caad86000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-36\" #36 prio=5 os_prio=0 tid=0x00007f9cc1a40000 nid=0xad4 waiting on condition [0x00007f9caae87000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-35\" #35 prio=5 os_prio=0 tid=0x00007f9cc1a3e000 nid=0xad3 waiting on condition [0x00007f9caaf88000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-34\" #34 prio=5 os_prio=0 tid=0x00007f9cc1a3c000 nid=0xad2 waiting on condition [0x00007f9cab089000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\ \n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-33\" #33 prio=5 os_prio=0 tid=0x00007f9cc1a3a000 nid=0xad1 waiting on condition [0x00007f9cab18a000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-32-acceptor-0-ServerConnector@4870a44c{SSL-HTTP/1.1}{0.0.0.0:7777}\" #32 prio=5 os_prio=0 tid=0x00007f9cc1a38000 nid=0xad0 runnable [0x00007f9cab28b000]\n java.lang.Thread.State: RUNNABLE\n\tat sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)\n\n\n\n\n\n\n\tat sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422)\n\n\n\n\n\n\n\tat sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250)\n\n\n\n\n\n\n\t- locked <0x00000000edc0e608> (a java.lang.Object)\n\n\n\n\n\n\n\tat org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:321)\n\n\n\n\n\n\n\tat org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:460)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-31-selector-0\" #31 prio=5 os_prio=0 tid=0x00007f9cc1a37000 nid=0xacf runnable [0x00007f9cab38c000]\n java.lang.Thread.State: RUNNABLE\n\tat sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)\n\n\n\n\n\n\n\tat sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)\n\n\n\n\n\n\n\tat sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)\n\n\n\n\n\n\n\tat sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)\n\n\n\n\n\n\n\t- locked <0x00000000edc0eb98> (a sun.nio.ch.Util$2)\n\n\n\n\n\n\n\t- locked <0x00000000edc0eb88> (a java.util.Collections$UnmodifiableSet)\n\n\n\n\n\n\n\t- locked <0x00000000edc0eaf0> (a sun.nio.ch.EPollSelectorImpl)\n\n\n\n\n\n\n\tat sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)\n\n\n\n\n\n\n\tat sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101)\n\n\n\n\n\n\n\tat org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:452)\n\n\n\n\n\n\n\tat org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:428)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)\n\ \n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"qtp1864616119-30\" #30 prio=5 os_prio=0 tid=0x00007f9cc1a10000 nid=0xace waiting on condition [0x00007f9cab48d000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eca0aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)\n\n\n\n\n\n\n\tat org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"DateCache\" #29 daemon prio=5 os_prio=0 tid=0x00007f9cc19a8800 nid=0xacd in Object.wait() [0x00007f9cab58e000]\n java.lang.Thread.State: TIMED_WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.util.TimerThread.mainLoop(Timer.java:552)\n\n\n\n\n\n\n\t- locked <0x00000000ecb0d9b0> (a java.util.TaskQueue)\n\n\n\n\n\n\n\tat java.util.TimerThread.run(Timer.java:505)\n\n\n\n\n\n\n\n\"[.agent].processing.time.monitor\" #27 daemon prio=5 os_prio=0 tid=0x00007f9cc1880000 nid=0xacc in Object.wait() [0x00007f9cab88f000]\n java.lang.Thread.State: WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\t- waiting on <0x00000000eca01d30> (a java.lang.ref.ReferenceQueue$Lock)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)\n\n\n\n\n\n\n\t- locked <0x00000000eca01d30> (a java.lang.ref.ReferenceQueue$Lock)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)\n\n\n\n\n\n\n\tat org.mule.management.stats.DefaultProcessingTimeWatcher$ProcessingTimeChecker.run(DefaultProcessingTimeWatcher.java:76)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Thread-3\" #26 prio=5 os_prio=0 tid=0x00007f9cc1197800 nid=0xacb waiting on condition [0x00007f9cab990000]\n java.lang.Thread.State: TIMED_WAITING (sleeping)\n\tat java.lang.Thread.sleep(Native Method)\n\n\n\n\n\n\n\tat org.apache.commons.io.monitor.FileAlterationMonitor.run(FileAlterationMonitor.java:188)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"MapDB writer #2\" #24 daemon prio=5 os_prio=0 tid=0x00007f9cc19e1800 nid=0xaca waiting on condition [0x00007f9cabbfd000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)\n\n\n\n\n\n\n\tat org.mapdb.AsyncWriteEngine$WriterRunnable.run(AsyncWriteEngine.java:165)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"MapDB writer #1\" #22 daemon prio=5 os_prio=0 tid=0x00007f9cc19ce000 nid=0xac9 waiting on condition [0x00007f9cabefe000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)\n\n\n\n\n\n\n\tat org.mapdb.AsyncWriteEngine$WriterRunnable.run(AsyncWriteEngine.java:165)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"[.agent].Mule.01\" #20 prio=5 os_prio=0 tid=0x00007f9cc1412800 nid=0xac8 waiting on condition [0x00007f9cb8ac1000]\n java.lang.Thread.State: TIMED_WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ec7de190> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)\n\ \n\n\n\n\n\n\tat java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522)\n\n\n\n\n\n\n\tat java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684)\n\n\n\n\n\n\n\tat org.mule.context.notification.ServerNotificationManager.run(ServerNotificationManager.java:270)\n\n\n\n\n\n\n\tat org.mule.work.WorkerContext.run(WorkerContext.java:286)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Log4j2-AsyncLoggerConfig-2\" #18 daemon prio=5 os_prio=0 tid=0x00007f9cc1351800 nid=0xac7 waiting on condition [0x00007f9cb8dc2000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000ec4344e0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:45)\n\n\n\n\n\n\n\tat com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:55)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:123)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"DestroyJavaVM\" #15 prio=5 os_prio=0 tid=0x00007f9cdc00b000 nid=0xab8 waiting on condition [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"Wrapper-Connection\" #14 daemon prio=10 os_prio=0 tid=0x00007f9cdc3f5000 nid=0xac5 runnable [0x00007f9ccc324000]\n java.lang.Thread.State: RUNNABLE\n\tat java.net.SocketInputStream.socketRead0(Native Method)\n\n\n\n\n\n\n\tat java.net.SocketInputStream.socketRead(SocketInputStream.java:116)\n\n\n\n\n\n\n\tat java.net.SocketInputStream.read(SocketInputStream.java:170)\n\n\n\n\n\n\n\tat java.net.SocketInputStream.read(SocketInputStream.java:141)\n\n\n\n\n\n\n\tat java.net.SocketInputStream.read(SocketInputStream.java:223)\n\n\n\n\n\n\n\tat java.io.DataInputStream.readByte(DataInputStream.java:265)\n\n\n\n\n\n\n\tat org.tanukisoftware.wrapper.WrapperManager.handleBackend(WrapperManager.java:5505)\n\n\n\n\n\n\n\tat org.tanukisoftware.wrapper.WrapperManager.run(WrapperManager.java:5889)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Wrapper-Control-Event-Monitor\" #12 daemon prio=5 os_prio=0 tid=0x00007f9cdc440800 nid=0xac3 waiting on condition [0x00007f9ccc526000]\n java.lang.Thread.State: TIMED_WAITING (sleeping)\n\tat java.lang.Thread.sleep(Native Method)\n\n\n\n\n\n\n\tat org.tanukisoftware.wrapper.WrapperManager$3.run(WrapperManager.java:1040)\n\n\n\n\n\n\n\n\"Log4j2-AsyncLoggerConfig-1\" #9 daemon prio=5 os_prio=0 tid=0x00007f9cdc34b000 nid=0xac2 waiting on condition [0x00007f9ce0199000]\n java.lang.Thread.State: WAITING (parking)\n\tat sun.misc.Unsafe.park(Native Method)\n\n\n\n\n\n\n\t- parking to wait for <0x00000000eb551618> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)\n\n\n\n\n\n\n\tat java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BlockingWaitStrategy.waitFor(BlockingWaitStrategy.java:45)\n\n\n\n\n\n\n\tat com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:55)\n\n\n\n\n\n\n\tat com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:123)\n\n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)\n\ \n\n\n\n\n\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)\n\n\n\n\n\n\n\tat java.lang.Thread.run(Thread.java:745)\n\n\n\n\n\n\n\n\"Service Thread\" #7 daemon prio=9 os_prio=0 tid=0x00007f9cdc0c8000 nid=0xac0 runnable [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"C1 CompilerThread1\" #6 daemon prio=9 os_prio=0 tid=0x00007f9cdc0c3000 nid=0xabf waiting on condition [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"C2 CompilerThread0\" #5 daemon prio=9 os_prio=0 tid=0x00007f9cdc0c0800 nid=0xabe waiting on condition [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"Signal Dispatcher\" #4 daemon prio=9 os_prio=0 tid=0x00007f9cdc0bf000 nid=0xabd runnable [0x0000000000000000]\n java.lang.Thread.State: RUNNABLE\n\n\"Finalizer\" #3 daemon prio=8 os_prio=0 tid=0x00007f9cdc087000 nid=0xabc in Object.wait() [0x00007f9ce0c46000]\n java.lang.Thread.State: WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)\n\n\n\n\n\n\n\t- locked <0x00000000eb415da8> (a java.lang.ref.ReferenceQueue$Lock)\n\n\n\n\n\n\n\tat java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)\n\n\n\n\n\n\n\tat java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)\n\n\n\n\n\n\n\n\"Reference Handler\" #2 daemon prio=10 os_prio=0 tid=0x00007f9cdc085000 nid=0xabb in Object.wait() [0x00007f9ce0d47000]\n java.lang.Thread.State: WAITING (on object monitor)\n\tat java.lang.Object.wait(Native Method)\n\n\n\n\n\n\n\tat java.lang.Object.wait(Object.java:502)\n\n\n\n\n\n\n\tat java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157)\n\n\n\n\n\n\n\t- locked <0x00000000eb497a60> (a java.lang.ref.Reference$Lock)\n\n\n\n\n\n\n\n\"VM Thread\" os_prio=0 tid=0x00007f9cdc080000 nid=0xaba runnable \n\n\"Gang worker#0 (Parallel GC Threads)\" os_prio=0 tid=0x00007f9cdc01c800 nid=0xab9 runnable \n\n\"VM Periodic Task Thread\" os_prio=0 tid=0x00007f9cdc0cb000 nid=0xac1 waiting on condition \n\nJNI global references: 331\n\n" summary: Get instance diagnostics operationId: getV2InstanceDiagnostics /v2/applications/{domain}/instances/{instanceId}/log-file: get: description: 'Download the log file associated with your application We do not recommend the use of this API for extraction of logs. Please use custom log appenders for this purpose. [More Info](https://docs.mulesoft.com/cloudhub/custom-log-appender) ' parameters: - name: domain description: Application domain name required: true in: path schema: type: string - name: instanceId description: instanceId retrieved from /deployments API required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/octet-stream content: application/octet-stream: schema: example: "\"[2015-12-14 17:52:33.412] INFO org.mule.module.launcher.application.DefaultMuleApplication [qtp18605202-31]: (t:null) \n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n+ Initializing app 'test-test' +\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n[2015-12-14 17:52:34.065] INFO com.mulesoft.ch.monitoring.MonitoringCoreExtension [qtp18605202-31]: (t:null) Monitoring enabled: true\n[2015-12-14 17:52:34.066] INFO com.mulesoft.ch.monitoring.MonitoringCoreExtension [qtp18605202-31]: (t:null) Registering ping flow injector...\n[2015-12-14 17:52:34.083] INFO com.mulesoft.ch.queue.boot.PersistentQueueCoreExtension [qtp18605202-31]: (t:null) The PersistentQueueManager is NOT configured. The normal VM queue manager will be used.\n[2015-12-14 17:52:34.119] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising RegistryBroker\n[2015-12-14 17:52:34.265] INFO org.mule.module.extension.internal.manager.DefaultExtensionManager [qtp18605202-31]: (t:null) Starting discovery of extensions\n[2015-12-14 17:52:35.132] INFO org.mule.module.extension.internal.manager.DefaultExtensionManager [qtp18605202-31]: (t:null) Discovered 1 extensions\n[2015-12-14 17:52:35.132] INFO org.mule.module.extension.internal.manager.DefaultExtensionManager [qtp18605202-31]: (t:null) Registering extension validation (version 3.7)\n[2015-12-14 17:52:35.560] INFO org.mule.config.spring.MuleArtifactContext [qtp18605202-31]: (t:null) Refreshing org.mule.config.spring.MuleArtifactContext@49cfd433: startup date [Mon Dec 14 17:52:35 UTC 2015]; root of context hierarchy\n[2015-12-14 17:52:39.139] INFO org.mule.config.spring.processors.NoDevkitInjectorProcessor [qtp18605202-31]: (t:null) JSR-330 'javax.inject.Inject' annotation found and supported for autowiring\n[2015-12-14 17:52:39.778] WARN org.springframework.beans.factory.support.DefaultListableBeanFactory [qtp18605202-31]: (t:null) Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name '_defaultUserObjectStore': Requested bean is currently in creation: Is there an unresolvable circular reference?\n[2015-12-14 17:52:39.916] WARN org.springframework.beans.factory.support.DefaultListableBeanFactory [qtp18605202-31]: (t:null) Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name '_defaultUserObjectStore': Requested bean is currently in creation: Is there an unresolvable circular reference?\n[2015-12-14 17:52:42.916] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising connector: connector.polling.mule.default\n[2015-12-14 17:52:43.399] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising model: _muleSystemModel\n[2015-12-14 17:52:44.260] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Initialising flow: echoFlow\n[2015-12-14 17:52:44.274] INFO org.mule.exception.DefaultMessagingExceptionStrategy [qtp18605202-31]: (t:null) Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@681f155\n[2015-12-14 17:52:44.404] INFO org.mule.processor.SedaStageLifecycleManager [qtp18605202-31]: (t:null) Initialising service: echoFlow.stage1\n[2015-12-14 17:52:44.469] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Initialising flow: Copy_of_echoFlow\n[2015-12-14 17:52:44.469] INFO org.mule.exception.DefaultMessagingExceptionStrategy [qtp18605202-31]: (t:null) Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@5face4a9\n[2015-12-14 17:52:44.474] INFO org.mule.processor.SedaStageLifecycleManager [qtp18605202-31]: (t:null) Initialising service: Copy_of_echoFlow.stage1\n[2015-12-14 17:52:44.522] INFO org.mule.util.journal.TransactionJournal [qtp18605202-31]: (t:null) Using files for tx logs /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-tx-log/tx1.log and /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-tx-log/tx2.log\n[2015-12-14 17:52:44.523] INFO org.mule.util.journal.TransactionJournal [qtp18605202-31]: (t:null) Using files for tx logs /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-xa-tx-log/tx1.log and /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-xa-tx-log/tx2.log\n[2015-12-14 17:52:44.717] INFO org.mule.config.spring.SpringXmlConfigurationBuilder [qtp18605202-31]: (t:null) Configured Mule using \"org.mule.config.spring.SpringXmlConfigurationBuilder\" with configuration resource(s): \"[ConfigResource{resourceName='/opt/mule/mule-3.7.2-R44/apps/test-test/queue-test2.xml'}]\"\n[2015-12-14 17:52:44.733] INFO org.mule.config.builders.AutoConfigurationBuilder [qtp18605202-31]: (t:null) Configured Mule using \"org.mule.config.builders.AutoConfigurationBuilder\" with configuration resource(s): \"[ConfigResource{resourceName='/opt/mule/mule-3.7.2-R44/apps/test-test/queue-test2.xml'}]\"\n[2015-12-14 17:52:44.737] INFO com.mulesoft.ch.batch.BatchCoreExtension [qtp18605202-31]: (t:null) Persistent queues is not enabled for batch module as it was not configured in Cloudhub console\n[2015-12-14 17:52:44.737] INFO org.mule.module.launcher.application.DefaultMuleApplication [qtp18605202-31]: (t:null) \n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n+ Starting app 'test-test' +\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n[2015-12-14 17:52:44.776] INFO org.mule.util.queue.QueueXaResourceManager [qtp18605202-31]: (t:null) Starting ResourceManager\n[2015-12-14 17:52:44.777] INFO org.mule.util.queue.QueueXaResourceManager [qtp18605202-31]: (t:null) Started ResourceManager\n[2015-12-14 17:52:44.781] INFO com.mulesoft.ch.objectstore.ObjectStoreImpl [qtp18605202-31]: (t:null) Successfully opened CloudHub ObjectStore\n[2015-12-14 17:52:44.782] INFO com.mulesoft.ch.objectstore.ObjectStoreImpl [qtp18605202-31]: (t:null) Successfully opened CloudHub ObjectStore\n[2015-12-14 17:52:44.782] INFO com.mulesoft.ch.objectstore.ObjectStoreImpl [qtp18605202-31]: (t:null) Successfully opened CloudHub ObjectStore\n[2015-12-14 17:52:44.823] INFO org.mule.transport.polling.MessageProcessorPollingConnector [qtp18605202-31]: (t:null) Connected: MessageProcessorPollingConnector\n{\n name=connector.polling.mule.default\n lifecycle=initialise\n this=6f06c0a4\n numberOfConcurrentTransactedReceivers=4\n createMultipleTransactedReceivers=true\n connected=true\n supportedProtocols=[polling]\n serviceOverrides=\n}\n\n[2015-12-14 17:52:44.824] INFO org.mule.transport.polling.MessageProcessorPollingConnector [qtp18605202-31]: (t:null) Starting: MessageProcessorPollingConnector\n{\n name=connector.polling.mule.default\n lifecycle=initialise\n this=6f06c0a4\n numberOfConcurrentTransactedReceivers=4\n createMultipleTransactedReceivers=true\n connected=true\n supportedProtocols=[polling]\n serviceOverrides=\n}\n\n[2015-12-14 17:52:44.853] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting connector: connector.polling.mule.default\n[2015-12-14 17:52:44.859] INFO org.mule.modules.oauth2.provider.agents.DefaultSplashScreenAgent [qtp18605202-31]: (t:null) \n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n+ DevKit Extensions (0) used in this application \n +\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n[2015-12-14 17:52:44.869] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting model: _muleSystemModel\n[2015-12-14 17:52:44.874] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Starting flow: echoFlow\n[2015-12-14 17:52:44.875] INFO org.mule.processor.SedaStageLifecycleManager [qtp18605202-31]: (t:null) Starting service: echoFlow.stage1\n[2015-12-14 17:52:44.927] INFO org.mule.transport.polling.MessageProcessorPollingConnector [qtp18605202-31]: (t:null) Registering listener: echoFlow on endpointUri: polling://-1912630717\n[2015-12-14 17:52:44.954] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising: 'null'. Object is: MessageProcessorPollingMessageReceiver\n[2015-12-14 17:52:45.026] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising Bean: polling://echoFlow/77660243\n[2015-12-14 17:52:45.027] INFO org.mule.transport.polling.MessageProcessorPollingMessageReceiver [qtp18605202-31]: (t:null) Connecting clusterizable message receiver\n[2015-12-14 17:52:45.029] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting: 'null'. Object is: MessageProcessorPollingMessageReceiver\n[2015-12-14 17:52:45.030] INFO org.mule.transport.polling.MessageProcessorPollingMessageReceiver [qtp18605202-31]: (t:null) Starting clusterizable message receiver\n[2015-12-14 17:52:45.057] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Starting flow: Copy_of_echoFlow\n[2015-12-14 17:52:45.058] INFO org.mule.processor.SedaStageLifecycleManager [qtp18605202-31]: (t:null) Starting service: Copy_of_echoFlow.stage1\n[2015-12-14 17:52:45.062] INFO org.mule.transport.polling.MessageProcessorPollingConnector [qtp18605202-31]: (t:null) Registering listener: Copy_of_echoFlow on endpointUri: polling://-1912630717\n[2015-12-14 17:52:45.062] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising: 'null'. Object is: MessageProcessorPollingMessageReceiver\n[2015-12-14 17:52:45.106] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising Bean: polling://Copy_of_echoFlow/516281868\n[2015-12-14 17:52:45.107] INFO org.mule.transport.polling.MessageProcessorPollingMessageReceiver [qtp18605202-31]: (t:null) Connecting clusterizable message receiver\n[2015-12-14 17:52:45.109] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting: 'null'. Object is: MessageProcessorPollingMessageReceiver\n[2015-12-14 17:52:45.110] INFO org.mule.transport.polling.MessageProcessorPollingMessageReceiver [qtp18605202-31]: (t:null) Starting clusterizable message receiver\n[2015-12-14 17:52:45.387] WARN org.mule.transport.http.HttpConnector [qtp18605202-31]: (t:null) HTTP transport is deprecated and will be removed in Mule 4.0. Use HTTP module instead.\n[2015-12-14 17:52:45.498] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising connector: connector.http.mule.default\n[2015-12-14 17:52:45.738] INFO com.mulesoft.ch.monitoring.ping.PingFlowInjector [qtp18605202-31]: (t:null) No suitable connector in application, new one is created and used.\n[2015-12-14 17:52:45.740] INFO org.mule.transport.http.HttpConnector [qtp18605202-31]: (t:null) Connected: HttpConnector\n{\n name=connector.http.mule.default\n lifecycle=initialise\n this=2a4640c9\n numberOfConcurrentTransactedReceivers=4\n createMultipleTransactedReceivers=true\n connected=true\n supportedProtocols=[http]\n serviceOverrides=\n}\n\n[2015-12-14 17:52:45.764] INFO org.mule.transport.http.HttpConnector [qtp18605202-31]: (t:null) Starting: HttpConnector\n{\n name=connector.http.mule.default\n lifecycle=initialise\n this=2a4640c9\n numberOfConcurrentTransactedReceivers=4\n createMultipleTransactedReceivers=true\n connected=true\n supportedProtocols=[http]\n serviceOverrides=\n}\n\n[2015-12-14 17:52:45.765] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting connector: connector.http.mule.default\n[2015-12-14 17:52:45.770] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Initialising flow: ____ping____flow_____1546378262\n[2015-12-14 17:52:45.771] INFO org.mule.exception.DefaultMessagingExceptionStrategy [qtp18605202-31]: (t:null) Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@38ac96bc\n[2015-12-14 17:52:45.781] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Starting flow: ____ping____flow_____1546378262\n[2015-12-14 17:52:45.782] INFO org.mule.transport.http.HttpConnector [qtp18605202-31]: (t:null) Registering listener: ____ping____flow_____1546378262 on endpointUri: http://localhost:7557/____ping____\n[2015-12-14 17:52:45.786] INFO org.mule.transport.service.DefaultTransportServiceDescriptor [qtp18605202-31]: (t:null) Loading default response transformer: org.mule.transport.http.transformers.MuleMessageToHttpResponse\n[2015-12-14 17:52:45.974] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising: 'null'. Object is: HttpMessageReceiver\n[2015-12-14 17:52:46.004] INFO org.mule.transport.http.HttpMessageReceiver [qtp18605202-31]: (t:null) Connecting clusterizable message receiver\n[2015-12-14 17:52:46.075] WARN org.mule.transport.tcp.TcpServerSocketFactory [qtp18605202-31]: (t:null) Localhost is being bound to all local interfaces as specified by the \"mule.tcp.bindlocalhosttoalllocalinterfaces\" system property. This property may be removed in a future version of Mule.\n[2015-12-14 17:52:46.095] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting: 'null'. Object is: HttpMessageReceiver\n[2015-12-14 17:52:46.095] INFO org.mule.transport.http.HttpMessageReceiver [qtp18605202-31]: (t:null) Starting clusterizable message receiver\n[2015-12-14 17:52:46.160] INFO org.mule.module.management.agent.WrapperManagerAgent [qtp18605202-31]: (t:null) Mule is embedded in a container already launched by a wrapper.Duplicates will not be registered. Use the org.tanukisoftware.wrapper:type=WrapperManager MBean instead for control.\n[2015-12-14 17:52:46.219] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Attempting to register service with name: Mule.test-test:type=Endpoint,service=\"echoFlow\",connector=connector.polling.mule.default,name=\"endpoint.polling.1912630717\"\n[2015-12-14 17:52:46.220] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Registered Endpoint Service with name: Mule.test-test:type=Endpoint,service=\"echoFlow\",connector=connector.polling.mule.default,name=\"endpoint.polling.1912630717\"\n[2015-12-14 17:52:46.221] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Attempting to register service with name: Mule.test-test:type=Endpoint,service=\"Copy_of_echoFlow\",connector=connector.polling.mule.default,name=\"endpoint.polling.1912630717\"\n[2015-12-14 17:52:46.222] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Registered Endpoint Service with name: Mule.test-test:type=Endpoint,service=\"Copy_of_echoFlow\",connector=connector.polling.mule.default,name=\"endpoint.polling.1912630717\"\n[2015-12-14 17:52:46.237] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Attempting to register service with name: Mule.test-test:type=Endpoint,service=\"____ping____flow_____1546378262\",connector=connector.http.mule.default,name=\"endpoint.http.localhost.7557.ping\"\n[2015-12-14 17:52:46.237] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Registered Endpoint Service with name: Mule.test-test:type=Endpoint,service=\"____ping____flow_____1546378262\",connector=connector.http.mule.default,name=\"endpoint.http.localhost.7557.ping\"\n[2015-12-14 17:52:46.239] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Registered Connector Service with name Mule.test-test:type=Connector,name=\"connector.polling.mule.default.1\"\n[2015-12-14 17:52:46.239] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Registered Connector Service with name Mule.test-test:type=Connector,name=\"connector.http.mule.default.1\"\n[2015-12-14 17:52:46.240] INFO org.mule.DefaultMuleContext [qtp18605202-31]: (t:null) \n**********************************************************************\n\ * Application: test-test *\n* OS encoding: /, Mule encoding: UTF-8 *\n* *\n* Agents Running: *\n* DevKit Extension Information *\n* JMX Agent *\n* Batch module default engine *\n* Wrapper Manager *\n**********************************************************************\n[2015-12-14 17:54:02.865] INFO org.mule.api.processor.LoggerMessageProcessor [[test-test].Copy_of_echoFlow.stage1.02]: (t:null) \norg.mule.DefaultMuleMessage\n{\n id=a93bf1a0-a28b-11e5-9d9b-0e4b77f24b53\n payload=org.glassfish.grizzly.utils.BufferInputStream\n correlationId=\n correlationGroup=-1\n correlationSeq=-1\n encoding=UTF-8\n exceptionPayload=\n\nMessage properties:\n INVOCATION scoped properties:\n pollingFrequency=1000\n INBOUND scoped properties:\n MULE_ORIGINATING_ENDPOINT=endpoint.polling.1912630717\n cache-control=public, no-cache=\"Set-Cookie\", max-age=59\n cf-ray=254bc58d3e052390-IAD\n connection=keep-alive\n content-type=text/html; charset=utf-8\n date=Mon, 14 Dec 2015 17:54:02 GMT\n expires=Mon, 14 Dec 2015 17:55:01 GMT\n http.reason=OK\n http.status=200\n last-modified=Mon, 14 Dec 2015 17:54:01 GMT\n server=cloudflare-nginx\n set-cookie=[__cfduid=dc3171fe8e760735d044f568ddc7fa1f61450115642; expires=Tue, 13-Dec-16 17:54:02 GMT; path=/; domain=.stackoverflow.com; HttpOnly, prov=7f585e15-49e0-41cb-b57f-ffa557f4d075; domain=.stackoverflow.com; expires=Fri, 01-Jan-2055 00:00:00 GMT; path=/; HttpOnly]\n transfer-encoding=chunked\n vary=*\n x-frame-options=SAMEORIGIN\n x-request-guid=6deef0ce-64d0-4dc9-b6a0-a40a6b22ce08\n OUTBOUND scoped properties:\n SESSION scoped properties:\n}\n[2015-12-14 17:54:02.867] INFO org.mule.api.processor.LoggerMessageProcessor [[test-test].echoFlow.stage1.02]: (t:null) \norg.mule.DefaultMuleMessage\n{\n id=a93ba380-a28b-11e5-9d9b-0e4b77f24b53\n payload=org.glassfish.grizzly.utils.BufferInputStream\n correlationId=\n correlationGroup=-1\n correlationSeq=-1\n encoding=UTF-8\n exceptionPayload=\n\nMessage properties:\n INVOCATION scoped properties:\n pollingFrequency=1000\n INBOUND scoped properties:\n MULE_ORIGINATING_ENDPOINT=endpoint.polling.1912630717\n cache-control=public, no-cache=\"Set-Cookie\", max-age=59\n cf-ray=254bc58d2f4723fc-IAD\n connection=keep-alive\n content-type=text/html; charset=utf-8\n date=Mon, 14 Dec 2015 17:54:02 GMT\n expires=Mon, 14 Dec 2015 17:55:01 GMT\n http.reason=OK\n http.status=200\n last-modified=Mon, 14 Dec 2015 17:54:01 GMT\n server=cloudflare-nginx\n set-cookie=[__cfduid=dd5351ad84577c9a97c84f87d6c5fe1f41450115642; expires=Tue, 13-Dec-16 17:54:02 GMT; path=/; domain=.stackoverflow.com; HttpOnly, prov=36c7d2b8-01d1-4f3f-abea-4a4d0a563034; domain=.stackoverflow.com; expires=Fri, 01-Jan-2055 00:00:00 GMT; path=/; HttpOnly]\n transfer-encoding=chunked\n vary=*\n x-frame-options=SAMEORIGIN\n x-request-guid=74d2f249-e609-4369-b631-bd116b129291\n OUTBOUND scoped properties:\n SESSION scoped properties:\n}\n[2015-12-14 17:54:23.248] INFO org.mule.api.processor.LoggerMessageProcessor [[test-test].Copy_of_echoFlow.stage1.02]: (t:null) \norg.mule.DefaultMuleMessage\n{\n id=b5681800-a28b-11e5-9d9b-0e4b77f24b53\n payload=org.glassfish.grizzly.utils.BufferInputStream\n correlationId=\n correlationGroup=-1\n correlationSeq=-1\n encoding=UTF-8\n exceptionPayload=\"" example: "\"[2015-12-14 17:52:33.412] INFO org.mule.module.launcher.application.DefaultMuleApplication [qtp18605202-31]: (t:null) \n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n+ Initializing app 'test-test' +\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n[2015-12-14 17:52:34.065] INFO com.mulesoft.ch.monitoring.MonitoringCoreExtension [qtp18605202-31]: (t:null) Monitoring enabled: true\n[2015-12-14 17:52:34.066] INFO com.mulesoft.ch.monitoring.MonitoringCoreExtension [qtp18605202-31]: (t:null) Registering ping flow injector...\n[2015-12-14 17:52:34.083] INFO com.mulesoft.ch.queue.boot.PersistentQueueCoreExtension [qtp18605202-31]: (t:null) The PersistentQueueManager is NOT configured. The normal VM queue manager will be used.\n[2015-12-14 17:52:34.119] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising RegistryBroker\n[2015-12-14 17:52:34.265] INFO org.mule.module.extension.internal.manager.DefaultExtensionManager [qtp18605202-31]: (t:null) Starting discovery of extensions\n[2015-12-14 17:52:35.132] INFO org.mule.module.extension.internal.manager.DefaultExtensionManager [qtp18605202-31]: (t:null) Discovered 1 extensions\n[2015-12-14 17:52:35.132] INFO org.mule.module.extension.internal.manager.DefaultExtensionManager [qtp18605202-31]: (t:null) Registering extension validation (version 3.7)\n[2015-12-14 17:52:35.560] INFO org.mule.config.spring.MuleArtifactContext [qtp18605202-31]: (t:null) Refreshing org.mule.config.spring.MuleArtifactContext@49cfd433: startup date [Mon Dec 14 17:52:35 UTC 2015]; root of context hierarchy\n[2015-12-14 17:52:39.139] INFO org.mule.config.spring.processors.NoDevkitInjectorProcessor [qtp18605202-31]: (t:null) JSR-330 'javax.inject.Inject' annotation found and supported for autowiring\n[2015-12-14 17:52:39.778] WARN org.springframework.beans.factory.support.DefaultListableBeanFactory [qtp18605202-31]: (t:null) Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name '_defaultUserObjectStore': Requested bean is currently in creation: Is there an unresolvable circular reference?\n[2015-12-14 17:52:39.916] WARN org.springframework.beans.factory.support.DefaultListableBeanFactory [qtp18605202-31]: (t:null) Bean creation exception on FactoryBean type check: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name '_defaultUserObjectStore': Requested bean is currently in creation: Is there an unresolvable circular reference?\n[2015-12-14 17:52:42.916] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising connector: connector.polling.mule.default\n[2015-12-14 17:52:43.399] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising model: _muleSystemModel\n[2015-12-14 17:52:44.260] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Initialising flow: echoFlow\n[2015-12-14 17:52:44.274] INFO org.mule.exception.DefaultMessagingExceptionStrategy [qtp18605202-31]: (t:null) Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@681f155\n[2015-12-14 17:52:44.404] INFO org.mule.processor.SedaStageLifecycleManager [qtp18605202-31]: (t:null) Initialising service: echoFlow.stage1\n[2015-12-14 17:52:44.469] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Initialising flow: Copy_of_echoFlow\n[2015-12-14 17:52:44.469] INFO org.mule.exception.DefaultMessagingExceptionStrategy [qtp18605202-31]: (t:null) Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@5face4a9\n[2015-12-14 17:52:44.474] INFO org.mule.processor.SedaStageLifecycleManager [qtp18605202-31]: (t:null) Initialising service: Copy_of_echoFlow.stage1\n[2015-12-14 17:52:44.522] INFO org.mule.util.journal.TransactionJournal [qtp18605202-31]: (t:null) Using files for tx logs /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-tx-log/tx1.log and /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-tx-log/tx2.log\n[2015-12-14 17:52:44.523] INFO org.mule.util.journal.TransactionJournal [qtp18605202-31]: (t:null) Using files for tx logs /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-xa-tx-log/tx1.log and /opt/mule/mule-3.7.2-R44/./.mule/test-test/queue-xa-tx-log/tx2.log\n[2015-12-14 17:52:44.717] INFO org.mule.config.spring.SpringXmlConfigurationBuilder [qtp18605202-31]: (t:null) Configured Mule using \"org.mule.config.spring.SpringXmlConfigurationBuilder\" with configuration resource(s): \"[ConfigResource{resourceName='/opt/mule/mule-3.7.2-R44/apps/test-test/queue-test2.xml'}]\"\n[2015-12-14 17:52:44.733] INFO org.mule.config.builders.AutoConfigurationBuilder [qtp18605202-31]: (t:null) Configured Mule using \"org.mule.config.builders.AutoConfigurationBuilder\" with configuration resource(s): \"[ConfigResource{resourceName='/opt/mule/mule-3.7.2-R44/apps/test-test/queue-test2.xml'}]\"\n[2015-12-14 17:52:44.737] INFO com.mulesoft.ch.batch.BatchCoreExtension [qtp18605202-31]: (t:null) Persistent queues is not enabled for batch module as it was not configured in Cloudhub console\n[2015-12-14 17:52:44.737] INFO org.mule.module.launcher.application.DefaultMuleApplication [qtp18605202-31]: (t:null) \n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n+ Starting app 'test-test' +\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n[2015-12-14 17:52:44.776] INFO org.mule.util.queue.QueueXaResourceManager [qtp18605202-31]: (t:null) Starting ResourceManager\n[2015-12-14 17:52:44.777] INFO org.mule.util.queue.QueueXaResourceManager [qtp18605202-31]: (t:null) Started ResourceManager\n[2015-12-14 17:52:44.781] INFO com.mulesoft.ch.objectstore.ObjectStoreImpl [qtp18605202-31]: (t:null) Successfully opened CloudHub ObjectStore\n[2015-12-14 17:52:44.782] INFO com.mulesoft.ch.objectstore.ObjectStoreImpl [qtp18605202-31]: (t:null) Successfully opened CloudHub ObjectStore\n[2015-12-14 17:52:44.782] INFO com.mulesoft.ch.objectstore.ObjectStoreImpl [qtp18605202-31]: (t:null) Successfully opened CloudHub ObjectStore\n[2015-12-14 17:52:44.823] INFO org.mule.transport.polling.MessageProcessorPollingConnector [qtp18605202-31]: (t:null) Connected: MessageProcessorPollingConnector\n{\n name=connector.polling.mule.default\n lifecycle=initialise\n this=6f06c0a4\n numberOfConcurrentTransactedReceivers=4\n createMultipleTransactedReceivers=true\n connected=true\n supportedProtocols=[polling]\n serviceOverrides=\n}\n\n[2015-12-14 17:52:44.824] INFO org.mule.transport.polling.MessageProcessorPollingConnector [qtp18605202-31]: (t:null) Starting: MessageProcessorPollingConnector\n{\n name=connector.polling.mule.default\n lifecycle=initialise\n this=6f06c0a4\n numberOfConcurrentTransactedReceivers=4\n createMultipleTransactedReceivers=true\n connected=true\n supportedProtocols=[polling]\n serviceOverrides=\n}\n\n[2015-12-14 17:52:44.853] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting connector: connector.polling.mule.default\n[2015-12-14 17:52:44.859] INFO org.mule.modules.oauth2.provider.agents.DefaultSplashScreenAgent [qtp18605202-31]: (t:null) \n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n+ DevKit Extensions (0) used in this application \n +\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n[2015-12-14 17:52:44.869] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting model: _muleSystemModel\n[2015-12-14 17:52:44.874] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Starting flow: echoFlow\n[2015-12-14 17:52:44.875] INFO org.mule.processor.SedaStageLifecycleManager [qtp18605202-31]: (t:null) Starting service: echoFlow.stage1\n[2015-12-14 17:52:44.927] INFO org.mule.transport.polling.MessageProcessorPollingConnector [qtp18605202-31]: (t:null) Registering listener: echoFlow on endpointUri: polling://-1912630717\n[2015-12-14 17:52:44.954] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising: 'null'. Object is: MessageProcessorPollingMessageReceiver\n[2015-12-14 17:52:45.026] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising Bean: polling://echoFlow/77660243\n[2015-12-14 17:52:45.027] INFO org.mule.transport.polling.MessageProcessorPollingMessageReceiver [qtp18605202-31]: (t:null) Connecting clusterizable message receiver\n[2015-12-14 17:52:45.029] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting: 'null'. Object is: MessageProcessorPollingMessageReceiver\n[2015-12-14 17:52:45.030] INFO org.mule.transport.polling.MessageProcessorPollingMessageReceiver [qtp18605202-31]: (t:null) Starting clusterizable message receiver\n[2015-12-14 17:52:45.057] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Starting flow: Copy_of_echoFlow\n[2015-12-14 17:52:45.058] INFO org.mule.processor.SedaStageLifecycleManager [qtp18605202-31]: (t:null) Starting service: Copy_of_echoFlow.stage1\n[2015-12-14 17:52:45.062] INFO org.mule.transport.polling.MessageProcessorPollingConnector [qtp18605202-31]: (t:null) Registering listener: Copy_of_echoFlow on endpointUri: polling://-1912630717\n[2015-12-14 17:52:45.062] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising: 'null'. Object is: MessageProcessorPollingMessageReceiver\n[2015-12-14 17:52:45.106] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising Bean: polling://Copy_of_echoFlow/516281868\n[2015-12-14 17:52:45.107] INFO org.mule.transport.polling.MessageProcessorPollingMessageReceiver [qtp18605202-31]: (t:null) Connecting clusterizable message receiver\n[2015-12-14 17:52:45.109] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting: 'null'. Object is: MessageProcessorPollingMessageReceiver\n[2015-12-14 17:52:45.110] INFO org.mule.transport.polling.MessageProcessorPollingMessageReceiver [qtp18605202-31]: (t:null) Starting clusterizable message receiver\n[2015-12-14 17:52:45.387] WARN org.mule.transport.http.HttpConnector [qtp18605202-31]: (t:null) HTTP transport is deprecated and will be removed in Mule 4.0. Use HTTP module instead.\n[2015-12-14 17:52:45.498] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising connector: connector.http.mule.default\n[2015-12-14 17:52:45.738] INFO com.mulesoft.ch.monitoring.ping.PingFlowInjector [qtp18605202-31]: (t:null) No suitable connector in application, new one is created and used.\n[2015-12-14 17:52:45.740] INFO org.mule.transport.http.HttpConnector [qtp18605202-31]: (t:null) Connected: HttpConnector\n{\n name=connector.http.mule.default\n lifecycle=initialise\n this=2a4640c9\n numberOfConcurrentTransactedReceivers=4\n createMultipleTransactedReceivers=true\n connected=true\n supportedProtocols=[http]\n serviceOverrides=\n}\n\n[2015-12-14 17:52:45.764] INFO org.mule.transport.http.HttpConnector [qtp18605202-31]: (t:null) Starting: HttpConnector\n{\n name=connector.http.mule.default\n lifecycle=initialise\n this=2a4640c9\n numberOfConcurrentTransactedReceivers=4\n createMultipleTransactedReceivers=true\n connected=true\n supportedProtocols=[http]\n serviceOverrides=\n}\n\n[2015-12-14 17:52:45.765] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting connector: connector.http.mule.default\n[2015-12-14 17:52:45.770] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Initialising flow: ____ping____flow_____1546378262\n[2015-12-14 17:52:45.771] INFO org.mule.exception.DefaultMessagingExceptionStrategy [qtp18605202-31]: (t:null) Initialising exception listener: org.mule.exception.DefaultMessagingExceptionStrategy@38ac96bc\n[2015-12-14 17:52:45.781] INFO org.mule.construct.FlowConstructLifecycleManager [qtp18605202-31]: (t:null) Starting flow: ____ping____flow_____1546378262\n[2015-12-14 17:52:45.782] INFO org.mule.transport.http.HttpConnector [qtp18605202-31]: (t:null) Registering listener: ____ping____flow_____1546378262 on endpointUri: http://localhost:7557/____ping____\n[2015-12-14 17:52:45.786] INFO org.mule.transport.service.DefaultTransportServiceDescriptor [qtp18605202-31]: (t:null) Loading default response transformer: org.mule.transport.http.transformers.MuleMessageToHttpResponse\n[2015-12-14 17:52:45.974] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Initialising: 'null'. Object is: HttpMessageReceiver\n[2015-12-14 17:52:46.004] INFO org.mule.transport.http.HttpMessageReceiver [qtp18605202-31]: (t:null) Connecting clusterizable message receiver\n[2015-12-14 17:52:46.075] WARN org.mule.transport.tcp.TcpServerSocketFactory [qtp18605202-31]: (t:null) Localhost is being bound to all local interfaces as specified by the \"mule.tcp.bindlocalhosttoalllocalinterfaces\" system property. This property may be removed in a future version of Mule.\n[2015-12-14 17:52:46.095] INFO org.mule.lifecycle.AbstractLifecycleManager [qtp18605202-31]: (t:null) Starting: 'null'. Object is: HttpMessageReceiver\n[2015-12-14 17:52:46.095] INFO org.mule.transport.http.HttpMessageReceiver [qtp18605202-31]: (t:null) Starting clusterizable message receiver\n[2015-12-14 17:52:46.160] INFO org.mule.module.management.agent.WrapperManagerAgent [qtp18605202-31]: (t:null) Mule is embedded in a container already launched by a wrapper.Duplicates will not be registered. Use the org.tanukisoftware.wrapper:type=WrapperManager MBean instead for control.\n[2015-12-14 17:52:46.219] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Attempting to register service with name: Mule.test-test:type=Endpoint,service=\"echoFlow\",connector=connector.polling.mule.default,name=\"endpoint.polling.1912630717\"\n[2015-12-14 17:52:46.220] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Registered Endpoint Service with name: Mule.test-test:type=Endpoint,service=\"echoFlow\",connector=connector.polling.mule.default,name=\"endpoint.polling.1912630717\"\n[2015-12-14 17:52:46.221] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Attempting to register service with name: Mule.test-test:type=Endpoint,service=\"Copy_of_echoFlow\",connector=connector.polling.mule.default,name=\"endpoint.polling.1912630717\"\n[2015-12-14 17:52:46.222] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Registered Endpoint Service with name: Mule.test-test:type=Endpoint,service=\"Copy_of_echoFlow\",connector=connector.polling.mule.default,name=\"endpoint.polling.1912630717\"\n[2015-12-14 17:52:46.237] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Attempting to register service with name: Mule.test-test:type=Endpoint,service=\"____ping____flow_____1546378262\",connector=connector.http.mule.default,name=\"endpoint.http.localhost.7557.ping\"\n[2015-12-14 17:52:46.237] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Registered Endpoint Service with name: Mule.test-test:type=Endpoint,service=\"____ping____flow_____1546378262\",connector=connector.http.mule.default,name=\"endpoint.http.localhost.7557.ping\"\n[2015-12-14 17:52:46.239] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Registered Connector Service with name Mule.test-test:type=Connector,name=\"connector.polling.mule.default.1\"\n[2015-12-14 17:52:46.239] INFO org.mule.module.management.agent.AbstractJmxAgent [qtp18605202-31]: (t:null) Registered Connector Service with name Mule.test-test:type=Connector,name=\"connector.http.mule.default.1\"\n[2015-12-14 17:52:46.240] INFO org.mule.DefaultMuleContext [qtp18605202-31]: (t:null) \n**********************************************************************\n\ * Application: test-test *\n* OS encoding: /, Mule encoding: UTF-8 *\n* *\n* Agents Running: *\n* DevKit Extension Information *\n* JMX Agent *\n* Batch module default engine *\n* Wrapper Manager *\n**********************************************************************\n[2015-12-14 17:54:02.865] INFO org.mule.api.processor.LoggerMessageProcessor [[test-test].Copy_of_echoFlow.stage1.02]: (t:null) \norg.mule.DefaultMuleMessage\n{\n id=a93bf1a0-a28b-11e5-9d9b-0e4b77f24b53\n payload=org.glassfish.grizzly.utils.BufferInputStream\n correlationId=\n correlationGroup=-1\n correlationSeq=-1\n encoding=UTF-8\n exceptionPayload=\n\nMessage properties:\n INVOCATION scoped properties:\n pollingFrequency=1000\n INBOUND scoped properties:\n MULE_ORIGINATING_ENDPOINT=endpoint.polling.1912630717\n cache-control=public, no-cache=\"Set-Cookie\", max-age=59\n cf-ray=254bc58d3e052390-IAD\n connection=keep-alive\n content-type=text/html; charset=utf-8\n date=Mon, 14 Dec 2015 17:54:02 GMT\n expires=Mon, 14 Dec 2015 17:55:01 GMT\n http.reason=OK\n http.status=200\n last-modified=Mon, 14 Dec 2015 17:54:01 GMT\n server=cloudflare-nginx\n set-cookie=[__cfduid=dc3171fe8e760735d044f568ddc7fa1f61450115642; expires=Tue, 13-Dec-16 17:54:02 GMT; path=/; domain=.stackoverflow.com; HttpOnly, prov=7f585e15-49e0-41cb-b57f-ffa557f4d075; domain=.stackoverflow.com; expires=Fri, 01-Jan-2055 00:00:00 GMT; path=/; HttpOnly]\n transfer-encoding=chunked\n vary=*\n x-frame-options=SAMEORIGIN\n x-request-guid=6deef0ce-64d0-4dc9-b6a0-a40a6b22ce08\n OUTBOUND scoped properties:\n SESSION scoped properties:\n}\n[2015-12-14 17:54:02.867] INFO org.mule.api.processor.LoggerMessageProcessor [[test-test].echoFlow.stage1.02]: (t:null) \norg.mule.DefaultMuleMessage\n{\n id=a93ba380-a28b-11e5-9d9b-0e4b77f24b53\n payload=org.glassfish.grizzly.utils.BufferInputStream\n correlationId=\n correlationGroup=-1\n correlationSeq=-1\n encoding=UTF-8\n exceptionPayload=\n\nMessage properties:\n INVOCATION scoped properties:\n pollingFrequency=1000\n INBOUND scoped properties:\n MULE_ORIGINATING_ENDPOINT=endpoint.polling.1912630717\n cache-control=public, no-cache=\"Set-Cookie\", max-age=59\n cf-ray=254bc58d2f4723fc-IAD\n connection=keep-alive\n content-type=text/html; charset=utf-8\n date=Mon, 14 Dec 2015 17:54:02 GMT\n expires=Mon, 14 Dec 2015 17:55:01 GMT\n http.reason=OK\n http.status=200\n last-modified=Mon, 14 Dec 2015 17:54:01 GMT\n server=cloudflare-nginx\n set-cookie=[__cfduid=dd5351ad84577c9a97c84f87d6c5fe1f41450115642; expires=Tue, 13-Dec-16 17:54:02 GMT; path=/; domain=.stackoverflow.com; HttpOnly, prov=36c7d2b8-01d1-4f3f-abea-4a4d0a563034; domain=.stackoverflow.com; expires=Fri, 01-Jan-2055 00:00:00 GMT; path=/; HttpOnly]\n transfer-encoding=chunked\n vary=*\n x-frame-options=SAMEORIGIN\n x-request-guid=74d2f249-e609-4369-b631-bd116b129291\n OUTBOUND scoped properties:\n SESSION scoped properties:\n}\n[2015-12-14 17:54:23.248] INFO org.mule.api.processor.LoggerMessageProcessor [[test-test].Copy_of_echoFlow.stage1.02]: (t:null) \norg.mule.DefaultMuleMessage\n{\n id=b5681800-a28b-11e5-9d9b-0e4b77f24b53\n payload=org.glassfish.grizzly.utils.BufferInputStream\n correlationId=\n correlationGroup=-1\n correlationSeq=-1\n encoding=UTF-8\n exceptionPayload=\"" '429': description: Rejected due to rate limit. summary: Download instance log file operationId: downloadV2InstanceLogFile /v2/applications/{domain}/insight: parameters: - name: domain description: Application domain name required: true in: path schema: type: string /v2/applications/{domain}/insight/transactions: parameters: - name: domain description: Application domain name required: true in: path schema: type: string /v2/applications/{domain}/insight/transactions/replays: delete: description: Deletes Replay Data for all the transactions of the given application parameters: - name: domain description: Application domain name required: true in: path schema: type: string responses: '204': description: Replay Data deleted successfully summary: Delete replay data operationId: deleteV2ReplayData /v2/applications/{domain}/insight/transactions/hasReplays: get: description: Checks if Replay Data Exists on Amazon S3 for the given application parameters: - name: domain description: Application domain name required: true in: path schema: type: string responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id012 objectsExist: true example: *id012 summary: Check replay data exists operationId: checkV2ReplayDataExists /v2/applications/{domain}/autoscalepolicies: get: description: Retrieve auto-scaling policies parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id013 value: - id: 5994bb6ee4b0fce59b281798 enabled: true maxScale: 2 minScale: 1 scaleType: WORKER_COUNT description: policy_name metric: CPU scaleUpNextScaleWaitMins: 30 scaleDownNextScaleWaitMins: 30 scaleUp: value: 80 periodMins: 1 periodCount: 10 scaleDown: value: 20 periodMins: 1 periodCount: 10 example: *id013 summary: List auto-scaling policies operationId: listV2AutoscalePolicies post: description: Create new Auto-scaling Policy parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: application/json: schema: $ref: '#/components/schemas/PostAutoScalingPolicy' x-amf-mediaType: application/json description: The autoscalepolicies data to create. responses: '201': description: New Auto-scaling Policy created x-amf-mediaType: application/json content: application/json: schema: example: &id014 value: id: 5994bb6ee4b0fce59b281798 enabled: true maxScale: 2 minScale: 1 scaleType: WORKER_COUNT description: policy_name metric: CPU scaleUpNextScaleWaitMins: 30 scaleDownNextScaleWaitMins: 30 scaleUp: value: 80 periodMins: 1 periodCount: 10 scaleDown: value: 20 periodMins: 1 periodCount: 10 example: *id014 summary: Create auto-scaling policy operationId: createV2AutoscalePolicy /v2/applications/{domain}/autoscalepolicies/{policyId}: get: description: Retrieve specified auto scaling policy parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_policyId_Path' - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id015 value: id: 5994bb6ee4b0fce59b281798 enabled: true maxScale: 2 minScale: 1 scaleType: WORKER_COUNT description: policy_name metric: CPU scaleUpNextScaleWaitMins: 30 scaleDownNextScaleWaitMins: 30 scaleUp: value: 80 periodMins: 1 periodCount: 10 scaleDown: value: 20 periodMins: 1 periodCount: 10 example: *id015 '404': description: Specified auto scaling policy does not exist summary: Get auto-scaling policy operationId: getV2AutoscalePolicy put: description: Update specified auto scaling policy parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_policyId_Path' - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: application/json: schema: $ref: '#/components/schemas/PutAutoScalingPolicy' x-amf-mediaType: application/json description: The autoscalepolicies data to update. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id016 value: id: 5994bb6ee4b0fce59b281798 enabled: true maxScale: 2 minScale: 1 scaleType: WORKER_COUNT description: policy_name metric: CPU scaleUpNextScaleWaitMins: 30 scaleDownNextScaleWaitMins: 30 scaleUp: value: 80 periodMins: 1 periodCount: 10 scaleDown: value: 20 periodMins: 1 periodCount: 10 example: *id016 '400': description: Bad request. The request was malformed or contains invalid parameters. x-amf-mediaType: application/json content: application/json: schema: example: &id017 message: scaleUp and scaleDown conditions must be provided example: *id017 '404': description: Specified auto scaling policy does not exist summary: Update auto-scaling policy operationId: updateV2AutoscalePolicy delete: description: Delete auto-scaling policy parameters: - name: domain description: Application domain name required: true in: path schema: type: string - $ref: '#/components/parameters/XOrigin_policyId_Path' - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '204': description: Auto-scaling Policy deleted summary: Delete auto-scaling policy operationId: deleteV2AutoscalePolicy /v2/applications/{domain}/logs: post: description: 'Search logs for the application. We do not recommend the use of this API for extraction of logs. There may be some delays. Please use custom log appenders for this purpose. [More Info](https://docs.mulesoft.com/cloudhub/custom-log-appender) ' parameters: - name: domain description: Application domain name required: true in: path schema: type: string requestBody: $ref: '#/components/requestBodies/Generated2' description: The logs data to create. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id018 - recordId: 16660AA8FF15bb55a67c9801713539d3028-05BB55A70000000D7 deploymentId: 5bb55a67c9801713539d3028 instanceId: 5bb55a67c9801713539d3028-0 line: 215 event: loggerName: com.mulesoft.agent.buffer.BufferedHandler threadName: pool-34-thread-1 timestamp: 1539220082673 message: 'Trying to retry flushing on buffer. Remaining attempts: 2' priority: INFO - recordId: 166613ED4455bb55a67c9801713539d3028-05BB55A70000000D8 deploymentId: 5bb55a67c9801713539d3028 instanceId: 5bb55a67c9801713539d3028-0 line: 216 event: loggerName: com.mulesoft.agent.buffer.BufferedHandler threadName: pool-34-thread-1 timestamp: 1539229799493 message: 'Trying to retry flushing on buffer. Remaining attempts: 2' priority: INFO example: *id018 '429': description: Rejected due to rate limit. summary: Search application logs operationId: searchV2ApplicationLogs /account: description: 'User account ' get: description: 'Retrieve information about the logged-in user. ' parameters: - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id019 id: 54f7ed7ae4b0d48f31a3099e username: fred-smith firstName: Fred lastName: Smith email: fredsmith@example.com organizationName: Example-Org defaultEnvironment: 54f7ed78e4b0d48f31a30892 acceptedTermsOfService: false created: 2015-03-05 05:45:29.867000+00:00 updated: 2015-03-05 05:45:29.867000+00:00 enabled: true organization: id: 54f7ed78e4b0d48f31a30891 csId: e8ceea04-621e-4f69-a3c8-3f68ad7a99e2 name: Example-Org adminUserId: 54f7ed7ae4b0d48f31a3099e adminUsername: fred-smith created: 2015-03-05 05:45:28.652000+00:00 updated: 2015-03-05 05:45:28.652000+00:00 enabled: true expiration: date: 2015-04-04 05:45:28.652000+00:00 globalDeployment: enabled: false multitenancy: enabled: false maxTenants: 0 plan: subscriptionLevel: Free maxProductionWorkers: 1 maxSandboxWorkers: 1 workerTypes: - name: Micro workerVal: 0.1 weight: 0.1 cpu: 0.1 vCores memory: 500 MB memory - name: Small workerVal: 0.2 weight: 0.2 cpu: 0.2 vCores memory: 1 GB memory - name: Medium workerVal: 1 weight: 1 cpu: 1 vCore memory: 1.5 GB memory - name: Large workerVal: 2 weight: 2 cpu: 2 vCores memory: 3.5 GB meomory - name: xLarge workerVal: 4 weight: 4 cpu: 4 vCores memory: 7.5 GB memory maxStandardConnectors: 5 maxPremiumConnectors: 1 apiFabric: false secureDataGateway: true roleBasedAccess: true directVpn: false downloadApplicationsEnabled: true persistentQueuesEncryptionEnabled: false usage: sandboxes: 0 productions: 1 standardConnectors: 0 premiumConnectors: 0 productionApplications: 1 sandboxApplications: 0 productionTenants: 0 sandboxTenants: 0 productionWorkers: 1 sandboxWorkers: 0 csToken: 22405eb8-bf43-451a-a3f9-395dd6c1588b environments: - id: 54f7ed78e4b0d48f31a30892 csOrgId: e8ceea04-621e-4f69-a3c8-3f68ad7a99e2 name: Production isProduction: true production: true activeEnvironment: 54f7ed78e4b0d48f31a30892 example: *id019 summary: Get current user account operationId: getAccount /applications: description: 'Applications resource (V1) - deprecated, use V2 equivalents instead ' get: description: 'Retrieve all applications in the specified environment. Requires ''Read Applications'' role. ' parameters: - name: retrieveStatistics description: Include statistics for each application in the response required: true in: query schema: type: boolean - name: period description: Number of milliseconds of statistics to gather required: true in: query schema: type: number default: 3600000 - name: intervalCount description: Amount of time between samples in milliseconds. required: true in: query schema: type: number default: 50 - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id020 - id: 54f7eda4e4b008704d5a1d98 href: http://anypoint.mulesoft.com:8080/api/applications/example-app domain: example-app fullDomain: example-app.cloudhub.io properties: {} propertiesOptions: {} status: UNDEPLOYED workers: 1 workerType: Medium lastUpdateTime: 1425534372131 remainingWorkerCount: 0 muleVersion: 3.5.2 supportedVersions: - 3.3.2 - 3.5.2 instanceSize: m3.medium tenants: 0 region: us-east-1 userId: 54f7ed7ae4b0d48f31a3099e userName: fred-smith vpnConfig: network: 203.0.113.0 mask: 27 hasFile: false staticIPsEnabled: false multitenanted: false persistentQueues: false monitoringAutoRestart: true encryptedPersistentQueues: false ipAddresses: [] secureDataGateway: connected: false secureDataGatewayEnabled: false vpnEnabled: false example: *id020 summary: List applications operationId: listApplications post: description: 'Create a new application. Requires ''Create Applications'' role. ' parameters: - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: application/json: schema: example: multitenanted: false vpnEnabled: false domain: example-app region: us-east-1 muleVersion: 3.5.0 workers: 1 workerType: Medium persistentQueues: false monitoringAutoRestart: true x-amf-mediaType: application/json description: The applications data to create. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id021 id: 55526046e4b0e5a17c2a0bd3 href: http://anypoint.mulesoft.com:8080/api/applications/example-app2 domain: example-app2 fullDomain: example-app2.cloudhub.io properties: {} propertiesOptions: {} status: UNDEPLOYED workers: 1 workerType: Medium lastUpdateTime: 1431461958989 remainingWorkerCount: 0 muleVersion: 3.6.1 supportedVersions: - 3.6.1 instanceSize: m3.medium tenants: 0 region: us-east-1 userId: 54f7ed7ae4b0d48f31a3099e userName: fred-smith vpnConfig: network: 203.0.113.0 mask: 27 hasFile: false staticIPsEnabled: false multitenanted: false persistentQueues: false monitoringAutoRestart: true encryptedPersistentQueues: false ipAddresses: [] secureDataGateway: connected: false secureDataGatewayEnabled: false vpnEnabled: false example: *id021 summary: Create application operationId: createApplication /applications/domains/{domain}: description: 'Domain name availability ' get: description: 'Check if the specified domain is available. Requires ''Read Applications'' role. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. responses: '200': description: Domain name is valid. Availability specified in the response body. x-amf-mediaType: application/json content: application/json: schema: example: &id022 available: true example: *id022 '400': description: Domain name is invalid. summary: Check domain availability operationId: checkDomainAvailability /applications/{domain}: description: 'A single application (V1), deprecated, use V2 equivalents instead ' get: description: 'Retrieve a single application by name. Requires ''Read Applications'' role. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id023 id: 55526046e4b0e5a17c2a0bd3 href: http://anypoint.mulesoft.com:8080/api/applications/example-app2 domain: example-app2 fullDomain: example-app2.cloudhub.io properties: {} propertiesOptions: {} status: UNDEPLOYED workers: 1 workerType: Medium lastUpdateTime: 1431461958989 remainingWorkerCount: 0 muleVersion: 3.6.1 supportedVersions: - 3.6.1 instanceSize: m3.medium tenants: 0 region: us-east-1 userId: 54f7ed7ae4b0d48f31a3099e userName: fred-smith vpnConfig: network: 203.0.113.0 mask: 27 hasFile: false staticIPsEnabled: false multitenanted: false persistentQueues: false monitoringAutoRestart: true encryptedPersistentQueues: false ipAddresses: [] secureDataGateway: connected: false secureDataGatewayEnabled: false vpnEnabled: false example: *id023 summary: Get application by domain operationId: getApplicationByDomain put: description: 'Update a single application. Requires ''Manage Settings'' role. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: application/json: schema: example: value: description: my app workers: 1 workerYype: Medium muleVersion: 3.5.0 properties: name: value1 filename: mule-app.zip region: us-east-1 secureDataGatewayEnabled: false persistentQueues: false monitoringAutoRestart: false vpnEnabled: false x-amf-mediaType: application/json description: The applications data to update. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id024 id: 55526046e4b0e5a17c2a0bd3 href: http://anypoint.mulesoft.com:8080/api/applications/example-app2 domain: example-app2 fullDomain: example-app2.cloudhub.io properties: {} propertiesOptions: {} status: UNDEPLOYED workers: 1 workerType: Medium lastUpdateTime: 1431461958989 remainingWorkerCount: 0 muleVersion: 3.6.1 supportedVersions: - 3.6.1 instanceSize: m3.medium tenants: 0 region: us-east-1 userId: 54f7ed7ae4b0d48f31a3099e userName: fred-smith vpnConfig: network: 203.0.113.0 mask: 27 hasFile: false staticIPsEnabled: false multitenanted: false persistentQueues: false monitoringAutoRestart: true encryptedPersistentQueues: false ipAddresses: [] secureDataGateway: connected: false secureDataGatewayEnabled: false vpnEnabled: false example: *id024 summary: Update application by domain operationId: updateApplicationByDomain delete: description: 'Delete a single application. Requires ''Delete applications'' role. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Application deleted successfully. summary: Delete application by domain operationId: deleteApplicationByDomain /applications/{domain}/download/{filename}: description: 'Retrieve the Mule package file for the application. ' get: description: 'Requires ''Download Applications'' role. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: filename required: true in: path schema: type: string description: The filename to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/octet-stream content: application/octet-stream: schema: {} example: (binary data) summary: Download application file operationId: downloadApplicationFile /applications/{domain}/logs/levels: description: 'Log levels for java packages ' get: description: Get all log levels for current application parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id025 - packageName: com.mulesoft level: INFO example: *id025 summary: List application log levels operationId: listApplicationLogLevels put: description: Add/Update log levels for current application parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: application/json: schema: example: - packageName: com.mulesoft level: INFO x-amf-mediaType: application/json description: The levels data to update. responses: '200': description: Successful operation. summary: Update application log levels operationId: updateApplicationLogLevels /applications/{domain}/logs/levels/{name}: get: description: Get single log level with name parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: name required: true in: path schema: type: string description: The name to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id026 packageName: com.mulesoft level: INFO example: *id026 summary: Get application log level operationId: getApplicationLogLevel delete: description: Delete single log level with name parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: name required: true in: path schema: type: string description: The name to identify the target resource. responses: '200': description: Log Level deleted succesfully summary: Delete application log level operationId: deleteApplicationLogLevel /applications/{domain}/notifications: description: 'Retrieve notifications for the applications ' get: description: To use a non-default environment, set this header parameters: - name: status description: 'If specified, filter the notifications by status. ''read'' or ''unread''. ' required: true in: query schema: type: string - name: limit description: 'Maximum number of notifications to retrieve. ' required: true in: query schema: type: integer default: 25 - name: offset description: 'Index of the first notification to retrieve. Used for paging results. ' required: true in: query schema: type: integer default: 0 - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id027 total: 1 data: - id: 5553812ee4b0a1b2e9faf2f9 domain: jeff-1amstudios-test message: hello world createdAt: 2015-05-13 16:51:58.854000+00:00 read: false href: http://anypoint.mulesoft.com:8080/api/notifications/5553812ee4b0a1b2e9faf2f9 example: *id027 summary: List application notifications operationId: listApplicationNotifications /applications/{domain}/schedules: description: Application schedules get: parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id028 - id: schedule-id1 flow: Copy_of_echoFlow name: Copy_of_echoFlow Poll href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_Copy_of_echoFlow_polling_Copy_of_echoFlow_1 lastRun: 2015-12-09 01:22:59.752000+00:00 enabled: true status: IDLE schedule: timeUnit: seconds period: 10 run-href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_Copy_of_echoFlow_polling_Copy_of_echoFlow_1/run - id: schedule-id2 flow: echoFlow name: echoFlow Poll href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_echoFlow_polling_echoFlow_1 lastRun: 2015-12-09 01:22:54.343000+00:00 enabled: true status: IDLE schedule: timeUnit: seconds period: 30 run-href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_echoFlow_polling_echoFlow_1/run - id: schedule-id3 flow: echoFlow1 name: echoFlow Poll1 href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_echoFlow_polling_echoFlow_1 lastRun: 2015-12-09 01:22:54.343000+00:00 enabled: true status: IDLE schedule: timeUnit: seconds period: 30 run-href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_echoFlow_polling_echoFlow_1/run example: *id028 summary: List application schedules operationId: listApplicationSchedules description: Retrieves a schedules. put: description: 'Batch update of the schedules. Enable/Disable or run all or subset of schedules. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. requestBody: content: application/json: schema: example: - id: schedule-id1 enabled: true runNow: true - id: schedule-id2 enabled: true runNow: true - id: schedule-id3 enabled: false runNow: false x-amf-mediaType: application/json description: The schedules data to update. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id029 - id: schedule-id1 flow: Copy_of_echoFlow name: Copy_of_echoFlow Poll href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_Copy_of_echoFlow_polling_Copy_of_echoFlow_1 lastRun: 2015-12-09 01:22:59.752000+00:00 enabled: true status: IDLE schedule: timeUnit: seconds period: 10 run-href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_Copy_of_echoFlow_polling_Copy_of_echoFlow_1/run - id: schedule-id2 flow: echoFlow name: echoFlow Poll href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_echoFlow_polling_echoFlow_1 lastRun: 2015-12-09 01:22:54.343000+00:00 enabled: true status: IDLE schedule: timeUnit: seconds period: 30 run-href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_echoFlow_polling_echoFlow_1/run - id: schedule-id3 flow: echoFlow1 name: echoFlow Poll1 href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_echoFlow_polling_echoFlow_1 lastRun: 2015-12-09 01:22:54.343000+00:00 enabled: true status: IDLE schedule: timeUnit: seconds period: 30 run-href: http://qa.anypoint.mulesoft.com:8080/api/applications/poll-test/schedules/565f7691e4b0365bb4f4d774_echoFlow_polling_echoFlow_1/run example: *id029 summary: Update application schedules operationId: updateApplicationSchedules /applications/{domain}/schedules/{jobId}: get: parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: jobId required: true in: path schema: type: string description: The job ID to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id030 id: 566a0359e4b0dc517fef5bbb_echoFlow_polling_echoFlow_1 flow: echoFlow name: echoFlow Poll href: http://anypoint.mulesoft.com:8080/api/applications/polltest/schedules/566a0359e4b0dc517fef5bbb_echoFlow_polling_echoFlow_1 lastRun: 2015-12-10 23:11:04.980000+00:00 enabled: true status: IDLE schedule: timeUnit: minutes period: 10 run-href: http://anypoint.mulesoft.com:8080/api/applications/polltest/schedules/566a0359e4b0dc517fef5bbb_echoFlow_polling_echoFlow_1/run example: *id030 summary: Get application schedule operationId: getApplicationSchedule description: Retrieves a schedules. put: parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: jobId required: true in: path schema: type: string description: The job ID to identify the target resource. requestBody: content: application/json: schema: example: id: 566a0359e4b0dc517fef5bbb_echoFlow_polling_echoFlow_1 name: echoFlow Poll enabled: true schedule: timeUnit: minutes period: 10 x-amf-mediaType: application/json description: The schedules data to update. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: {} example: message: Operation completed successfully. summary: Replace application schedule operationId: replaceApplicationSchedule description: Replaces a schedules. /applications/{domain}/schedules/{jobId}/run: post: parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: jobId required: true in: path schema: type: string description: The job ID to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: {} example: message: Operation completed successfully. summary: Run application schedule operationId: runApplicationSchedule description: Creates a run. /applications/{domain}/settings: parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. /applications/{domain}/settings/tracking: get: parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id031 trackingLevel: METADATA_AND_REPLAY example: *id031 summary: Get tracking settings operationId: getApplicationTrackingSettings description: Retrieves a tracking. put: description: 'Possible values are ''DISABLED'' , ''METADATA'' and ''METADATA_AND_REPLAY''. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. requestBody: content: application/json: schema: example: trackingLevel: METADATA_AND_REPLAY x-amf-mediaType: application/json description: The tracking data to update. responses: '200': description: Successful operation. '403': description: 'The insight replay feature is not supported for mule 4 applications and for free and trial users. ' summary: Update tracking settings operationId: updateApplicationTrackingSettings /applications/{domain}/statistics: description: 'Retrieve application statistics. Defaults to a week long search. ' get: description: To use a non-default environment, set this header parameters: - name: period description: 'The time period in milliseconds. If period is passed, the end date will be now and start date will be now minus the period. ' required: true in: query schema: type: integer - name: start description: 'Milliseconds since epoch representing the first date to retrieve statistics. If not specified, defaults to end - 1 week. ' required: true in: query schema: type: string format: date-time - name: end description: 'Milliseconds since epoch representing the last date to retrieve statistics. If not specified, defaults to now. ' required: true in: query schema: type: string format: date-time - name: intervalCount description: The number of intervals to split the statistics into. required: true in: query schema: type: integer default: 50 - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id032 '1430867011087': 0 '1430903299087': 2 '1430915395087': 0 example: *id032 summary: Get application statistics operationId: getApplicationStatistics /applications/{domain}/status: description: 'Application status ' post: description: 'Update status of the application. Requires ''Manage Settings'' role ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: application/json: schema: example: status: ' ''stop'' or ''start'' ' staticIpAddress: 10.4.6.22 x-amf-mediaType: application/json description: The status data to create. responses: '200': description: Successful operation. summary: Update application status operationId: updateApplicationStatus get: description: 'Retrieve status of the application. Requires ''Read Applications'' role. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: 'UNDEPLOYED - Application has no active servers DEPLOYING - Some servers are in the process of deploying, but none are running STARTED - App deployment is successfully completed on at least one server, which is UNDEPLOYING - App is in the process of shutting down DEPLOY_FAILED - No deploying or running servers; last deployment attempt was a startup DELETED - The application is marked like deleted and as soon as all related the app resources ' x-amf-mediaType: text/plain content: text/plain: schema: example: STARTED example: STARTED summary: Get application status operationId: getApplicationStatus /applications/{domain}/tracking: parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. /applications/{domain}/tracking/custom-keys: get: description: To use a non-default environment, set this header parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id033 - customkey-1 - customkey-2 - customkey-3 example: *id033 summary: List tracking custom keys operationId: listTrackingCustomKeys /applications/{domain}/tracking/searches: get: description: To use a non-default environment, set this header parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id034 name: test-query searchParameters: [] startDate: 2012-08-12 04:00:00+00:00 endDate: 2012-08-13 04:00:00+00:00 example: *id034 summary: List tracking searches operationId: listTrackingSearches /applications/{domain}/tracking/searches/{name}: post: description: To use a non-default environment, set this header parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: name required: true in: path schema: type: string description: The name to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: $ref: '#/components/requestBodies/Generated' description: The searches data to create. responses: '200': description: Successful operation. summary: Create tracking search operationId: createTrackingSearch put: description: To use a non-default environment, set this header parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: name required: true in: path schema: type: string description: The name to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: $ref: '#/components/requestBodies/Generated' description: The searches data to update. responses: '200': description: Successful operation. summary: Update tracking search operationId: updateTrackingSearch delete: description: To use a non-default environment, set this header parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: name required: true in: path schema: type: string description: The name to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: $ref: '#/components/requestBodies/Generated2' description: The request payload for this searches operation. responses: '204': description: Operation completed successfully with no content returned. summary: Delete tracking search operationId: deleteTrackingSearch /applications/{domain}/tracking/statistics: post: description: 'Retrieve a list of application statistics, filtered by parameters passed in the request body. Requires ''Read Applications'' role. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: $ref: '#/components/requestBodies/Generated3' description: The statistics data to create. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id035 sampleInterval: 118127558 samples: - 2015-03-05 15:58:11.818000+00:00: 6 - 2015-03-07 00:46:59.376000+00:00: 3 total: 1 example: *id035 summary: Search tracking statistics operationId: searchTrackingStatistics get: description: 'Retrieve a list of application statistics. Requires ''Read Applications'' role. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id036 sampleInterval: 118127558 samples: - 2015-03-05 15:58:11.818000+00:00: 6 - 2015-03-07 00:46:59.376000+00:00: 3 total: 1 example: *id036 summary: List tracking statistics operationId: listTrackingStatistics /applications/{domain}/tracking/transactions: description: 'Application transactions ' post: description: 'Retrieve a list of application transactions, filtered by parameters passed in the request body. Requires ''Read Applications'' role. ' parameters: - name: offset description: 'Index of the first event to retrieve. Used for paging results. ' required: true in: query schema: type: integer - name: count description: 'Maximum number of events to return ' required: true in: query schema: type: integer default: 50 - name: total description: 'If true, the response is an object with a list of events and a total field. Used for paging. ' required: true in: query schema: type: boolean default: false - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: $ref: '#/components/requestBodies/Generated3' description: The transactions data to create. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id037 transactionsSummaries: - id: 3a997e70-f908-11e4-9267-0e3a3095af15 duration: 234 started: 2015-05-13 00:37:26.617000+00:00 status: COMPLETED fields: {} totalTranscations: 1 example: *id037 summary: Search tracking transactions operationId: searchTrackingTransactions /applications/{domain}/tracking/transactions/{transactionId}: description: A single transaction get: description: 'Retrieve the events for a single application transaction. Requires ''Read Applications'' role. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: transactionId required: true in: path schema: type: string description: The transaction ID to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id038 - messageId: 3a997e70-f908-11e4-9267-0e3a3095af15 timestamp: 2015-05-13 00:37:26.617000+00:00 type: FLOW_BEGIN name: Flow Began flow: helloworldFlow - messageId: 3a997e70-f908-11e4-9267-0e3a3095af15 timestamp: 2015-05-13 00:37:26.846000+00:00 type: FLOW_END name: Flow Completed flow: helloworldFlow - messageId: 3a997e70-f908-11e4-9267-0e3a3095af15 timestamp: 2015-05-13 00:37:26.851000+00:00 type: FLOW_RETURN name: Flow Returned flow: helloworldFlow example: *id038 summary: Get tracking transaction operationId: getTrackingTransaction /applications/{domain}/tracking/transactions/{transactionId}/{flowName}/replay: description: Replay transaction get: description: 'Replay the flow for this transaction. Returns the id of the new flow. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - name: transactionId required: true in: path schema: type: string description: The transaction ID to identify the target resource. - name: flowName required: true in: path schema: type: string description: The flowName to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id039 id: flow-id example: *id039 summary: Replay tracking transaction operationId: replayTrackingTransaction /applications/{domain}/workers: description: Application workers get: description: 'Retrieve workers for the application. Requires ''Read Applications'' role. ' parameters: - name: domain required: true in: path schema: type: string description: The domain to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id040 - id: i-ada16552 host: 52.7.131.100 port: 0 status: STARTED staticIPEnabled: false example: *id040 summary: List application workers operationId: listApplicationWorkers /mule-versions: description: Mule runtimes get: description: 'Retrieve all supported Mule versions. The first version returned is the most recent, recommended version, and the last version returned is the oldest supported version. ' parameters: - name: releaseChannel description: 'If specified, filtered the Mule versions by release channels (EDGE, LTS, or NONE) ' required: false in: query schema: type: string - name: javaVersion description: 'If specified, filtered the Mule Versions by Java Versions (8, 17, etc) ' required: true in: query schema: type: string - name: recommended description: 'If specified, filtered the Mule versions by recommended status ' required: false in: query schema: type: boolean - name: X-ANYPNT-ORG-ID description: 'The ID of your current organization ' required: true in: header schema: type: string x-origin: - api: urn:api:access-management operation: listMe name: rootOrg description: GET `/me`; use `user.organization.id` as the caller's primary Business Group GUID. values: $.user.organization.id labels: $.user.organization.name - api: urn:api:access-management operation: getOrganizations name: currentOrganization description: GET `/organizations/{organizationId}`; use `id` as the Business Group GUID for the current organization. values: $.id labels: $.name - api: urn:api:access-management operation: getOrganizations name: subOrganizations description: GET `/organizations/{organizationId}`; each value in `subOrganizationIds` is a valid child Business Group GUID. values: $.subOrganizationIds labels: $.name - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id041 data: - version: 3.8.2 displayName: 3.8.2 recommended: true endOfSupportDate: 1507230009992 endOfLifeDate: 1507230009992 latestUpdate: id: 581bbe7383a74dc0901efd1c name: Initial release releaseDate: 1476467030568 flags: performLog4jReplacement: true skipMMCPairing: true log4j1Used: false usingMuleAgent: false vpnSupported: true monitoringSupported: true objectStoreV1: false loggingNgSupported: true diagnosticsSupported: true persistentQueuesSupported: true state: ACTIVE releaseChannel: NONE javaVersion: '8' default: false total: 16 example: *id041 summary: List Mule versions operationId: listMuleVersions /mule-versions/{version}: get: description: 'Retrieve specified Mule Version ' parameters: - name: version required: true in: path schema: type: string description: The version to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id042 version: 3.8.2 displayName: 3.8.2 recommended: true endOfSupportDate: 1507230009992 endOfLifeDate: 1507230009992 latestUpdate: id: 581bbe7383a74dc0901efd1c name: Initial release releaseDate: 1476467030568 flags: performLog4jReplacement: true skipMMCPairing: true log4j1Used: false usingMuleAgent: false vpnSupported: true monitoringSupported: true objectStoreV1: false loggingNgSupported: true diagnosticsSupported: true persistentQueuesSupported: true state: ACTIVE releaseChannel: NONE javaVersion: '8' default: false example: *id042 summary: Get Mule version operationId: getMuleVersion /mule-versions/{version}/updates/{updateId}: get: description: 'Retrieve a single update for a muleVersion ' parameters: - name: version required: true in: path schema: type: string description: The version to identify the target resource. - name: updateId required: true in: path schema: type: string description: The update ID to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id043 id: 581bbe7383a74dc0901efd1c name: Initial release releaseDate: 1476467030568 flags: performLog4jReplacement: true skipMMCPairing: true log4j1Used: false usingMuleAgent: false vpnSupported: true monitoringSupported: true objectStoreV1: false loggingNgSupported: true diagnosticsSupported: true persistentQueuesSupported: true example: *id043 summary: Get Mule version update operationId: getMuleVersionUpdate /notifications: description: Application notifications post: description: 'Create a new notification ' parameters: - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: content: application/json: schema: example: value: domain: jeff-1amstudios-test message: hello world transactionId: id customProperties: - prop: value x-amf-mediaType: application/json description: The notifications data to create. responses: '201': description: Resource created successfully. summary: Create notification operationId: createNotification get: description: 'Retrieve notifications. Requires ''Read Applications'' role. ' parameters: - name: domain description: 'Limit notifications to a single application domain ' required: false in: query schema: type: string - name: limit description: 'Maximum number of notifications to retrieve. ' required: false in: query schema: type: integer default: 25 - name: offset description: 'Index of the first notification to retrieve. ' required: false in: query schema: type: integer default: 0 - name: status description: 'If specified, filter the notifications by status. ''read'' or ''unread''. ' required: false in: query schema: type: string - name: search description: 'If specified, only return notifications where the message contains this string. (Insensitive) ' required: false in: query schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id044 total: 1 data: - id: 5553812ee4b0a1b2e9faf2f9 domain: jeff-1amstudios-test message: hello world createdAt: 2015-05-13 16:51:58.854000+00:00 read: false href: http://anypoint.mulesoft.com:8080/api/notifications/5553812ee4b0a1b2e9faf2f9 example: *id044 summary: List notifications operationId: listNotifications put: description: 'Mark all notifications for this application as read or unread. Requires ''Read Applications'' role. ' parameters: - name: domain description: 'Mark all notifications for this application domain ' required: true in: query schema: type: string - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: $ref: '#/components/requestBodies/Generated4' description: The notifications data to update. responses: '204': description: Operation completed successfully with no content returned. summary: Mark all notifications read operationId: markAllNotifications /notifications/{id}: description: A single notification get: description: 'Retrieve a single notification. Requires ''Read Applications'' role. ' parameters: - name: id required: true in: path schema: type: string description: The id to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id045 id: 5553812ee4b0a1b2e9faf2f9 domain: example-app message: hello world createdAt: 2015-05-13 16:51:58.854000+00:00 read: false readOn: 2015-05-13 17:10:15.619000+00:00 href: http://anypoint.mulesoft.com:8080/api/notifications/5553812ee4b0a1b2e9faf2f9 example: *id045 summary: Get notification by ID operationId: getNotificationById put: description: 'Mark a single notification as read or unread. Requires ''Read Applications'' role. ' parameters: - name: id required: true in: path schema: type: string description: The id to identify the target resource. - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' requestBody: $ref: '#/components/requestBodies/Generated4' description: The notifications data to update. responses: '204': description: Operation completed successfully with no content returned. summary: Mark notification by ID operationId: markNotificationById /organization: description: Organization resource get: description: 'Retrieve the organization attached to the current environment. Requires ''Organization Admin'' role. ' parameters: - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id046 id: 54f7ed78e4b0d48f31a30891 csId: e8ceea04-621e-4f69-a3c8-3f68ad7a99e2 name: Example Org adminUserId: 54f7ed7ae4b0d48f31a3099e adminUsername: fred-smith created: 2015-03-05 05:45:28.652000+00:00 updated: 2015-03-05 05:45:28.652000+00:00 enabled: true expiration: date: 2015-04-04 05:45:28.652000+00:00 globalDeployment: enabled: false multitenancy: enabled: false maxTenants: 0 plan: subscriptionLevel: Free maxProductionWorkers: 1 maxSandboxWorkers: 1 workerTypes: - name: Micro workerVal: 0.1 weight: 0.1 cpu: 0.1 vCores memory: 500 MB memory - name: Small workerVal: 0.2 weight: 0.2 cpu: 0.2 vCores memory: 1 GB memory - name: Medium workerVal: 1 weight: 1 cpu: 1 vCore memory: 1.5 GB memory - name: Large workerVal: 2 weight: 2 cpu: 2 vCores memory: 3.5 GB meomory - name: xLarge workerVal: 4 weight: 4 cpu: 4 vCores memory: 7.5 GB memory maxStandardConnectors: 5 maxPremiumConnectors: 1 apiFabric: false secureDataGateway: true roleBasedAccess: true directVpn: false downloadApplicationsEnabled: true persistentQueuesEncryptionEnabled: false usage: sandboxes: 0 productions: 1 standardConnectors: 0 premiumConnectors: 0 productionApplications: 1 sandboxApplications: 0 productionTenants: 0 sandboxTenants: 0 productionWorkers: 1 sandboxWorkers: 0 example: *id046 summary: Get current organization operationId: getOrganization /organization/plan: description: Subscription plan get: description: 'Retrieve the subscription plan details for the organization. Requires ''Organization Admin'' role. ' parameters: - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id047 subscriptionLevel: Free maxProductionWorkers: 1 maxSandboxWorkers: 1 workerTypes: - name: Micro workerVal: 0.1 weight: 0.1 cpu: 0.1 vCores memory: 500 MB memory - name: Small workerVal: 0.2 weight: 0.2 cpu: 0.2 vCores memory: 1 GB memory - name: Medium workerVal: 1 weight: 1 cpu: 1 vCore memory: 1.5 GB memory - name: Large workerVal: 2 weight: 2 cpu: 2 vCores memory: 3.5 GB meomory - name: xLarge workerVal: 4 weight: 4 cpu: 4 vCores memory: 7.5 GB memory maxStandardConnectors: 5 maxPremiumConnectors: 1 apiFabric: false secureDataGateway: true roleBasedAccess: true globalCloud: false directVpn: false example: *id047 summary: Get organization plan operationId: getOrganizationPlan /organization/usage: description: Usage details get: description: 'Retrieve the the vCore / worker usage for the organization. Requires ''Organization Admin'' role. ' parameters: - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id048 sandboxes: 0 productions: 1 standardConnectors: 0 premiumConnectors: 0 productionApplications: 1 sandboxApplications: 0 productionTenants: 0 sandboxTenants: 0 productionWorkers: 1 sandboxWorkers: 0 example: *id048 summary: Get organization usage operationId: getOrganizationUsage /organization/{orgid}: description: A single organization get: description: 'Retrieve a single organization. Requires ''Organization Admin'' role. ' parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id049 id: 54f7ed78e4b0d48f31a30891 csId: e8ceea04-621e-4f69-a3c8-3f68ad7a99e2 name: Example Org adminUserId: 54f7ed7ae4b0d48f31a3099e adminUsername: fred-smith created: 2015-03-05 05:45:28.652000+00:00 updated: 2015-03-05 05:45:28.652000+00:00 enabled: true expiration: date: 2015-04-04 05:45:28.652000+00:00 globalDeployment: enabled: false multitenancy: enabled: false maxTenants: 0 plan: subscriptionLevel: Free maxProductionWorkers: 1 maxSandboxWorkers: 1 workerTypes: - name: Micro workerVal: 0.1 weight: 0.1 cpu: 0.1 vCores memory: 500 MB memory - name: Small workerVal: 0.2 weight: 0.2 cpu: 0.2 vCores memory: 1 GB memory - name: Medium workerVal: 1 weight: 1 cpu: 1 vCore memory: 1.5 GB memory - name: Large workerVal: 2 weight: 2 cpu: 2 vCores memory: 3.5 GB meomory - name: xLarge workerVal: 4 weight: 4 cpu: 4 vCores memory: 7.5 GB memory maxStandardConnectors: 5 maxPremiumConnectors: 1 apiFabric: false secureDataGateway: true roleBasedAccess: true directVpn: false downloadApplicationsEnabled: true persistentQueuesEncryptionEnabled: false usage: sandboxes: 0 productions: 1 standardConnectors: 0 premiumConnectors: 0 productionApplications: 1 sandboxApplications: 0 productionTenants: 0 sandboxTenants: 0 productionWorkers: 1 sandboxWorkers: 0 example: *id049 summary: Get organization by ID operationId: getOrganizationById /organizations: description: Organizations resource /organizations/{orgid}: description: A single organization parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' /organizations/{orgid}/usage: description: Usage details get: description: 'Retrieve the the vCore / worker / staticIP usage for the organization. Requires ''Organization Admin'' role. ' parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/GetOrganization' example: &id069 productionVCoresConsumed: 4 sandboxVCoresConsumed: 1 staticIpsConsumed: 10 summary: Get organization usage by ID operationId: getOrganizationUsageById /organizations/{orgid}/logs: parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' /organizations/{orgid}/logs/download: description: 'Initiate and manage log downloads for organization resources. Currently supports downloading logs from Dedicated Load Balancers (DLB). ' post: description: 'Initiate a log download request for the specified resource. Requires ''Read Load Balancers'' permission. ' parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' requestBody: content: application/json: schema: $ref: '#/components/schemas/LogDownloadRequest' x-amf-mediaType: application/json description: The download data to create. responses: '202': description: Log download request accepted and processing started x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/LogDownloadResponse' example: &id070 executionName: dlb-logs-my-load-balancer-relative-1765412201 startDate: Wed Jan 15 10:30:00 UTC 2025 status: RUNNING message: Log download request submitted successfully '400': description: Invalid request parameters '401': description: Unauthorized - Invalid or missing authentication token '403': description: Forbidden - Insufficient permissions or feature disabled '404': description: Resource not found summary: Request log download operationId: requestLogDownload /organizations/{orgid}/logs/download/status: get: description: 'Check the status of a log download execution. Returns download URL when processing is complete. Requires ''Read Load Balancers'' permission. ' parameters: - name: executionName description: The execution name returned from the download initiation request required: true in: query schema: type: string - $ref: '#/components/parameters/XOrigin_orgid_Path' responses: '200': description: Status retrieved successfully x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/LogDownloadStatusResponse' example: &id071 status: SUCCESS message: DLB logs processed successfully downloadUrl: https://cloudhub-logs-download.s3.amazonaws.com/results/org-id/my-load-balancer/20250115_103000_dlb_logs.zip?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=... expiresIn: 60 minutes token: CHLOG-v1.a5k-31666605-1e10-4833-b585-3954edc0173d-T2e executionStatus: SUCCEEDED executionName: dlb-logs-my-load-balancer-relative-1765412201 '400': description: Invalid or missing executionName parameter '401': description: Unauthorized - Invalid or missing authentication token '403': description: Forbidden - Insufficient permissions or feature disabled '404': description: Execution not found '409': description: A download request is already in progress for this resource '500': description: Log download execution failed summary: Get log download status operationId: getLogDownloadStatus /organizations/{orgid}/loadbalancers: get: description: List existing Load balancers for the organization parameters: - name: limit description: Result limit required: false in: query schema: type: integer default: 100 - name: offset description: Result offset required: false in: query schema: type: integer default: 0 - name: shortFormat description: If enabled certain LB fields (like "ipWhitelist", "mappings"...) are skipped in response required: false in: query schema: type: boolean default: true - $ref: '#/components/parameters/XOrigin_orgid_Path' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id050 data: - id: 571ffe36e4b00d565d743fe5 vpcId: vpc-5f89452 name: myloadbalancer domain: lb.anypointdns.net state: STOPPED IpAddresses: - 52.202.80.104 - 52.202.80.105 ipAddressesInfo: - ip: 52.202.80.104 status: USED staticIp: true - ip: 52.202.80.105 status: USED staticIp: true ipWhitelist: - 192.0.2.0/24 - 198.51.100.23/32 ipAllowlist: - 192.0.2.0/24 - 198.51.100.23/32 enableStreaming: true forwardClientCertificate: true httpMode: redirect defaultSslEndpoint: 0 tlsv1: false tlsv13: false proxyReadTimeout: 300 sslEndpoints: - privateKeyDigest: 75caede4e70d7ffc4bc2ed8f1924467a9d030917 publicKeyDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 publicKeyCN: www.mydomain.com publicKeySANs: - uat.mydomain.com - qa.mydomain.com clientCertDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 clientCertCN: GeoTrust Primary Certification Authority – G3 revocationListDigest: 6c390fbdadacb9c4c99341167771943b798a12ef revocationListLastUpdate: Mar 4 14:49:08 2016 GMT revocationListNextUpdate: Apr 3 14:49:08 2016 GMT revocationListSerial: 016569BF verifyClientMode: false mappings: - inputUri: '{app}/' appName: '{app}' appUri: / total: 1 example: *id050 summary: List load balancers operationId: listOrgLoadBalancers /organizations/{orgid}/loadbalancers/testcerts: post: description: Test if LB certificates, keys, crls and their combinations are valid parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' requestBody: content: application/json: schema: example: - publicKey: '-----BEGIN CERTIFICATE----- MIICATCCAWoCCQCCAOFVwkdNyTANBgkqhkiG9w0BAQsFADBFMQswCQYDVQQGEwJB VTETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0 cyBQdHkgTHRkMB4XDTE1MTExMTAwMDU1OFoXDTE2MTExMDAwMDU1OFowRTELMAkG A1UEBhMCQVUxEzARBgNVBAgMClNvbWUtU3RhdGUxITAfBgNVBAoMGEludGVybmV0 IFdpZGdpdHMgUHR5IEx0ZDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAnwqR lu94AvTkO/a0Hvt7G4i0V3bPLNqxlbLCsylDFIbQUR0d1osBS8+Hv0zDoa9Foukh P4JqtP/a3B0bSWJlctyaD0e2E3Eo46MttIMg0HqWsIB/oSD2NU3IFnsL1dvig6JR n9tLCi6q/inCXbL1jrWICJMBcmxnCwhPHDASIRkCAwEAATANBgkqhkiG9w0BAQsF AAOBgQBRqZBJrtxbjMaowLUynToTkWFmeo8RzgE1fYGJSCDnc+gjLQYgd5dxnq7A mfXxM9LphCqzEq6lmHmHnKkLP8U2AR+gaZHgQXtI7mZZnUoptrTa/Xltwp3uzomY oZSXE4jUpNzPiTHONu2laAdFzswIMAnMZkwe4x2ogqYTf51ncw== -----END CERTIFICATE----- ' privateKey: '-----BEGIN RSA PRIVATE KEY----- MIICXgIBAAKBgQCfCpGW73gC9OQ79rQe+3sbiLRXds8s2rGVssKzKUMUhtBRHR3W iwFLz4e/TMOhr0Wi6SE/gmq0/9rcHRtJYmVy3JoPR7YTcSjjoy20gyDQepawgH+h IPY1TcgWewvV2+KDolGf20sKLqr+KcJdsvWOtYgIkwFybGcLCE8cMBIhGQIDAQAB AoGALAELmVx2szK495Jh8fSY8lxXsZ+Q4RM9cXL9hf7TrZlDiD3rJJJfcG9iWt7N fi31sYaZiW33Qk9MafyvsRVFhhukFBWS23h/vzh1DCDMd1UAI/WCcfc+LjzucvgJ MMEn3aii0cbhlRFm/I+IUTvz25a0DRMsRLUFwNcs3m66MVECQQDQzLNXv5REHx39 qGavxRR0XbAOYfsbjXVbR352OxKY7xcqOGDWa1BE9SYpDerF5aWx9w8ttFShkNQj kovaxCkFAkEAwv5WiPzZZgA324g0O2Yfl2BVtXA7R7DQnnLfZGCZU5KwwBfbVjO+ Gy2/ZuuVKHutvTGRio21HjmJLHWrUXhEBQJBAMKBDcf+JSXYPt3ek9nFIyrLY4fi akLeYaZoUTveB5MDlna0EjFrwliabbPszPkQ1muUFEWlKPlgqt2AVFu0Q+kCQQCb anJ4buert+LNdCsFaOknEx5dJd3pzxEIKVDKRYAPr2x3PsyQUV9ldDoJAx34jVM1 52s0PqwsMfmWWRc6MRwtAkEAj2aOgcWMDL8A0jV2OicVF2x7SX2aFRoxn1PWNkY9 4hzprjfc1LTY1V9F9UvSNSpDQX82VZeWIgt8hbiI1pItvA== -----END RSA PRIVATE KEY----- ' clientCert: '-----BEGIN CERTIFICATE----- MIICATCCAWoCCQCCAOFVwkdNyTANBgkqhkiG9w0BAQsFADBFMQswCQYDVQQGEwJB VTETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50ZXJuZXQgV2lkZ2l0 cyBQdHkgTHRkMB4XDTE1MTExMTAwMDU1OFoXDTE2MTExMDAwMDU1OFowRTELMAkG A1UEBhMCQVUxEzARBgNVBAgMClNvbWUtU3RhdGUxITAfBgNVBAoMGEludGVybmV0 IFdpZGdpdHMgUHR5IEx0ZDCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAnwqR lu94AvTkO/a0Hvt7G4i0V3bPLNqxlbLCsylDFIbQUR0d1osBS8+Hv0zDoa9Foukh P4JqtP/a3B0bSWJlctyaD0e2E3Eo46MttIMg0HqWsIB/oSD2NU3IFnsL1dvig6JR n9tLCi6q/inCXbL1jrWICJMBcmxnCwhPHDASIRkCAwEAATANBgkqhkiG9w0BAQsF AAOBgQBRqZBJrtxbjMaowLUynToTkWFmeo8RzgE1fYGJSCDnc+gjLQYgd5dxnq7A mfXxM9LphCqzEq6lmHmHnKkLP8U2AR+gaZHgQXtI7mZZnUoptrTa/Xltwp3uzomY oZSXE4jUpNzPiTHONu2laAdFzswIMAnMZkwe4x2ogqYTf51ncw== -----END CERTIFICATE----- ' revocationList: '-----BEGIN X509 CRL----- MIIBTTCBtwIBATANBgkqhkiG9w0BAQUFADBXMQswCQYDVQQGEwJBVTETMBEGA1UE CBMKU29tZS1TdGF0ZTEhMB8GA1UEChMYSW50ZXJuZXQgV2lkZ2l0cyBQdHkgTHRk MRAwDgYDVQQDEwdvcmcuY29tFw0xNjAzMTUwOTI2MThaFw0xODAzMTUwOTI2MTha MBwwGgIJAIBvvO4dJHjhFw0xNjAzMTUwODUwMTZaoA4wDDAKBgNVHRQEAwIBBjAN BgkqhkiG9w0BAQUFAAOBgQCCAbGXW+Hnzmd1bXqWsFXfogOsJScoxkJOhhmjui3I hTUyO5plGHUBLjBnDkypM+iLfn0W4wPcNj7FZdz4Hu/WLntxwrTtR5YOcfIhEGcq wvJq/1+WKUPC6eqGwx0iKOOBIWsaf5CNOOUQMo6RaeTeu8Uba2EGFk1Vu/SoZYAK sw== -----END X509 CRL----- ' x-amf-mediaType: application/json description: The testcerts data to create. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id051 - publicKeyDigest: 2686e6dc262265c39038cbf0c4846110e75fe4bc publicKeyCN: example.com publicKeySANs: - example.com privateKeyDigest: 2686e6dc262265c39038cbf0c4846110e75fe4bc clientCertDigest: 2686e6dc262265c39038cbf0c4846110e75fe4bc clientCertCN: client.com revocationListDigest: 2686e6dc262265c39038cbf0c4846110e75fe4bc example: *id051 '400': description: invalid certificate, key, clr or their combination summary: Test load balancer certificates operationId: testLoadBalancerCerts /organizations/{orgid}/tgws: get: description: Get a list of all Transit Gateways belonging to the master organization parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id052 data: - id: 608c81b4e2146b529e24782c tgwId: tgw-06b170c91fe8a5091 tgwName: my-tgw tgwStatus: AVAILABLE resourceShareId: 90re84c9-c0da-432c-b663-f93ad477c4a2 ownerId: asc40cfe-68a2-48f4-89e1-3afa651c0ccb region: us-east-1 customerAwsId: 059970264529 tgwAttachments: - vpcId: vpc-0173668523e1ad490 routes: - 218.1.0.0/16 - 21.1.0.0/16 status: VPC_ATTACHED_ROUTED creationTime: 1619821858314 lastModifiedTime: 1623369054731 creationTime: 1619820980286 lastModifiedTime: 1623368877614 total: 1 example: *id052 summary: List transit gateways operationId: listTransitGateways post: description: Create a new Transit Gateway parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' requestBody: content: application/json: schema: $ref: '#/components/schemas/PostTgw' x-amf-mediaType: application/json description: The tgws data to create. responses: '201': description: Transit Gateway created successfully x-amf-mediaType: application/json content: application/json: schema: example: &id053 id: 60f6305d72a20717fb5df6c2 tgwName: my-tgw resourceShareId: 66cf35e5-db31-4863-a3c4-acec30d935a0 ownerId: df240cfe-68a2-48f4-89e1-3afa651c0ccb region: us-east-1 customerAwsId: 055970264539 tgwAttachments: [] creationTime: 1626746973927 lastModifiedTime: 1626746973927 example: *id053 '400': description: Wrong Request '404': description: Resource Not Found summary: Create transit gateway operationId: createTransitGateway /organizations/{orgid}/tgws/{id}: put: description: Add a new TGW-VPC attachment, modify VPC routes or update the TGW name parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - name: id required: true in: path schema: type: string description: The id to identify the target resource. requestBody: content: application/json: schema: $ref: '#/components/schemas/PutTgw' x-amf-mediaType: application/json description: The tgws data to update. responses: '201': description: Transit Gateway updated successfully x-amf-mediaType: application/json content: application/json: schema: x-amf-examples: Creating a new TGW-VPC Attachment: id: 608c81b4e2146b529e22232c tgwId: tgw-06b170c91fe8a5e90 tgwName: my-tgw tgwStatus: AVAILABLE resourceShareId: 345e84c9-c0da-432c-b663-f93ad477c4a2 ownerId: 12340cfe-68a2-48f4-89e1-3afa651c0ccb region: us-east-1 customerAwsId: '123970264539' tgwAttachments: - vpcId: vpc-0f15e11990fa91863 routes: [] status: VPC_ATTACHMENT_INITIALIZED creationTime: 1626800553564 lastModifiedTime: 1626800553564 creationTime: 1619820980286 lastModifiedTime: 1623368877614 Modifying Anypoint VPC Routes: id: 608c81b4e2146b529e22232c tgwId: tgw-06b170c91fe8a5e90 tgwName: my-tgw tgwStatus: AVAILABLE resourceShareId: 345e84c9-c0da-432c-b663-f93ad477c4a2 ownerId: 12340cfe-68a2-48f4-89e1-3afa651c0ccb region: us-east-1 customerAwsId: '123970264539' tgwAttachments: - vpcId: vpc-0f15e11990fa91863 routes: - 12.1.0.0/16 status: VPC_ATTACHED_ROUTED creationTime: 1626800553564 lastModifiedTime: 1626801544851 creationTime: 1619820980286 lastModifiedTime: 1626800933954 Updating the TGW Name: id: 608c81b4e2146b529e22232c tgwId: tgw-06b170c91fe8a5e90 tgwName: my-new-tgw tgwStatus: AVAILABLE resourceShareId: 345e84c9-c0da-432c-b663-f93ad477c4a2 ownerId: 12340cfe-68a2-48f4-89e1-3afa651c0ccb region: us-east-1 customerAwsId: '123970264539' tgwAttachments: [] creationTime: 1619820980286 lastModifiedTime: 1626800933954 example: {} '400': description: Wrong Request '404': description: Resource Not Found summary: Update transit gateway operationId: updateTransitGateway delete: description: Delete a TGW-VPC attachment or a TGW Resource Share parameters: - name: vpcId description: VPC ID of the TGW-VPC attachment to delete required: false in: query schema: type: string - $ref: '#/components/parameters/XOrigin_orgid_Path' - name: id required: true in: path schema: type: string description: The id to identify the target resource. responses: '204': description: TGW Resource Share or the TGW-VPC attachment successfully deleted '400': description: Wrong Request '404': description: Resource Not Found summary: Delete transit gateway operationId: deleteTransitGateway /organizations/{orgid}/vpcs: post: description: Create new VPC parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' requestBody: $ref: '#/components/requestBodies/Vpc' description: The vpcs data to create. responses: '201': description: VPC created successfully x-amf-mediaType: application/json content: application/json: schema: example: &id054 id: '12345' name: myProductionVpc region: us-east-1 cidrBlock: 192.168.1.0/24 internalDns: dnsServers: - 8.8.8.8 - 8.8.8.4 specialDomains: - mydomain.local - mydomain.localdomain isDefault: false associatedEnvironments: - eeeeb145-6f79-402d-85fc-8c90905d2490 ownerId: 5555555-6666-7777-8888-99999999999 sharedWith: - 0000000-1111-2222-3333-44444444444 firewallRules: - cidrBlock: 0.0.0.0/0 protocol: tcp fromPort: 8081 toPort: 8082 - cidrBlock: 192.168.1.0/24 protocol: tcp fromPort: 8091 toPort: 8092 example: *id054 '400': description: wrong request '404': description: organization is not found summary: Create VPC operationId: createVpc get: description: Get a list of existing VPCs parameters: - name: limit description: Result limit required: false in: query schema: type: integer default: 100 - name: offset description: Result offset required: false in: query schema: type: integer default: 0 - $ref: '#/components/parameters/XOrigin_orgid_Path' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id055 data: - id: '12345' name: myProductionVpc region: us-east-1 cidrBlock: 192.168.1.0/24 internalDns: dnsServers: - 8.8.8.8 - 8.8.8.4 specialDomains: - mydomain.local - mydomain.localdomain isDefault: false associatedEnvironments: - eeeeb145-6f79-402d-85fc-8c90905d2490 ownerId: 5555555-6666-7777-8888-99999999999 sharedWith: - 0000000-1111-2222-3333-44444444444 firewallRules: - cidrBlock: 0.0.0.0/0 protocol: tcp fromPort: 8081 toPort: 8082 - cidrBlock: 192.168.1.0/24 protocol: tcp fromPort: 8091 toPort: 8092 total: 1 example: *id055 summary: List VPCs operationId: listVpcs /organizations/{orgid}/vpcs/{vpcId}: get: description: Obtain VPC information by its id parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id056 id: '12345' name: myProductionVpc region: us-east-1 cidrBlock: 192.168.1.0/24 internalDns: dnsServers: - 8.8.8.8 - 8.8.8.4 specialDomains: - mydomain.local - mydomain.localdomain isDefault: false associatedEnvironments: - eeeeb145-6f79-402d-85fc-8c90905d2490 ownerId: 5555555-6666-7777-8888-99999999999 sharedWith: - 0000000-1111-2222-3333-44444444444 firewallRules: - cidrBlock: 0.0.0.0/0 protocol: tcp fromPort: 8081 toPort: 8082 - cidrBlock: 192.168.1.0/24 protocol: tcp fromPort: 8091 toPort: 8092 example: *id056 '404': description: VPC is not found summary: Get VPC by ID operationId: getVpcById delete: description: Remove VPC by its id parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' responses: '204': description: Deleted successfully '404': description: VPC cannot be found summary: Delete VPC by ID operationId: deleteVpcById put: description: 'Changes the configuration of the VPC by overriding the values of the properties passed in the JSON. ownerId, region and cidrBlock cannot be overriden. Organizations that do not own the VPC can only update isDefault and associatedEnvironments. ' parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' requestBody: $ref: '#/components/requestBodies/Vpc' description: The vpcs data to update. responses: '200': description: The VPC has been updated. The entire configuration is returned x-amf-mediaType: application/json content: application/json: schema: example: &id057 name: myProductionVpc internalDns: dnsServers: - 8.8.8.8 - 8.8.8.4 specialDomains: - mydomain.local - mydomain.localdomain isDefault: false associatedEnvironments: - eeeeb145-6f79-402d-85fc-8c90905d2490 sharedWith: - 0000000-1111-2222-3333-44444444444 firewallRules: - cidrBlock: 0.0.0.0/0 protocol: tcp fromPort: 8081 toPort: 8082 - cidrBlock: 192.168.1.0/24 protocol: tcp fromPort: 8091 toPort: 8092 example: *id057 '404': description: VPC is not found summary: Update VPC by ID operationId: updateVpcById /organizations/{orgid}/vpcs/{vpcId}/loadbalancers: post: description: Create new Load balancer parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' requestBody: content: application/json: schema: $ref: '#/components/schemas/LoadBalancer' x-amf-mediaType: application/json description: The loadbalancers data to create. responses: '201': description: Load balancer created successfully x-amf-mediaType: application/json content: application/json: schema: example: &id058 id: 571ffe36e4b00d565d743fe5 name: myloadbalancer domain: lb.anypointdns.net state: STOPPED IpAddresses: - 52.202.80.104 - 52.202.80.105 ipAddressesInfo: - ip: 52.202.80.104 status: AVAILABLE staticIp: true - ip: 52.202.80.105 status: AVAILABLE staticIp: true ipWhitelist: - 192.0.2.0/24 - 198.51.100.23/32 ipAllowlist: - 192.0.2.0/24 - 198.51.100.23/32 enableStreaming: true forwardClientCertificate: true httpMode: redirect defaultSslEndpoint: 0 tlsv1: false tlsv13: false sslEndpoints: - privateKeyDigest: 75caede4e70d7ffc4bc2ed8f1924467a9d030917 publicKeyDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 publicKeyCN: www.mydomain.com publicKeySANs: - uat.mydomain.com - qa.mydomain.com clientCertDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 clientCertCN: GeoTrust Primary Certification Authority – G3 revocationListDigest: 6c390fbdadacb9c4c99341167771943b798a12ef verifyClientMode: false mappings: - inputUri: '{app}/' appName: '{app}' appUri: / example: *id058 '400': description: wrong request '404': description: Load balancer is not found summary: Create VPC load balancer operationId: createVpcLoadBalancer get: description: Get list of existing Load balancers parameters: - name: limit description: Result limit required: false in: query schema: type: integer default: 100 - name: offset description: Result offset required: false in: query schema: type: integer default: 0 - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id059 data: - id: 571ffe36e4b00d565d743fe5 vpcId: vpc-5f89452 name: myloadbalancer domain: lb.anypointdns.net state: STOPPED IpAddresses: - 52.202.80.104 - 52.202.80.105 ipAddressesInfo: - ip: 52.202.80.104 status: USED staticIp: true - ip: 52.202.80.105 status: USED staticIp: true ipWhitelist: - 192.0.2.0/24 - 198.51.100.23/32 ipAllowlist: - 192.0.2.0/24 - 198.51.100.23/32 enableStreaming: true forwardClientCertificate: true httpMode: redirect defaultSslEndpoint: 0 tlsv1: false tlsv13: false proxyReadTimeout: 300 sslEndpoints: - privateKeyDigest: 75caede4e70d7ffc4bc2ed8f1924467a9d030917 publicKeyDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 publicKeyCN: www.mydomain.com publicKeySANs: - uat.mydomain.com - qa.mydomain.com clientCertDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 clientCertCN: GeoTrust Primary Certification Authority – G3 revocationListDigest: 6c390fbdadacb9c4c99341167771943b798a12ef revocationListLastUpdate: Mar 4 14:49:08 2016 GMT revocationListNextUpdate: Apr 3 14:49:08 2016 GMT revocationListSerial: 016569BF verifyClientMode: false mappings: - inputUri: '{app}/' appName: '{app}' appUri: / total: 1 example: *id059 summary: List VPC load balancers operationId: listVpcLoadBalancers /organizations/{orgid}/vpcs/{vpcId}/loadbalancers/{lbId}: get: description: returns load balancer by its ID parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' - name: lbId required: true in: path schema: type: string description: The lb ID to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/LoadBalancer' example: id: string name: string domain: string state: STOPPED doubleStaticIps: true ipAddresses: - string ipAddressesInfo: - ip: string status: string staticIp: true ipWhitelist: - string ipAllowlist: - string httpMode: true '404': description: there is no load balancer with this lbId or there is no VPC with such vpcId summary: Get VPC load balancer operationId: getVpcLoadBalancer delete: description: deletes load balancer by its ID parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' - name: lbId required: true in: path schema: type: string description: The lb ID to identify the target resource. responses: '204': description: the load balancer was deleted successfully '404': description: there is no load balancer with this lbId or there is no VPC with such vpcId summary: Delete VPC load balancer operationId: deleteVpcLoadBalancer patch: description: updates a load balancer parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' - name: lbId required: true in: path schema: type: string description: The lb ID to identify the target resource. requestBody: content: application/json-patch+json: schema: example: value: - op: replace path: /sslEndpoints/0/mappings value: - inputUri: /{app}/hello appName: '{app}' appUri: /hello upstreamProtocol: http - inputUri: /{app}/ appName: '{app}' appUri: / upstreamProtocol: http - op: replace path: /doubleStaticIps value: true - op: replace path: /forwardClientCertificate value: true - op: replace path: /enableStreaming value: true - op: replace path: /tlsv13 value: true x-amf-mediaType: application/json-patch+json description: The loadbalancers data to update. responses: '200': description: returns updated Load balancer JSON object. x-amf-mediaType: application/json content: application/json: schema: example: &id060 id: 571ffe36e4b00d565d743fe5 name: myloadbalancer domain: lb.anypointdns.net state: STOPPED IpAddresses: - 52.202.80.104 - 52.202.80.105 ipAddressesInfo: - ip: 52.202.80.104 status: AVAILABLE staticIp: true - ip: 52.202.80.105 status: AVAILABLE staticIp: true ipWhitelist: - 192.0.2.0/24 - 198.51.100.23/32 ipAllowlist: - 192.0.2.0/24 - 198.51.100.23/32 enableStreaming: true forwardClientCertificate: true httpMode: redirect defaultSslEndpoint: 0 tlsv1: false tlsv13: false sslEndpoints: - privateKeyDigest: 75caede4e70d7ffc4bc2ed8f1924467a9d030917 publicKeyDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 publicKeyCN: www.mydomain.com publicKeySANs: - uat.mydomain.com - qa.mydomain.com clientCertDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 clientCertCN: GeoTrust Primary Certification Authority – G3 revocationListDigest: 6c390fbdadacb9c4c99341167771943b798a12ef verifyClientMode: false mappings: - inputUri: '{app}/' appName: '{app}' appUri: / example: *id060 '404': description: there is no load balancer with this lbId or there is no VPC with such vpcId summary: Patch VPC load balancer operationId: patchVpcLoadBalancer /organizations/{orgid}/vpcs/{vpcId}/loadbalancers/{lbId}/deployments: get: description: returns all the deployments parameters: - name: limit description: Result limit required: false in: query schema: type: integer default: 100 - name: offset description: Result offset required: false in: query schema: type: integer default: 0 - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' - name: lbId required: true in: path schema: type: string description: The lb ID to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id061 data: - id: 568b9909e4b03fbcf0c72ea6 state: PROCESSING deploymentConfig: name: myloadbalancer ipWhitelist: - 192.0.2.0/24 - 198.51.100.23/32 httpMode: redirect defaultSslEndpoint: 0 sslEndpoints: - privateKeyDigest: 75caede4e70d7ffc4bc2ed8f1924467a9d030917 publicKeyDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 publicKeyCN: www.mydomain.com publicKeySANs: - uat.mydomain.com - qa.mydomain.com clientCertDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 clientCertCN: GeoTrustPrimaryCertificationAuthority–G3 revocationListDigest: 6c390fbdadacb9c4c99341167771943b798a12ef revocationListLastUpdate: Mar414:49:082016GMT revocationListNextUpdate: Apr314:49:082016GMT revocationListSerial: 016569BF verifyClientMode: false tlsv1: false mappings: - inputUri: '{app}/' appName: '{app}' appUri: / createTime: 1452585196698 startTime: 1452585196821 total: 1 example: *id061 '404': description: there is no load balancer with this lbId or there is no VPC with such vpcId summary: List load balancer deployments operationId: listLoadBalancerDeployments /organizations/{orgid}/vpcs/{vpcId}/loadbalancers/{lbId}/testmapping: get: description: makes a test call to the load balancer rules and returns a response with the rule number which will be applied to the input. parameters: - name: url description: URL to test required: true in: query schema: type: string - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' - name: lbId required: true in: path schema: type: string description: The lb ID to identify the target resource. responses: '200': description: returns updated Load balancer JSON object. x-amf-mediaType: application/json content: application/json: schema: example: &id062 domainIdx: 2 ruleIdx: 2 appName: app123 outputURI: http://mule-worker-internal-app123.cloudhub.io:8081?greeting=hello example: *id062 '404': description: there is no load balancer with this lbId or there is no VPC with such vpcId summary: Test load balancer mapping operationId: testLoadBalancerMapping /organizations/{orgid}/vpcs/{vpcId}/ipsec: post: description: Create a VPN connection from a VPC, up to a limit of 10 total VPN Connections per VPC parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' requestBody: content: application/json: schema: $ref: '#/components/schemas/PostVpn' x-amf-mediaType: application/json description: The ipsec data to create. responses: '201': description: VPN Infrastucture creation pending '400': description: bad request '404': description: there is no org or VPC with this id summary: Create VPC IPsec connection operationId: createVpcIpsec get: description: get the configuration and state of a <> parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/GetVpns' example: &id072 data: - id: 4a6e3da830767b280a80ce33 spec: name: myDatacenterVpn remoteIpAddress: 100.100.100.100 routingType: STATIC remoteNetworks: - 10.5.0.0/16 tunnelConfigs: - psk: LKvQAyV7DyR1Q7kZoIAymsqFOh3SWb2S ptpCidr: 169.254.12.0/30 - psk: q.NFQABcVnKLp2.zjR7Pw7YtH9gICJlt ptpCidr: 169.254.12.4/30 state: vpnConnectionStatus: AVAILABLE createdAt: 2017-01-01T00:00:01-0800 bgpRoutes: [] staticRoutes: - remoteNetwork: 10.5.0.0/16 state: AVAILABLE vpnTunnels: - acceptedRouteCount: 1 lastStatusChange: 2018-01-13T16:30:07-0800 localExternalIpAddress: 50.112.49.102 localPtpIpAddress: 169.254.13.241 remotePtpIpAddress: 169.254.13.242 psk: LKvQAyV7DyR1Q7kZoIAymsqFOh3SWb2S status: UP statusMessage: '' - acceptedRouteCount: 1 lastStatusChange: 2018-01-13T16:30:07-0800 localExternalIpAddress: 34.216.124.13 localPtpIpAddress: 169.254.15.17 remotePtpIpAddress: 169.254.15.18 psk: q.NFQABcVnKLp2.zjR7Pw7YtH9gICJlt status: DOWN statusMessage: '' total: 1 summary: List VPC IPsec connections operationId: listVpcIpsec /organizations/{orgid}/vpcs/{vpcId}/ipsec/ipsec/{vpnId}: description: A single VPN endpoint get: description: Get the configuration and state of a <> string parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' - name: vpnId required: true in: path schema: type: string description: The vpn ID to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: $ref: '#/components/schemas/GetVpn' example: &id073 id: 4a6e3da830767b280a80ce33 spec: name: myDatacenterVpn remoteAsn: 65000 localAsn: 7224 remoteIpAddress: 100.100.100.100 routingType: BGP state: vpnConnectionStatus: AVAILABLE createdAt: 2017-01-01T00:00:01-0800 bgpRoutes: - remoteNetwork: 10.5.0.0/16 state: ACTIVE staticRoutes: [] vpnTunnels: - acceptedRouteCount: 2 lastStatusChange: 2018-01-13T16:30:07-0800 localExternalIpAddress: 50.112.49.102 localPtpIpAddress: 169.254.13.241 remotePtpIpAddress: 169.254.13.242 psk: LKvQAyV7DyR1Q7kZoIAymsqFOh3SWb2S status: UP statusMessage: '' - acceptedRouteCount: 2 lastStatusChange: 2018-01-13T16:30:07-0800 localExternalIpAddress: 34.216.124.13 localPtpIpAddress: 169.254.15.17 remotePtpIpAddress: 169.254.15.18 psk: q.NFQABcVnKLp2.zjR7Pw7YtH9gICJlt status: DOWN statusMessage: '' '404': description: The orgId, vpcId or vpnId was not found summary: Get VPC IPsec connection operationId: getVpcIpsecConnection delete: description: Delete a VPN connection parameters: - $ref: '#/components/parameters/XOrigin_orgid_Path' - $ref: '#/components/parameters/XOrigin_vpcId_Path' - name: vpnId required: true in: path schema: type: string description: The vpn ID to identify the target resource. responses: '204': description: Deleted successfully summary: Delete VPC IPsec connection operationId: deleteVpcIpsecConnection /ping: description: Endpoint to test connectivity. get: responses: '200': description: Successful operation. x-amf-mediaType: text/plain content: text/plain: schema: example: pong example: pong summary: Ping the service operationId: getPing description: Lists ping. /queues: {} /queues/{queueId}: parameters: - name: queueId required: true in: path schema: type: string description: The queue ID to identify the target resource. /queues/{queueId}/clear: description: 'clear the entries of persistent queue. ' put: parameters: - name: queueId required: true in: path schema: type: string description: The queue ID to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: {} example: message: Operation completed successfully. summary: Clear queue messages operationId: clearQueueMessages description: Replaces a clear. /queues/{queueId}/statistics: description: 'returns queue statistic types. ' get: parameters: - name: queueId required: true in: path schema: type: string description: The queue ID to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id063 - name: queued functions: - AVG - name: inFlight functions: - AVG - name: added functions: - COUNT - name: dequeued functions: - COUNT example: *id063 summary: Get queue statistics operationId: getQueueStatistics description: Retrieves a statistics. /queues/{queueId}/statistics/{statistic}: get: parameters: - name: startDate required: true in: query schema: type: string description: The startDate query parameter. - name: endDate required: true in: query schema: type: string description: The endDate query parameter. - name: interval required: true in: query schema: type: string description: The interval query parameter. - name: queueId required: true in: path schema: type: string description: The queue ID to identify the target resource. - name: statistic required: true in: path schema: type: string description: The statistic to identify the target resource. responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id064 id: 54f7ed78e4b0d48f31a30891_54f87d13e4b0d48f320c66cb_A9452D1A86C11FD2E70F2481D99B31 statistics: queued: {} inFlight: {} dequeued: {} example: *id064 summary: Get queue statistic operationId: getQueueStatistic description: Retrieves a statistics. /regions: description: 'Retrieve all CloudHub worker regions ' get: responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id065 - id: us-east-1 name: US East (N. Virginia) default: true - id: us-west-2 name: US West (Oregon) default: false - id: eu-west-1 name: EU (Ireland) default: false - id: ap-southeast-2 name: Asia Pacific (Sydney) default: false - id: ap-southeast-1 name: Asia Pacific (Singapore) default: false - id: us-west-1 name: US West (N. California) default: false example: *id065 summary: List regions operationId: listRegions description: Lists regions. /users/current/permissions: description: User permissions get: description: 'Retrieve the permissions for the current user ' parameters: - $ref: '#/components/parameters/XOrigin_X_ANYPNT_ENV_ID_Header' responses: '200': description: Successful operation. x-amf-mediaType: application/json content: application/json: schema: example: &id066 organization: settings: update: true read: true permissions: assign: true read: true environments: update: true delete: false read: true create: true environment: applications: delete: true create: true cloudhub: adminAPI: all: false applications: files: download: true schedules: update: true read: true run: true notifications: update: true read: true create: true logs: read: true download: true tenants: update: true delete: true read: true create: true alerts: update: true delete: true read: true create: true settings: update: true read: true insights: read: true data: delete: true read: true create: true queues: clear: true read: true dashboard: read: true example: *id066 summary: Get current user permissions operationId: getCurrentUserPermissions components: requestBodies: PostPutAlert: content: application/json: schema: $ref: '#/components/schemas/PostPutAlert' x-amf-mediaType: application/json description: Request payload for PostPutAlert operations. Generated: content: application/json: schema: example: name: test-query searchParameters: [] startDate: 2012-08-12 04:00:00+00:00 endDate: 2012-08-13 04:00:00+00:00 x-amf-mediaType: application/json description: Request payload for Generated operations. Vpc: content: application/json: schema: $ref: '#/components/schemas/Vpc' x-amf-mediaType: application/json description: Request payload for Vpc operations. Generated2: content: application/json: schema: {} x-amf-mediaType: application/json description: Request payload for Generated2 operations. Generated3: content: application/json: schema: example: value: searchParameters: - name: transactionId value: '123' operator: like - name: flowName value: jeff operator: like - name: exceptionMessage value: ex operator: like - name: processingTime value: '1' operator: '>=' - name: processingTime value: '1000' operator: <= startDate: 2015-05-13 12:54:13.847000+00:00 endDate: 2015-05-13 13:54:13.847000+00:00 x-amf-mediaType: application/json description: Request payload for Generated3 operations. Generated4: content: application/json: schema: example: status: read x-amf-mediaType: application/json description: Request payload for Generated4 operations. securitySchemes: bearerAuth: $ref: ../../fragments/anypoint_fragment.yaml#/components/securitySchemes/bearerAuth clientAuth: $ref: ../../fragments/anypoint_fragment.yaml#/components/securitySchemes/clientAuth schemas: GetAlertsResponse: example: *id067 type: array items: type: object required: - name - severity - condition - organizationId - environmentId - id - productName - actions - enabled - lastModified - isSystem - createdAt properties: name: type: string severity: enum: - INFO - WARNING - CRITICAL condition: anyOf: - type: object required: - resources - text - priority properties: resources: type: array minItems: 1 uniqueItems: true items: type: string text: type: string priority: enum: - '*' - INFO - WARN - ERROR - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - value - operator - resources - periodMins - periodCount properties: value: type: integer minimum: 1 maximum: 100 operator: enum: - GREATER_THAN - LESS_THAN resources: type: array minItems: 1 uniqueItems: true items: type: string periodMins: type: integer minimum: 1 maximum: 60 periodCount: type: integer minimum: 1 maximum: 20 triggerBehavior: enum: - TRIGGER_ON_STATE_CHANGE - TRIGGER_REPEATEDLY_IN_ALARM_STATE - type: object required: - value - operator - resources - periodMins - periodCount properties: value: type: integer minimum: 1 maximum: 100 operator: enum: - GREATER_THAN - LESS_THAN resources: type: array minItems: 1 uniqueItems: true items: type: string periodMins: type: integer minimum: 1 maximum: 60 periodCount: type: integer minimum: 1 maximum: 20 triggerBehavior: enum: - TRIGGER_ON_STATE_CHANGE - TRIGGER_REPEATEDLY_IN_ALARM_STATE - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources - threshold - period - periodTimeUnit properties: resources: type: array minItems: 1 uniqueItems: true items: type: string threshold: type: integer minimum: 1 period: type: integer minimum: 1 periodTimeUnit: enum: - HOUR - MINUTE - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string type: object organizationId: type: string environmentId: type: string id: type: string productName: type: string actions: type: array items: type: object properties: type: type: string emails: type: array items: type: string subject: type: string content: type: string enabled: type: boolean lastModified: type: integer isSystem: type: boolean createdAt: type: integer PostPutAlert: x-amf-examples: example_0: name: failure severity: INFO condition: resourceType: cloudhub-application type: deployment-failed resources: - my-app-name actions: - type: email emails: - me@example.com subject: subject line content: deployment failed for ${resource} example_1: name: failure severity: INFO condition: type: deployment-failed resources: - my-app-name resourceType: application actions: - type: email emails: - me@example.com subject: subject line content: deployment failed for ${resource} type: object required: - name - severity - actions - condition properties: name: type: string severity: enum: - INFO - WARNING - CRITICAL actions: type: array items: type: object properties: type: type: string emails: type: array items: type: string subject: type: string content: type: string condition: anyOf: - type: object required: - resources - text - priority properties: resources: type: array minItems: 1 uniqueItems: true items: type: string text: type: string priority: enum: - '*' - INFO - WARN - ERROR - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - value - operator - resources - periodMins - periodCount properties: value: type: integer minimum: 1 maximum: 100 operator: enum: - GREATER_THAN - LESS_THAN resources: type: array minItems: 1 uniqueItems: true items: type: string periodMins: type: integer minimum: 1 maximum: 60 periodCount: type: integer minimum: 1 maximum: 20 triggerBehavior: enum: - TRIGGER_ON_STATE_CHANGE - TRIGGER_REPEATEDLY_IN_ALARM_STATE - type: object required: - value - operator - resources - periodMins - periodCount properties: value: type: integer minimum: 1 maximum: 100 operator: enum: - GREATER_THAN - LESS_THAN resources: type: array minItems: 1 uniqueItems: true items: type: string periodMins: type: integer minimum: 1 maximum: 60 periodCount: type: integer minimum: 1 maximum: 20 triggerBehavior: enum: - TRIGGER_ON_STATE_CHANGE - TRIGGER_REPEATEDLY_IN_ALARM_STATE - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources - threshold - period - periodTimeUnit properties: resources: type: array minItems: 1 uniqueItems: true items: type: string threshold: type: integer minimum: 1 period: type: integer minimum: 1 periodTimeUnit: enum: - HOUR - MINUTE - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string type: object GetAlertResponse: example: *id001 type: object required: - name - severity - condition - organizationId - environmentId - id - productName - actions - enabled - lastModified - isSystem - createdAt properties: name: type: string severity: enum: - INFO - WARNING - CRITICAL condition: anyOf: - type: object required: - resources - text - priority properties: resources: type: array minItems: 1 uniqueItems: true items: type: string text: type: string priority: enum: - '*' - INFO - WARN - ERROR - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - value - operator - resources - periodMins - periodCount properties: value: type: integer minimum: 1 maximum: 100 operator: enum: - GREATER_THAN - LESS_THAN resources: type: array minItems: 1 uniqueItems: true items: type: string periodMins: type: integer minimum: 1 maximum: 60 periodCount: type: integer minimum: 1 maximum: 20 triggerBehavior: enum: - TRIGGER_ON_STATE_CHANGE - TRIGGER_REPEATEDLY_IN_ALARM_STATE - type: object required: - value - operator - resources - periodMins - periodCount properties: value: type: integer minimum: 1 maximum: 100 operator: enum: - GREATER_THAN - LESS_THAN resources: type: array minItems: 1 uniqueItems: true items: type: string periodMins: type: integer minimum: 1 maximum: 60 periodCount: type: integer minimum: 1 maximum: 20 triggerBehavior: enum: - TRIGGER_ON_STATE_CHANGE - TRIGGER_REPEATEDLY_IN_ALARM_STATE - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources - threshold - period - periodTimeUnit properties: resources: type: array minItems: 1 uniqueItems: true items: type: string threshold: type: integer minimum: 1 period: type: integer minimum: 1 periodTimeUnit: enum: - HOUR - MINUTE - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string - type: object required: - resources properties: resources: type: array minItems: 1 uniqueItems: true items: type: string type: object organizationId: type: string environmentId: type: string id: type: string productName: type: string actions: type: array items: type: object properties: type: type: string emails: type: array items: type: string subject: type: string content: type: string enabled: type: boolean lastModified: type: integer isSystem: type: boolean createdAt: type: integer AlertsHistory: example: *id068 type: object required: - data - total properties: data: type: array items: type: object required: - triggeredAt - context - severity - condition - actions properties: triggeredAt: type: integer context: anyOf: - type: object required: - resource - user - priority - transactionId - message properties: resource: type: string user: type: string priority: type: string transactionId: type: string message: type: string - type: object required: - resource - success properties: workerSize: enum: - '0.1' - '0.2' - '1' - '2' - '4' workerCount: type: integer minimum: 1 maximum: 4 resource: type: string message: type: string success: type: boolean - type: object required: - currentWorkerSize - currentWorkerCount - resource - state properties: currentWorkerSize: enum: - '0.1' - '0.2' - '1' - '2' - '4' currentWorkerCount: type: integer minimum: 1 maximum: 4 resource: type: string state: {} - type: object required: - currentWorkerSize - currentWorkerCount - resource - state properties: currentWorkerSize: enum: - '0.1' - '0.2' - '1' - '2' - '4' currentWorkerCount: type: integer minimum: 1 maximum: 4 resource: type: string state: {} - type: object required: - resource - user - message properties: resource: type: string user: type: string message: type: string - type: object required: - resource - user properties: resource: type: string user: type: string - type: object required: - resource - user properties: resource: type: string user: type: string - type: object required: - resource - user properties: resource: type: string user: type: string - type: object required: - resource - user properties: resource: type: string user: type: string - type: object required: - resource - user properties: resource: type: string user: type: string type: object severity: enum: - INFO - WARNING - CRITICAL condition: type: object properties: type: enum: - application-notification - cpu - memory - deployment-success - deployment-failed - event-threshold-exceeded - sdg-up - sdg-down - worker-unresponsive - autoscaled actions: type: array items: type: object properties: state: type: string type: type: string total: type: integer PostApplication: description: CloudHub Application from Exchange or Sandbox x-amf-examples: sandbox: applicationSource: fileSource: 5a0251232f6ce02c9b813bd4 fileChecksum: 1ac0a8293da1d327558707662c4fe567 source: SANDBOX applicationInfo: domain: ch-application autoStart: true exchange: applicationSource: groupId: org.mule.examples artifactId: hello-world version: 1.4.0 source: EXCHANGE applicationInfo: domain: ch-application autoStart: true type: object properties: applicationInfo: description: Application deployment information type: object properties: domain: description: Desired unique CloudHub application domain, required for new applications type: string fileName: description: Display name for the application file, without extension type: string loggingCustomLog4JEnabled: description: Whether custom Log4J logging is enabled type: boolean loggingNgEnabled: type: boolean logLevels: description: Log levels configuration type: array items: type: object required: - level - packageName properties: level: description: Log level to be set for the specified package enum: - TRACE - DEBUG - INFO - WARN - ERROR type: string packageName: description: Name of the package for which the log level is being set type: string monitoringAutoRestart: description: Whether application should be restarted when not responding type: boolean monitoringEnabled: description: Whether Anypoint Monitoring is enabled for the application type: boolean muleVersion: description: CloudHub Mule runtime version to use. For new deployments obtainer this information from the mule-versions endpoint type: object properties: updateId: description: Update ID identifying the specific patch for the main version. Corresponds to latestUpdate.id from mule-versions endpoint type: string version: description: Main version to use type: string objectStoreV1: description: Whether Object Store V1 should be used, otherwise Object Store V2 will apply type: boolean persistentQueues: description: Whether persistent queues are enabled type: boolean persistentQueuesEncrypted: description: Whether persistent queues are to be encrypted type: boolean properties: description: System property overrides type: object additionalProperties: true region: description: Region where the application is deployed type: string staticIPsEnabled: description: Whether static IPs are enabled type: boolean trackingSettings: description: Insight level type: object required: - trackingLevel properties: trackingLevel: enum: - DISABLED - METADATA - METADATA_AND_REPLAY type: string workers: description: Replicas configuration type: object required: - amount - type properties: amount: description: Number of workers type: integer type: description: Worker vCore size, specifying the right name is enough, the other properties are infromative type: object required: - name properties: cpu: description: CPU allocation for the worker type: string memory: description: Memory allocation for the worker type: string name: description: Name of the worker type type: string weight: description: vCore allocation type: number applicationSource: description: Information about application source type: object properties: artifactId: description: artifactId for exchange source type: string fileChecksum: description: fileChecksum for sandbox source type: string fileSource: description: fileSource for sandbox source type: string groupId: description: groupId for exchange source type: string source: description: Source type enum: - EXCHANGE - SANDBOX type: string version: description: version for exchange source type: string autoStart: description: Should the application start deploying type: boolean PostStaticIp: example: region: us-east-1 type: object properties: region: enum: - us-east-1 - us-west-1 - us-west-2 - ap-southeast-1 - ap-southeast-2 - eu-west-1 type: string PostAutoScalingPolicy: description: CloudHub Auto Scaling Policy example: value: maxScale: 2 minScale: 1 scaleType: WORKER_COUNT description: policy_name metric: CPU scaleUpNextScaleWaitMins: 30 scaleDownNextScaleWaitMins: 30 scaleUp: value: 80 periodCount: 10 scaleDown: value: 20 periodCount: 10 type: object properties: description: description: The auto scaling policy name type: string minLength: 1 scaleType: description: The scale type of the auto scaling policy enum: - WORKER_COUNT - WORKER_SIZE type: string metric: description: The metric based on which auto scaling policy scales enum: - CPU - MEMORY type: string maxScale: description: The maximum number of workers or size of workers for auto scaling enum: - 0.1 - 0.2 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 16 type: number minScale: description: The minimum number of workers or size of workers for auto scaling enum: - 0.1 - 0.2 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 16 type: number scaleUpNextScaleWaitMins: description: Number of minutes to wait before applying new scale up policy type: integer scaleDownNextScaleWaitMins: description: Number of minutes to wait before applying new scale down policy type: integer scaleUp: description: Scale up policy type: object properties: value: description: The CPU or memory usage above which scale up policy will take effect type: integer minimum: 1 maximum: 100 periodCount: description: The time in minutes to monitor the CPU/memory for high usage before scaling up type: integer minimum: 1 maximum: 20 scaleDown: description: Scale down policy type: object properties: value: description: The CPU or memory usage below which scale down policy will take effect type: integer minimum: 1 maximum: 100 periodCount: description: The time in minutes to monitor the CPU/memory for low usage before scaling down type: integer minimum: 1 maximum: 20 PutAutoScalingPolicy: description: CloudHub Auto Scaling Policy example: value: id: 5994bb6ee4b0fce59b281798 enabled: true maxScale: 2 minScale: 1 scaleType: WORKER_COUNT description: policy_name metric: CPU scaleUpNextScaleWaitMins: 30 scaleDownNextScaleWaitMins: 30 scaleUp: value: 80 periodMins: 1 periodCount: 10 scaleDown: value: 20 periodMins: 1 periodCount: 10 type: object properties: id: description: The auto scaling policy ID type: string enabled: description: Whether the policy is enabled type: boolean description: description: The auto scaling policy name type: string minLength: 1 scaleType: description: The scale type of the auto scaling policy enum: - WORKER_COUNT - WORKER_SIZE type: string metric: description: The metric based on which auto scaling policy scales enum: - CPU - MEMORY type: string maxScale: description: The maximum number of workers or size of workers for auto scaling enum: - 0.1 - 0.2 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 16 type: number minScale: description: The minimum number of workers or size of workers for auto scaling enum: - 0.1 - 0.2 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 16 type: number scaleUpNextScaleWaitMins: description: Number of minutes to wait before applying new scale up policy type: number scaleDownNextScaleWaitMins: description: Number of minutes to wait before applying new scale down policy type: number scaleUp: description: Scale up policy type: object properties: value: description: The CPU or memory usage above which scale up policy will take effect type: number periodCount: description: The time in minutes to monitor the CPU/memory for high usage before scaling up type: number scaleDown: description: Scale down policy type: object properties: value: description: The CPU or memory usage below which scale down policy will take effect type: number periodCount: description: The time in minutes to monitor the CPU/memory for low usage before scaling down type: number GetOrganization: description: Organization Usage Statistics example: *id069 type: object required: - productionVCoresConsumed - sandboxVCoresConsumed - staticIpsConsumed properties: productionVCoresConsumed: type: number sandboxVCoresConsumed: type: number staticIpsConsumed: type: integer LogDownloadRequest: description: Request body for initiating a log download x-amf-examples: relative: resourceType: DLB_LOGS resourceName: my-load-balancer queryType: RELATIVE timeRange: LAST_3_HOURS validityMinutes: 60 maxRows: 10000 absolute: resourceType: DLB_LOGS resourceName: my-load-balancer queryType: ABSOLUTE startTime: 2025-01-15 10:00:00+00:00 endTime: 2025-01-15 12:00:00+00:00 validityMinutes: 60 maxRows: 50000 type: object required: - resourceType - resourceName - queryType properties: resourceType: description: Type of resource to download logs from enum: - DLB_LOGS type: string resourceName: description: Name of the resource (e.g., DLB name) type: string queryType: description: Type of time query enum: - RELATIVE - ABSOLUTE type: string timeRange: description: Relative time range. Required if queryType is RELATIVE enum: - LAST_1_HOUR - LAST_3_HOURS - LAST_6_HOURS - LAST_24_HOURS type: string startTime: description: Start time in ISO 8601 format. Required if queryType is ABSOLUTE type: string pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{6}Z$ endTime: description: End time in ISO 8601 format. Required if queryType is ABSOLUTE type: string pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{6}Z$ validityMinutes: description: Download URL validity in minutes default: 60 type: integer maxRows: description: Maximum number of log rows to download default: 10000 type: integer minimum: 1 maximum: 500000 LogDownloadResponse: description: Response for log download initiation example: *id070 type: object properties: executionName: description: Unique identifier for the download execution type: string startDate: description: Start date/time of the execution type: string status: description: Current status of the execution enum: - RUNNING - COMPLETED - FAILED type: string message: description: Status message type: string LogDownloadStatusResponse: title: og-download-status-response example: *id071 PostTgw: description: CloudHub TGW POST example: resourceShareId: 90re84c9-c0da-432c-b663-f93ad477c4a2 customerAwsId: 059970264529 region: us-east-1 tgwName: my-tgw type: object properties: resourceShareId: description: The AWS resourceShareId of the Transit Gateway type: string minLength: 1 customerAwsId: description: The ID of AWS account which owns the Transit Gateway type: string minLength: 1 region: description: The CloudHub region where this Transit Gateway exists type: string minLength: 1 tgwName: description: Name of the TGW type: string minLength: 1 PutTgw: description: CloudHub TGW x-amf-examples: Creating a new TGW-VPC Attachment: tgwVpcConnections: - vpcId: vpc-0f29e11990fa91863 Modifying Anypoint VPC Routes: tgwVpcConnections: - vpcId: vpc-0f29e11990fa91863 routes: - 12.1.0.0/16 Updating the TGW Name: tgwName: my-new-tgw type: object properties: tgwVpcConnections: description: List of TGW-VPC connections to be created type: array items: type: object properties: vpcId: description: The AWS ID of Anypoint VPC to be attached to the TGW type: string minLength: 1 routes: description: List of subnets, this list will overwrite the existing subnets default: [] type: array uniqueItems: true items: description: Subnet represents an IP address range for which the VPC will route traffic to TGW type: string minLength: 1 tgwName: description: New name for TGW type: string minLength: 1 Vpc: description: CloudHub VPC x-amf-examples: example_0: name: myProductionVpc region: us-east-1 cidrBlock: 192.168.1.0/24 internalDns: dnsServers: - 8.8.8.8 - 8.8.8.4 specialDomains: - mydomain.local - mydomain.localdomain isDefault: false associatedEnvironments: - eeeeb145-6f79-402d-85fc-8c90905d2490 sharedWith: - 0000000-1111-2222-3333-44444444444 firewallRules: - cidrBlock: 0.0.0.0/0 protocol: tcp fromPort: 8081 toPort: 8082 - cidrBlock: 192.168.1.0/24 protocol: tcp fromPort: 8091 toPort: 8092 example_1: name: myProductionVpc internalDns: dnsServers: - 8.8.8.8 - 8.8.8.4 specialDomains: - mydomain.local - mydomain.localdomain isDefault: false associatedEnvironments: - eeeeb145-6f79-402d-85fc-8c90905d2490 sharedWith: - 0000000-1111-2222-3333-44444444444 firewallRules: - cidrBlock: 0.0.0.0/0 protocol: tcp fromPort: 8081 toPort: 8082 - cidrBlock: 192.168.1.0/24 protocol: tcp fromPort: 8091 toPort: 8092 type: object properties: name: description: The name of the VPC type: string minLength: 1 region: description: The CloudHub region where this VPC will exist type: string minLength: 1 cidrBlock: description: The IP address range that the VPC will use. The largest is /16 and the smallest, /24 type: string minLength: 1 internalDns: default: x-amf-union: - type: object required: - dnsServers - specialDomains properties: dnsServers: description: A list of DNS server IPs type: array items: type: string minLength: 7 maxLength: 15 specialDomains: description: A list of domains to be resolved using the special DNS servers type: array items: description: An explanation about the purpose of this instance. type: string minLength: 1 - type: 'null' ownerId: description: The id of the organization that owns the VPC type: string minLength: 34 maxLength: 34 isDefault: description: If set to true, the VPC will be associated to all CloudHub environments not explicitly associated to another VPC, including newly created ones default: false type: boolean associatedEnvironments: description: A list of CloudHub environments to associate to this VPC default: [] type: array uniqueItems: true items: type: string minLength: 36 maxLength: 36 sharedWith: description: A list of Business Groups to share this VPC with default: [] type: array uniqueItems: true items: type: string minLength: 34 maxLength: 34 firewallRules: description: Inbound firewall rules for all CloudHub workers in this VPC. The list is allow only with an implicit deny all if no rules match type: array items: type: object properties: cidrBlock: type: string minLength: 9 maxLength: 18 protocol: enum: - tcp - udp type: string minLength: 3 fromPort: type: integer minimum: 0 maximum: 65535 toPort: type: integer minimum: 0 maximum: 65535 LoadBalancer: description: CloudHub Load Balancer x-amf-examples: example_0: name: myloadbalancer ipWhitelist: - 192.0.2.0/24 - 198.51.100.23/32 ipAllowlist: - 192.0.2.0/24 - 198.51.100.23/32 httpMode: redirect enableStreaming: true forwardClientCertificate: true defaultSslEndpoint: 0 tlsv1: false tlsv13: false proxyReadTimeout: 300 sslEndpoints: - publicKey: '-----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- ' privateKey: '-----BEGIN RSA PRIVATE KEY----- ... -----END RSA PRIVATE KEY----- ' clientCert: '-----BEGIN CERTIFICATE----- ... -----END CERTIFICATE----- ' revocationList: '-----BEGIN X509 CRL----- ... -----END X509 CRL----- ' verifyClientMode: true mappings: - inputUri: '{app}/' appName: '{app}' appUri: / doubleStaticIps: true example_1: id: 571ffe36e4b00d565d743fe5 name: myloadbalancer domain: lb.anypointdns.net state: STOPPED IpAddresses: - 52.202.80.104 - 52.202.80.105 ipAddressesInfo: - ip: 52.202.80.104 status: AVAILABLE staticIp: true - ip: 52.202.80.105 status: AVAILABLE staticIp: true ipWhitelist: - 192.0.2.0/24 - 198.51.100.23/32 ipAllowlist: - 192.0.2.0/24 - 198.51.100.23/32 enableStreaming: true forwardClientCertificate: true httpMode: redirect defaultSslEndpoint: 0 tlsv1: false tlsv13: false sslEndpoints: - privateKeyDigest: 75caede4e70d7ffc4bc2ed8f1924467a9d030917 publicKeyDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 publicKeyCN: www.mydomain.com publicKeySANs: - uat.mydomain.com - qa.mydomain.com clientCertDigest: fd562a311962ee8e278b04982f6b5fc1f5c85535 clientCertCN: GeoTrust Primary Certification Authority – G3 revocationListDigest: 6c390fbdadacb9c4c99341167771943b798a12ef verifyClientMode: false mappings: - inputUri: '{app}/' appName: '{app}' appUri: / type: object properties: id: description: The Load Balancer id type: string minLength: 1 name: description: The name of the Load Balancer type: string minLength: 1 domain: description: The DNS domain for the Load Balancer type: string minLength: 1 state: description: The current state of the Load Balancer enum: - STOPPED - STARTING - STARTED - STOPPING - UPDATING type: string doubleStaticIps: description: True if DLB will use double static IPs when restarting type: boolean ipAddresses: description: List of static IP addresses for the Load Balancer type: array uniqueItems: true items: type: string minLength: 7 maxLength: 15 ipAddressesInfo: description: List of IP addresses information for the Load Balancer type: array uniqueItems: true items: description: IP address with state and type information type: object properties: ip: description: IP number type: string status: description: 'Status of the IP in relation with the DLB (values are: AVAILABLE/USED/LAST_USED).' type: string staticIp: description: True if the IP is static false if dynamic. type: boolean ipWhitelist: description: CIDR blocks to allow connections from default: - 0.0.0.0/0 type: array uniqueItems: true items: type: string minLength: 9 maxLength: 18 ipAllowlist: description: CIDR blocks to allow connections from default: - 0.0.0.0/0 type: array uniqueItems: true items: type: string minLength: 9 maxLength: 18 httpMode: description: Specifies whether the Load Balancer listens for HTTP requests on port 80. If set to redirect, all HTTP requests will be redirected to HTTPS default: redirect enum: - true - false - redirect type: string enableStreaming: description: Setting this to true will disable request buffering at the DLB, thereby enabling streaming type: boolean tlsv1: description: If set to true, TLSv1 will be supported in addition to TLSv1.1 and TLSv1.2 default: false type: boolean tlsv13: description: If set to true, TLSv1.3 will be supported in addition to TLSv1.1 and TLSv1.2 default: false type: boolean forwardClientCertificate: description: Setting this to true will forward any incoming client certificates to upstream application type: boolean defaultSslEndpoint: description: The default certificate that will be served for requests not using SNI, or requesting a non-existing certificate default: 0 type: integer sslEndpoints: description: A list of server certificate files type: array items: description: A TLS endpoint that corresponds to a certificate type: object properties: publicKey: description: PEM encoded certificate or chain of public certificates that will be served to clients type: string privateKey: description: PEM encoded private key corresponding to the first certificate in the publicKey attribute type: string clientCert: description: PEM encoded certificate or chain of public certificates that clients will use to authenticate type: string revocationList: description: PEM encoded X509 certificate revocation list, signed by the clientCert type: string publicKeyDigest: description: The SHA1 digest, in human-readable hex, of the certificate or certificate chain type: string minLength: 40 maxLength: 40 privateKeyDigest: description: The SHA1 digest, in human-readable hex, of the private key corresponding to the private key. Note that the digests will not match if the Public key is a trust chain type: string minLength: 40 maxLength: 40 publicKeyCN: description: The server certificate's Common Name type: string minLength: 1 publicKeySANs: description: A list of Subject Alternate Names in the certificate type: array items: type: string minLength: 1 clientCertDigest: description: The SHA1 digest, in human-readable hex, of the CA certificate or certificate chain that is used for authenticating client connections type: string minLength: 40 maxLength: 40 clientCertCN: description: The CA certificate's Common Name type: string minLength: 1 revocationListDigest: description: The SHA1 digest, in human-readable hex of the CRL file type: string minLength: 40 maxLength: 40 revocationListLastUpdate: description: Date the CRL was pulled from the CA type: string minLength: 1 revocationListNextUpdate: description: Date the CRL expires. No clients will be authenticated after this date type: string minLength: 1 revocationListSerial: description: Serial number for the CRL file type: string minLength: 1 verifyClientMode: description: Client authentication mode. If off, no authentication will be done. If optional, requests will be proxied to the upstream application even if the Load Balancer can't authenticate the client enum: - false - true - optional type: string mappings: description: The URL mapping rules for this particular SSL endpoint default: - inputUri: '{app}/' appName: '{app}' appUri: / upstreamProtocol: http type: array uniqueItems: true items: type: object required: - inputUri - appName - appUri properties: inputUri: description: The URL that will be requested by the client. Accepts variables, indicated by using curly braces type: string appName: description: The CloudHub application name that will process the request type: string appUri: description: The CloudHub application URL endpoint hat will process the request type: string upstreamProtocol: description: The protocol that the Mule application listens on. HTTP on port 8091 or HTTPS on port 8091 default: http enum: - http - https type: string PostVpn: description: 'Specification for the remote side of the VPN connection ' example: name: myDatacenterVpn remoteAsn: 65000 remoteIpAddress: 100.100.100.100 remoteNetworks: [] tunnelConfigs: - psk: 23847329fn3u__... ptpCidr: 169.254.12.0/30 - psk: nsdkjfnsauf23f2linf ptpCidr: 169.254.12.4/30 type: object additionalProperties: true required: - name - remoteIpAddress properties: name: description: User-friendly name for VPN connection type: string localAsn: description: The ASN of the gateway on the local end. If not provided, it will default to 7224 default: 7224 type: integer minimum: 1 maximum: 4294967294 remoteAsn: description: The ASN of the gateway on the remote end. If not provided, it will default to 65000 default: 65000 type: integer minimum: 64512 maximum: 65534 remoteIpAddress: description: The customer's external IP to use for the remote side of the VPN connection type: string pattern: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$ remoteNetworks: description: 'The CIDR block for static routes of a VPN connection to a remote endpoint. Can add static routes for a static or BGP VPN connection ' default: [] type: array uniqueItems: true items: type: string tunnelConfigs: description: 'The CIDR block for static routes of a VPN connection to a remote endpoint. Can add static routes for a static or BGP VPN connection ' default: [] type: array uniqueItems: true items: description: The pre-shared key and point-to-point CIDR address to use in VPN tunnels type: object additionalProperties: true required: - psk - ptpCidr properties: psk: description: The pre-shared key to use for a VPN tunnel connection. It is required to be between 8 and 64 characters, must contain alphanumeric characters and periods and cannot begin with a "0". type: string ptpCidr: description: The CIDR value to be used in the point-to-point connection between a local endpoint and remote endpoint. It must be in the range of 169.254.0.0 to 169.254.255.254 with a 255.255.255.252 subnet mask. type: string GetVpns: description: A collection of VpnConnection objects and the total number of returned collections example: *id072 type: object additionalProperties: true required: - data - total properties: data: description: A collection of VpnConnection objects that include a unique id, Spec object and VpnConnectionState object type: array items: description: A collection of VpnConnection objects and the total number of returned collections type: object additionalProperties: true required: - id - spec - state properties: id: description: This object's globally unique ID type: string minLength: 24 maxLength: 24 spec: description: 'Specification for the remote side of the VPN connection ' type: object additionalProperties: true required: - name - remoteIpAddress - routingType properties: name: description: User-friendly name for VPN connection type: string localAsn: description: The ASN of the gateway on the local end. If not provided, it will default to 7224 default: 7224 type: integer minimum: 1 maximum: 4294967294 remoteAsn: description: The ASN of the gateway on the remote end. If not provided, it will default to 65000 default: 65000 type: integer minimum: 64512 maximum: 65534 remoteIpAddress: description: The customer's external IP to use for the remote side of the VPN connection type: string pattern: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$ remoteNetworks: description: 'The CIDR block for static routes of a VPN connection to a remote endpoint. Can add static routes for a static or BGP VPN connection ' default: [] type: array uniqueItems: true items: type: string tunnelConfigs: description: 'The CIDR block for static routes of a VPN connection to a remote endpoint. Can add static routes for a static or BGP VPN connection ' default: [] type: array uniqueItems: true items: description: The pre-shared key and point-to-point CIDR address to use in VPN tunnels type: object additionalProperties: true required: - psk - ptpCidr properties: psk: description: The pre-shared key to use for a VPN tunnel connection. It is required to be between 8 and 64 characters, must contain alphanumeric characters and periods and cannot begin with a "0". type: string ptpCidr: description: The CIDR value to be used in the point-to-point connection between a local endpoint and remote endpoint. It must be in the range of 169.254.0.0 to 169.254.255.254 with a 255.255.255.252 subnet mask. type: string routingType: {} state: description: The state of a provisioned VPN connection and tunnels type: object additionalProperties: true required: - vpnConnectionStatus - createdAt - vpnTunnels properties: vpnConnectionStatus: description: The state of the VPN connection, only the infrastructure itself and not any tunnels enum: - PENDING - AVAILABLE - DELETING - DELETED type: string createdAt: description: An RFC3339 timestamp in UTC time type: string pattern: ^(\d{4})-(\d{2})-(\d{2})T(\d{2})(:)(\d{2})(:)(\d{2})(\.\d+)?(Z|([+-])(\d{2})(:)?(\d{2}))$ bgpRoutes: description: The BGP routes and their state that are propagated to the local endpoint default: [] type: array uniqueItems: true items: description: The status of BGP routes in a VPN connection, taken from VPC route table type: object additionalProperties: true required: - remoteNetwork - state properties: remoteNetwork: description: The CIDR of a remote network for a route propagated to the local VPC type: string state: description: The state of the BGP route enum: - ACTIVE - BLACKHOLE type: string staticRoutes: description: The static routes that are added to a VPN connection. Can be added to either a static or BGP VPN connection default: [] type: array uniqueItems: true items: description: 'The status of a static route in a VPN connection, including the destination CIDR and status ' type: object additionalProperties: true required: - remoteNetwork - state properties: remoteNetwork: description: The CIDR block associated with the remote subnet of the customer network type: string state: description: The state of the static route configured for a VPN connection enum: - PENDING - AVAILABLE - DELETING - DELETED type: string vpnTunnels: description: An array of two VpnTunnel items containing state properties type: array uniqueItems: true items: description: The state of a redundant VPN tunnel in a VPNConnection type: object additionalProperties: true required: - acceptedRouteCount - lastStatusChange - localExternalIpAddress - localPtpIpAddress - remotePtpIpAddress - psk - status properties: acceptedRouteCount: description: The number of routes, static or BGP, that the tunnel enables type: integer lastStatusChange: description: The time that the state of the tunnel last changed type: string pattern: ^(\d{4})-(\d{2})-(\d{2})T(\d{2})(:)(\d{2})(:)(\d{2})(\.\d+)?(Z|([+-])(\d{2})(:)?(\d{2}))$ localExternalIpAddress: description: The external IP address of the local endpoint for the tunnel type: string localPtpIpAddress: description: The internal (169.254.0.0/16 255.255.255.252) address of the local side of the VPN connection type: string remotePtpIpAddress: description: The internal (169.254.0.0/16 255.255.255.252) address of the remote side of the VPN connection type: string psk: description: The PSK for a VPN connection tunnel, either generated or submitted by customer type: string status: description: The state of the VPN connection, tunnel-specific enum: - UP - DOWN type: string statusMessage: description: If an error occurs, a description of that error type: string total: description: The number of returned VpnConnection objects in the response type: integer GetVpn: description: A collection of VpnConnection objects and the total number of returned collections example: *id073 type: object additionalProperties: true required: - id - spec - state properties: id: description: This object's globally unique ID type: string minLength: 24 maxLength: 24 spec: description: 'Specification for the remote side of the VPN connection ' type: object additionalProperties: true required: - name - remoteIpAddress - routingType properties: name: description: User-friendly name for VPN connection type: string localAsn: description: The ASN of the gateway on the local end. If not provided, it will default to 7224 default: 7224 type: integer minimum: 1 maximum: 4294967294 remoteAsn: description: The ASN of the gateway on the remote end. If not provided, it will default to 65000 default: 65000 type: integer minimum: 64512 maximum: 65534 remoteIpAddress: description: The customer's external IP to use for the remote side of the VPN connection type: string pattern: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$ remoteNetworks: description: 'The CIDR block for static routes of a VPN connection to a remote endpoint. Can add static routes for a static or BGP VPN connection ' default: [] type: array uniqueItems: true items: type: string tunnelConfigs: description: 'The CIDR block for static routes of a VPN connection to a remote endpoint. Can add static routes for a static or BGP VPN connection ' default: [] type: array uniqueItems: true items: description: The pre-shared key and point-to-point CIDR address to use in VPN tunnels type: object additionalProperties: true required: - psk - ptpCidr properties: psk: description: The pre-shared key to use for a VPN tunnel connection. It is required to be between 8 and 64 characters, must contain alphanumeric characters and periods and cannot begin with a "0". type: string ptpCidr: description: The CIDR value to be used in the point-to-point connection between a local endpoint and remote endpoint. It must be in the range of 169.254.0.0 to 169.254.255.254 with a 255.255.255.252 subnet mask. type: string routingType: {} state: description: The state of a provisioned VPN connection and tunnels type: object additionalProperties: true required: - vpnConnectionStatus - createdAt - vpnTunnels properties: vpnConnectionStatus: description: The state of the VPN connection, only the infrastructure itself and not any tunnels enum: - PENDING - AVAILABLE - DELETING - DELETED type: string createdAt: description: An RFC3339 timestamp in UTC time type: string pattern: ^(\d{4})-(\d{2})-(\d{2})T(\d{2})(:)(\d{2})(:)(\d{2})(\.\d+)?(Z|([+-])(\d{2})(:)?(\d{2}))$ bgpRoutes: description: The BGP routes and their state that are propagated to the local endpoint default: [] type: array uniqueItems: true items: description: The status of BGP routes in a VPN connection, taken from VPC route table type: object additionalProperties: true required: - remoteNetwork - state properties: remoteNetwork: description: The CIDR of a remote network for a route propagated to the local VPC type: string state: description: The state of the BGP route enum: - ACTIVE - BLACKHOLE type: string staticRoutes: description: The static routes that are added to a VPN connection. Can be added to either a static or BGP VPN connection default: [] type: array uniqueItems: true items: description: 'The status of a static route in a VPN connection, including the destination CIDR and status ' type: object additionalProperties: true required: - remoteNetwork - state properties: remoteNetwork: description: The CIDR block associated with the remote subnet of the customer network type: string state: description: The state of the static route configured for a VPN connection enum: - PENDING - AVAILABLE - DELETING - DELETED type: string vpnTunnels: description: An array of two VpnTunnel items containing state properties type: array uniqueItems: true items: description: The state of a redundant VPN tunnel in a VPNConnection type: object additionalProperties: true required: - acceptedRouteCount - lastStatusChange - localExternalIpAddress - localPtpIpAddress - remotePtpIpAddress - psk - status properties: acceptedRouteCount: description: The number of routes, static or BGP, that the tunnel enables type: integer lastStatusChange: description: The time that the state of the tunnel last changed type: string pattern: ^(\d{4})-(\d{2})-(\d{2})T(\d{2})(:)(\d{2})(:)(\d{2})(\.\d+)?(Z|([+-])(\d{2})(:)?(\d{2}))$ localExternalIpAddress: description: The external IP address of the local endpoint for the tunnel type: string localPtpIpAddress: description: The internal (169.254.0.0/16 255.255.255.252) address of the local side of the VPN connection type: string remotePtpIpAddress: description: The internal (169.254.0.0/16 255.255.255.252) address of the remote side of the VPN connection type: string psk: description: The PSK for a VPN connection tunnel, either generated or submitted by customer type: string status: description: The state of the VPN connection, tunnel-specific enum: - UP - DOWN type: string statusMessage: description: If an error occurs, a description of that error type: string parameters: XOrigin_X_ANYPNT_ENV_ID_Header: $ref: ../../fragments/anypoint_fragment.yaml#/components/parameters/X-ANYPNT-ENV-ID_Header XOrigin_policyId_Path: $ref: ../../fragments/anypoint_fragment.yaml#/components/parameters/policyId_Path XOrigin_orgid_Path: name: orgid required: true in: path schema: type: string x-origin: - api: urn:api:access-management operation: listMe name: rootOrg description: GET `/me`; use `user.organization.id` as the caller's primary Business Group GUID. values: $.user.organization.id labels: $.user.organization.name - api: urn:api:access-management operation: getOrganizations name: currentOrganization description: GET `/organizations/{organizationId}`; use `id` as the Business Group GUID for the current organization. values: $.id labels: $.name - api: urn:api:access-management operation: getOrganizations name: subOrganizations description: 'Each element of **subOrganizationIds** in the same response is a child Business Group GUID; use as **organizationId** when APIs are scoped to that subgroup.' values: - $.id - $.subOrganizationIds[*] labels: - $.name - $.subOrganizationIds[*] description: The orgid to identify the target resource. XOrigin_vpcId_Path: name: vpcId required: true in: path schema: type: string x-origin: - api: urn:api:cloudhub operation: listVpcs description: GET `/organizations/{orgid}/vpcs` in this API; use `id` values as `vpcId`. values: $.id labels: $.name description: The vpc ID to identify the target resource.