Applications detection rules API - Reorder rules

Application detection rules are evaluated from top to bottom, the first matching rule applies.

This request reorders the application detection rules according to the order of the IDs in the body of the request. Rules that are omitted in the body of the request will retain their relative order but will be placed after all those present in the request.

The request consumes an application/json payload.

PUT
  • Managed https://{your-domain}/e/{your-environment-id}/api/config/v1/applicationDetectionRules/order
  • SaaS https://{your-environment-id}.live.dexp.ae/api/config/v1/applicationDetectionRules/order

Parameters

Parameter Type Description In Required
body StubList

JSON body of the request containing the IDs of the custom services in the desired order. Any further properties (name, description) will be ignored.

body optional

The StubList object

An ordered list of short representations of DESK entities.

Element Type Description Required
values EntityShortRepresentation[]

An ordered list of short representations of DESK entities.

required

The EntityShortRepresentation object

The short representation of a DESK entity.

Element Type Description Required
id string

The ID of the DESK entity.

required
name string

The name of the DESK entity.

optional
description string

A short description of the DESK entity.

optional

Response format

A successful request doesn't return any content.

Response codes

Code Description
204 Success. Application detection rules have been updated. Response doesn't have a body.
400 Failed. The input is invalid.