Settings API - Cookies schema table
Cookies (builtin:synthetic.http.cookies
)
Set cookies to store state information or instruct the server not to send certain kinds of information.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:synthetic.http.cookies |
| HTTP_CHECK - HTTP monitor |
Retrieve schema via Settings API
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:synthetic.http.cookies |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:synthetic.http.cookies | |
Environment ActiveGate |
|
Authentication
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Set cookies | boolean | - | required |
cookies | - | set | - | required |
Request body objects
The CookieEntry
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
name | Name | text | Enclose placeholder values in brackets, for example {email} | required |
value | Value | text | Enclose placeholder values in brackets, for example {email} | required |
domain | Domain | text | Enclose placeholder values in brackets, for example {email} | required |
path | Path (optional) | text | Enclose placeholder values in brackets, for example {email} | optional |