apps/install/{id}/config/{id}

Manage an app's domain profiles by retrieving, updating, or deleting domain profiles associated with the installed application.

Note: This API is also used to manage synthetic monitoring configurations.

Listing all the associated profiles across all installed apps

Path Parameters

  • tenantIdstringrequired

    Describes the Client uuid

  • idstringrequired

    Installed app uuid

  • configIdstringrequired

    App manifest uuid

Responses

  • idstring

  • namestring

  • configobject

  • nativeTypesobject

  • installedAppIdstring

  • scheduleobject

Loading Examples...

Update the required profile for the intalled apps

Path Parameters

  • tenantIdstringrequired

    Describes the Client uuid

  • idstringrequired

    Installed app uuid

  • configIdstringrequired

    App manifest uuid

Request Body

application/json

  • namestring

  • scheduleobject

  • configobject

  • nativeTypesobject

Loading Examples...

Responses

  • idstring

  • namestring

  • configobject

  • nativeTypesobject

  • installedAppIdstring

  • scheduleobject

Loading Examples...

Removes the domain profile configuration from the apps.

Path Parameters

  • tenantIdstringrequired

    Describes the Client uuid

  • idstringrequired

    Installed app uuid

  • configIdstringrequired

    App manifest uuid

Responses

200OK