Synthetics
Create a private location
Create a new Synthetic private location.
post/api/v1/synthetics/private-locations
Request body
Example request
{
"description": "Description of private location",
"metadata": {
"restricted_roles": [
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
},
"name": "New private location",
"tags": [
"team:front"
]
}Response
OK
Example response
{
"private_location": {
"description": "Description of private location",
"metadata": {
"restricted_roles": [
"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
},
"name": "New private location",
"tags": [
"team:front"
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.