Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions v1/client/client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,18 @@ message ServiceLocation {
uint32 keepalive_interval = 6;
string dns = 7;
ServiceLocationMode mode = 8;
int64 network_id = 9;
bool posture_check_required = 10;
}

message SaveServiceLocationsRequest {
repeated ServiceLocation service_locations = 1;
string instance_id = 2;
string private_key = 3;
string proxy_url = 4;
string device_pubkey = 5;
// Device polling token
optional string token = 6;
}

message DeleteServiceLocationsRequest {
Expand Down
Loading