diff --git a/docs/index.html b/docs/index.html index 817da6d9d..4b5d069c4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -463,7 +463,7 @@
-Download OpenAPI specification:
Download OpenAPI specification:
The SpaceCat API is used to manage edge delivery site directory and obtain audit information.
DEPRECATED, use scoped_api_key or ims_key. (Used for read-only operations.)
@@ -557,7 +557,7 @@ " class="sc-eVqvcJ sc-fszimp kIppRw drqpJr">Development server
Production server
-[- {
- "id": "a1b2c3d4-e5f6-7g8h-9i0j-k11l12m13n14",
- "organizationId": "o1p2q3r4-s5t6-u7v8-w9x0-yz12x34y56z",
- "name": "Example Site",
- "deliveryType": "aem_edge",
- "deliveryConfig": {
- "programId": "12652",
- "environmentId": "16854",
- "siteId": "1234"
}, - "goLiveDate": "2024-01-20T10:00:00Z",
- "config": {
- "slack": {
- "channel": "C1234567890",
- "workspace": "example-workspace"
}, - "handlers": {
- "404": {
- "mentions": {
- "slack": [
- "@user1",
- "@user2"
]
}
}, - "broken-backlinks": {
- "mentions": {
- "slack": [
- "@user5",
- "@user6"
]
}, - "excludedURLs": {
- "description": "URLs to be excluded from the alert",
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri'"
}
}, - "groupedURLs": {
- "description": "List of grouped URL patterns for categorization. Each entry should include a name and a URL pattern. If empty, previously grouped URLs will be removed",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "name": {
- "description": "Name of the URL group",
- "type": "string"
}, - "pattern": {
- "description": "Pattern representing the URL path structure to group",
- "type": "string"
}
}
}
}
}
}, - "contentAiConfig": {
- "index": "example-index-name"
}, - "cdnLogsConfig": {
- "bucketName": "test-bucket",
- "filters": [
- {
- "key": "test-key",
- "value": [
- "test-value"
]
}
], - "outputLocation": "test-output-location"
}
}, - "createdAt": "2023-12-15T09:30:00Z",
- "updatedAt": "2024-01-19T11:20:00Z"
}
]
[- {
- "id": "a1b2c3d4-e5f6-7g8h-9i0j-k11l12m13n14",
- "organizationId": "o1p2q3r4-s5t6-u7v8-w9x0-yz12x34y56z",
- "name": "Example Site",
- "deliveryType": "aem_edge",
- "deliveryConfig": {
- "programId": "12652",
- "environmentId": "16854",
- "siteId": "1234"
}, - "goLiveDate": "2024-01-20T10:00:00Z",
- "config": {
- "slack": {
- "channel": "C1234567890",
- "workspace": "example-workspace"
}, - "handlers": {
- "404": {
- "mentions": {
- "slack": [
- "@user1",
- "@user2"
]
}
}, - "broken-backlinks": {
- "mentions": {
- "slack": [
- "@user5",
- "@user6"
]
}, - "excludedURLs": {
- "description": "URLs to be excluded from the alert",
- "type": "array",
- "items": {
- "type": "string",
- "format": "uri'"
}
}, - "groupedURLs": {
- "description": "List of grouped URL patterns for categorization. Each entry should include a name and a URL pattern. If empty, previously grouped URLs will be removed",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "name": {
- "description": "Name of the URL group",
- "type": "string"
}, - "pattern": {
- "description": "Pattern representing the URL path structure to group",
- "type": "string"
}
}
}
}
}
}, - "contentAiConfig": {
- "index": "example-index-name"
}, - "cdnLogsConfig": {
- "bucketName": "test-bucket",
- "filters": [
- {
- "key": "test-key",
- "value": [
- "test-value"
]
}
], - "outputLocation": "test-output-location"
}
}, - "createdAt": "2023-12-15T09:30:00Z",
- "updatedAt": "2024-01-19T11:20:00Z"
}
]
This endpoint is useful for creating a new site.
name | string The name of the site @@ -579,7 +579,7 @@ " class="sc-eVqvcJ sc-fszimp kIppRw drqpJr">Development server https://spacecat.experiencecloud.live/api/ci/sites Production server -https://spacecat.experiencecloud.live/api/v1/sites Request samples
Content type application/json { Response samples
Content type application/json { Request samples
Content type application/json { Response samples
Content type application/json { Retrieve all sitesThis endpoint is useful for retrieving all sites. Authorizations:api_key ResponsesProduction server -https://spacecat.experiencecloud.live/api/v1/sites Response samples
Content type application/json [ Response samples
Content type application/json [ Retrieve all sites by delivery typeThis endpoint is useful for retrieving all sites by delivery type. Authorizations:api_key path Parameters
|