cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to set home launcher via API

yao_zhang
Frequent Guest

Hi, I have walked through the doc below regarding set home launcher via API, now I know the schema name, could someone please guide how to do next step, which API endpoint I could use? Thanks in advance.

https://docs.dynatrace.com/docs/shortlink/api-v2-settings-get-schemas-app-dynatrace-launcher-home-la...

3 REPLIES 3

Mizső
DynaMight Guru
DynaMight Guru

Hi @yao_zhang 

Think this would the API endpoint:

Settings API - POST an object — Dynatrace Docs

Best regards,

János

Dynatrace Community RockStar 2024, Certified Dynatrace Professional

p_devulapalli
Leader

@yao_zhang In addition to the API mentioned by @Mizső , here is an example payload that you need to pass 

[
    {
        "schemaId": "app:dynatrace.launcher:home.launchpad",
        "value": {
            "groupLaunchpads": [
                {
                    "launchpadId": "xxxx",
                    "userGroupId": "xxxx",
                    "isEnabled": true
                }
            ]
        }
    }
]

 

Phani Devulapalli

Thanks a lot, @p_devulapalli , very helpful! Wish you a good day!

Featured Posts