Service detection rules API - Reorder rules

Reorders the service detection rules of the specified type 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.

This request is an early adopter release and may be changed in non compatible way.

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

Parameters

Parameter Type Description In Required
body StubList

The JSON body of the request containing the service detection rules in the required order.

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 codes

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

Response format

A successful request doesn't return any content.