AddProtobufDescriptor
Used to register a protobuf message to be ingested.
POST
/
api
/v2
/protobuf-descriptors:add
Request Body
application/json
RequiredprotobufDescriptor
object
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.