-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in: UI Provision Watcher TabIs this a regression?
No, this is new capabilityDescription and Minimal Reproduction [REQUIRED]
Fields for the provision watcher tab should match those in the DTO here:
type ProvisionWatcher struct {
DBTimestamp `json:",inline"`
Id string `json:"id,omitempty" yaml:"id,omitempty" validate:"omitempty,uuid"`
Name string `json:"name" yaml:"name" validate:"required,edgex-dto-none-empty-string"`
ServiceName string `json:"serviceName" yaml:"serviceName" validate:"required,edgex-dto-none-empty-string"`
Labels []string `json:"labels,omitempty" yaml:"labels,omitempty"`
Identifiers map[string]string `json:"identifiers" yaml:"identifiers" validate:"gt=0,dive,keys,required,endkeys,required"`
BlockingIdentifiers map[string][]string `json:"blockingIdentifiers,omitempty" yaml:"blockingIdentifiers,omitempty"`
AdminState string `json:"adminState" yaml:"adminState" validate:"oneof='LOCKED' 'UNLOCKED'"`
DiscoveredDevice DiscoveredDevice `json:"discoveredDevice" yaml:"discoveredDevice"`
}Also, Blocking Identifiers is not getting populated when set in the DTO.
from compose builder run make run no-secty ds-onvif-camera ds-llrp and verify the Provision Watchers in the UI match the Provision Watchers here:
- https://github.com/edgexfoundry/device-onvif-camera/tree/main/cmd/res/provisionwatchers
- https://github.com/edgexfoundry/device-rfid-llrp-go/tree/main/cmd/res/provision_watchers
🌍 Your Environment
Deployment Environment:
EdgeX Version [REQUIRED]:
Anything else relevant?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
Icebox
