Kickstart My Development


Basic guide usage

Please do not take the example “ugottaride” solution and publish it as-is to the platform in your tenant or someone else’s tenant.

But why?

The Platform is not like AppDynamics cSaaS.

In AppDynamics cSaaS

  • You can create an application with a unique name in your controller.
  • You can delete the application you created if you named it wrong or something went haywire.

In the Platform

  • You can create a new solution with a unique solution name and namespace and push / publish it.
  • You cannot delete the solution with a unique solution name and namespace once you push it, even if it’s with a dev tag.
  • Once you push / publish a solution with a unique solution name / namespace, it will not only be there in your own tenant, but it will be there across all tenants in the platform.


Start your development journey

Follow the steps in this guide to create your new solution

  • Choose your own unique solution name and namespace name.
  • Choose them with your solution’s permanent name and namespace in mind.
  • Choose them carefully since they will be permanent.
  • It is considered best practice to create a solution name and namespace that consists of your production solution name and namespace with a “dev” suffix for development.
  • Example:
    • Permanent solution name and namespace = ugottaride
    • Development solution name and namespace = ugottaridedev

Other things to be aware of

  • While you can execute most of the fsoc solution lifecycle commands in this guide without worry of consuming a solution name and namespace, the platform won’t recognize your solution in any way until you actually push / publish the solution.
  • Solution names and namespaces should be all lower case, no spaces, and no special characters.


Next Steps  

We’ll get started using the FSOC command line utility.

Click here to continue.