AddProtobufDescriptor
Used to register a protobuf message to be ingested.
POST
/
api
/v1
/protobuf-descriptors:add
Query Parameters
protobufDescriptor.messageTypeFullName
string
protobufDescriptor.fileDescriptorSet
string
Format:
"byte"
protobufDescriptor.protoFileName
string
protobufDescriptor.namespace
string
protobufDescriptor.protobufDescriptorId
string
organizationId
string
forceDuplicateRegistration
boolean
If set to true, the service will ignore checks that this descriptor has already been registered and will ensure that it is registered as the latest proto descriptor for the message type.
A successful response.