Hi,
we create our cloud resources all via Terraform. When Terraform has created a server in the cloud environment, it also adds the server to our monitor software with the correct settings.
We want all assets also to be created in JSM Assets to be able to link them to tickets created from monitoring system or users.
Is there a way to automatically create (and update or delete) assets in JSM. Most ideally would be via Terraform, but also by calling an API would already be a big step forward.
I did some investigations on our friend Google, but did not find a proper solution until now.
W're running JSM in Cloud version.
You could use something like:
POST /jsm/assets/workspace/{workspaceId}/v1/object/create
https://developer.atlassian.com/cloud/assets/rest/api-group-object/#api-object-id-referenceinfo-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.