-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57e26d3
commit 77d5fcc
Showing
27 changed files
with
1,902 additions
and
499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
date: 2024-08-05T09:19:00Z | ||
title: "3.31.1" | ||
featured: { | ||
added: [], | ||
changed: [], | ||
fixed: [] | ||
} | ||
--- | ||
|
||
### Changed | ||
|
||
- Gateway ID and device ID are not autogenerated and prefilled anymore. |
16 changes: 16 additions & 0 deletions
16
doc/data/api/tti.lorawan.v3/messages/ApplicationEventForwardCount.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: ApplicationEventForwardCount | ||
fields: | ||
- name: time | ||
message: | ||
package: google.protobuf | ||
name: Timestamp | ||
rules: | ||
required: true | ||
default: "0001-01-01T00:00:00Z" | ||
- name: count | ||
comment: Application Server forwarded events count per event name. | ||
map_key: | ||
type: string | ||
map_value: | ||
type: uint64 | ||
default: {} |
7 changes: 7 additions & 0 deletions
7
doc/data/api/tti.lorawan.v3/messages/ApplicationEventsForwardCount.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: ApplicationEventsForwardCount | ||
fields: | ||
- name: event_forward_count | ||
repeated: | ||
message: | ||
name: ApplicationEventForwardCount | ||
default: [] |
15 changes: 15 additions & 0 deletions
15
doc/data/api/tti.lorawan.v3/messages/ApplicationWebhookFailureByStatusCodeCount.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: ApplicationWebhookFailureByStatusCodeCount | ||
fields: | ||
- name: time | ||
message: | ||
package: google.protobuf | ||
name: Timestamp | ||
rules: | ||
required: true | ||
default: "0001-01-01T00:00:00Z" | ||
- name: totals | ||
map_key: | ||
type: uint32 | ||
map_value: | ||
type: uint64 | ||
default: {} |
12 changes: 12 additions & 0 deletions
12
doc/data/api/tti.lorawan.v3/messages/ApplicationWebhookFailureCount.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: ApplicationWebhookFailureCount | ||
fields: | ||
- name: time | ||
message: | ||
package: google.protobuf | ||
name: Timestamp | ||
rules: | ||
required: true | ||
default: "0001-01-01T00:00:00Z" | ||
- name: total | ||
type: uint64 | ||
default: 0 |
5 changes: 5 additions & 0 deletions
5
doc/data/api/tti.lorawan.v3/messages/ApplicationWebhookFailureToForwardRatio.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name: ApplicationWebhookFailureToForwardRatio | ||
fields: | ||
- name: webhook_failure_to_forward_ratio | ||
type: float | ||
default: 0 |
7 changes: 7 additions & 0 deletions
7
doc/data/api/tti.lorawan.v3/messages/ApplicationWebhookFailuresByStatusCodeCount.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: ApplicationWebhookFailuresByStatusCodeCount | ||
fields: | ||
- name: counts | ||
repeated: | ||
message: | ||
name: ApplicationWebhookFailureByStatusCodeCount | ||
default: [] |
7 changes: 7 additions & 0 deletions
7
doc/data/api/tti.lorawan.v3/messages/ApplicationWebhookFailuresCount.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: ApplicationWebhookFailuresCount | ||
fields: | ||
- name: webhook_failure | ||
repeated: | ||
message: | ||
name: ApplicationWebhookFailureCount | ||
default: [] |
7 changes: 7 additions & 0 deletions
7
...ta/api/tti.lorawan.v3/messages/Configuration.Cluster.GatewayServer.MTLSAuthentication.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: Configuration.Cluster.GatewayServer.MTLSAuthentication | ||
fields: | ||
- name: client_ca_pool | ||
comment: PEM encoded pool of X.509 root certificates to trust for verifying the | ||
presented TLS client certificate. | ||
type: bytes | ||
default: "" |
6 changes: 6 additions & 0 deletions
6
doc/data/api/tti.lorawan.v3/messages/Configuration.Cluster.GatewayServer.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: Configuration.Cluster.GatewayServer | ||
fields: | ||
- name: mtls_authentication | ||
message: | ||
name: Configuration.Cluster.GatewayServer.MTLSAuthentication | ||
default: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
doc/data/api/tti.lorawan.v3/messages/ResendAdminValidationRequest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: ResendAdminValidationRequest | ||
fields: | ||
- name: tenant_ids | ||
message: | ||
name: TenantIdentifiers | ||
rules: | ||
required: true | ||
default: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: TenantAccess | ||
methods: | ||
ResendAdminValidation: | ||
name: ResendAdminValidation | ||
input: | ||
name: ResendAdminValidationRequest | ||
output: | ||
package: google.protobuf | ||
name: Empty | ||
http: | ||
- method: POST | ||
path: /tenants/{tenant_ids.tenant_id}/resend-admin-validation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
.../api/ttn.lorawan.v3/messages/IsConfiguration.TenantRegistration.ContactInfoValidation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: IsConfiguration.TenantRegistration.ContactInfoValidation | ||
fields: | ||
- name: token_ttl | ||
message: | ||
package: google.protobuf | ||
name: Duration | ||
default: 0s |
6 changes: 6 additions & 0 deletions
6
doc/data/api/ttn.lorawan.v3/messages/IsConfiguration.TenantRegistration.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: IsConfiguration.TenantRegistration | ||
fields: | ||
- name: contact_info_validation | ||
message: | ||
name: IsConfiguration.TenantRegistration.ContactInfoValidation | ||
default: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.