Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Instana Website Configuration API

The Website Configuration API from Instana — 10 operation(s) for website configuration.

Instana Website Configuration API is one of 62 APIs that Instana publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Website Configuration. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 18 operations across 10 paths, and defines 10 schemas. It is described by OpenAPI 3.0.1, at version 1.307.1417.

Requests are made against 2 base URLs: https://{unit}-{tenant}.instana.io, https://{domain}.

18 operations 10 paths 10 schemas 2 DELETE7 GET2 POST7 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.307.1417
Servers
https://{unit}-{tenant}.instana.io
https://{domain}
Authentication
API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Instana Website Configuration API declares 1 security scheme for authenticating requests. An API key is passed in the header as authorization (ApiKeyAuth).

  • ApiKeyAuth — Example bash curl --request GET \ --url https://test-instana.instana.io/api/application-monitoring/catalog/metrics \ --header 'authorization: apiToken xxxxxxxx…

Paths & Operations 18

Across 10 paths, the API surfaces 18 operations — 2 DELETE, 7 GET, 2 POST, 7 PUT. Each is listed below with its method, path, parameters, and response codes.

Website Configuration 18
GET
/api/website-monitoring/config
Get configured websites
getWebsites → 200400401500
POST
/api/website-monitoring/config
Configure new website
createWebsite 1 param body → 200400401403500
DELETE
/api/website-monitoring/config/{websiteId}
Remove website
deleteWebsite 1 param → 204401403500
GET
/api/website-monitoring/config/{websiteId}
Get configured website
getWebsite 1 param → 200401500
PUT
/api/website-monitoring/config/{websiteId}
Rename website
renameWebsite 2 params → 200400401403500
GET
/api/website-monitoring/config/{websiteId}/geo-location
Get geo location configuration for website
getWebsiteGeoLocationConfiguration 1 param → 200401403404500
PUT
/api/website-monitoring/config/{websiteId}/geo-location
Update geo location configuration for website
updateWebsiteGeoLocationConfiguration 1 param body → 200401403404500
GET
/api/website-monitoring/config/{websiteId}/geo-mapping-rules
Get custom geo mapping rules for website
getWebsiteGeoMappingRules 1 param → 200401403404500
PUT
/api/website-monitoring/config/{websiteId}/geo-mapping-rules
Set custom geo mapping rules for website
setWebsiteGeoMappingRules 1 param body → 200401403404415500
GET
/api/website-monitoring/config/{websiteId}/ip-masking
Get IP masking configuration for website
getWebsiteIpMaskingConfiguration 1 param → 200401403404500
PUT
/api/website-monitoring/config/{websiteId}/ip-masking
Update IP masking configuration for website
updateWebsiteIpMaskingConfiguration 1 param body → 200401403404500
GET
/api/website-monitoring/config/{websiteId}/sourcemap-upload
Get all sourcemap upload configurations for website
getWebsiteSourceMapUploadConfigurations 1 param → 200401500
POST
/api/website-monitoring/config/{websiteId}/sourcemap-upload
Add new sourcemap upload configuration for website
postWebsiteSourceMapUploadConfig 1 param body → 200400401403422500
DELETE
/api/website-monitoring/config/{websiteId}/sourcemap-upload/{sourceMapConfigId}
Delete sourcemap upload configuration for website
deleteWebsiteSourceMapUploadConfiguration 2 params → 204401403500
GET
/api/website-monitoring/config/{websiteId}/sourcemap-upload/{sourceMapConfigId}
Get sourcemap upload configurations for website
getWebsiteSourceMapUploadConfiguration 2 params → 200401500
PUT
/api/website-monitoring/config/{websiteId}/sourcemap-upload/{sourceMapConfigId}/clear
Clear source map files for sourcemap upload configuration
clearSourceMapUploadConfiguration 2 params → 204401403404500
PUT
/api/website-monitoring/config/{websiteId}/sourcemap-upload/{sourceMapConfigId}/form
Upload sourcemap file for website
uploadSourceMapFile 2 params body → 200400401403404500
PUT
/api/website-monitoring/config/{websiteId}/teams
Update teams assigned to the website
updateWebsiteTeams 1 param body → 200400401403500

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are GeoMappingRule (11 properties), SourceMapFileMeta (7 properties), SourceMapUploadConfig (5 properties), SourceMapFileBlob (3 properties). Each schema is shown below with its type and property counts.

GeoSubdivision
object
2 properties 1 required
GeoMappingRule
object
11 properties 2 required
SourceMapFileBlob
object
3 properties
IpMaskingConfiguration
object
1 property 1 required
SourceMapUploadConfig
object
5 properties 2 required
SourceMapFileMeta
object
7 properties 3 required
ApiTag
object
2 properties 2 required
GeoLocationConfiguration
object
2 properties 1 required
Website
object
3 properties 2 required
SourceMapUploadConfigs
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

instana-website-configuration-api-openapi.yml Raw ↑

Other APIs Instana publishes across the network.

Instana Action Catalog API
Instana Action History API
Instana AI Management API
Instana Apdex Report API
Instana Apdex Settings API
Instana API Token API
Instana Application Alert Configuration API
Instana Application Analyze API
Instana Application Catalog API
Instana Application Metrics API
Instana Application Resources API
Instana Application Settings API