You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
╷
│ Error: error creating new TelemetryServiceRegistryEntry
│
│ with apstra_telemetry_service_registry_entry.x,
│ on main.tf line 46, in resource "apstra_telemetry_service_registry_entry" "x":
│ 46: resource "apstra_telemetry_service_registry_entry" "x" {
│
│ {"errors": {"storage_schema_path": "Invalid choice aos.sdk.telemetry.schemas.arp"}} - http response '422 UNPROCESSABLE ENTITY' at
│ 'https://apstra-2bd238e9-290d-4f8d-9f3a-05b501becd14.aws.apstra.com/api/telemetry-service-registry?async=full'
╵
If I change arp to generic, this works okay. Only a handful of the validated storage_schema_path values seem to work. Is it because they're not valid, or because my (empty) application schema can't use that path?
The text was updated successfully, but these errors were encountered:
I'm not clear on the rules which relate
application_schema
tostorage_schema_path
, but I'm having a problem creating one of these resources:The error is:
If I change
arp
togeneric
, this works okay. Only a handful of the validatedstorage_schema_path
values seem to work. Is it because they're not valid, or because my (empty) application schema can't use that path?The text was updated successfully, but these errors were encountered: