Failure detection API - PUT change the ID of a parameter set
Changes the ID of the specified failure detection parameter set.
The request consumes an application/json
payload.
This request is an Early Adopter release and may be changed in non-compatible way.
PUT |
|
Authentication
To execute this request, you need the Write configuration (WriteConfig
) permission assigned to your API token. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Parameter | Type | Description | In | Required |
---|---|---|---|---|
id | string |
The ID of the required failure detection parameter set. |
path | required |
body | EntityShortRepresentation |
The JSON body of the request. Contains the new ID of the set. All other fields are ignored. |
body | optional |
Body format
The EntityShortRepresentation object
The short representation of a Dynatrace entity.
Element | Type | Description | Required |
---|---|---|---|
id | string |
The ID of the Dynatrace entity. |
required |
name | string |
The name of the Dynatrace entity. |
optional |
description | string |
A short description of the Dynatrace entity. |
optional |
This is a model of the request body, showing the possible elements. It has to be adjusted for usage in an actual request. See the Example expandable section for working sample request.
{
"id": "6a98d7bc-abb9-44f8-ae6a-73e68e71812a",
"name": "Dynatrace entity",
"description": "Dynatrace entity for the REST API example\n"
}
Response
Response codes
Code | Description |
---|---|
200 | Success |
400 | Failed. The input is invalid. |
Response body
A successful request doesn't return any content.