Skip to content

Instantly share code, notes, and snippets.

@SlavaKatiukha
Created February 9, 2022 07:26
Show Gist options
  • Select an option

  • Save SlavaKatiukha/18b8f2f897f1106c5239efaa879e6f68 to your computer and use it in GitHub Desktop.

Select an option

Save SlavaKatiukha/18b8f2f897f1106c5239efaa879e6f68 to your computer and use it in GitHub Desktop.
type: install
name: test
onBeforeInit: |
api.marketplace.console.WriteLog("account.email = ${account.email}");
api.marketplace.console.WriteLog("account.groupType = ${account.groupType}");
api.marketplace.console.WriteLog("environment.maxnodescount = ${quota.environment.maxnodescount}");
api.marketplace.console.WriteLog("environment.maxnodescount = ${quota.environment.maxnodescount}");
api.marketplace.console.WriteLog("environment.maxcount = ${quota.environment.maxcount}");
api.marketplace.console.WriteLog("environment.maxsamenodescount = ${quota.environment.maxsamenodescount}");
api.marketplace.console.WriteLog("environment.maxcloudletsperrec = ${quota.environment.maxcloudletsperrec}");
api.marketplace.console.WriteLog("disk.iopslimit = ${quota.disk.iopslimit}");
return { result: 0};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment