Update generator (partial)
Update the specified generator. Requires user to have write permision. If a field is not included in the query body, that field will not be updated.
Path parameters
The id or key of the generator to update.
Request body
A description of the generator.
The email address where a user can go to get more help about the generator.
The url where a user can go to get more help about the generator.
Interval (seconds) between each collection.
The generator's name.
The query to append to GET subjects. Only "absolutePath", "name", "tags" are allowed in subjectQuery.
Names of the aspects.
Array of tag names. Tag name: Max 60 characters; case insensitive; allows alpha-numeric characters, underscore (_) and dash (-). Tag names cannot start with a dash (-).
Information about the connection.
Variables accessible inside the transform function.
Name of set of collectors this Sample Generator should try to use.
Default false. When set to true, the generator will be assigned to a running collector and regularly send in samples.
The name of the user to assign as the owner. Defaults to the user that created it
Response
Success, returns the updated generator.
A description of the generator.
The email address where a user can go to get more help about the generator.
The url where a user can go to get more help about the generator.
Id of the User who created this Generator.
The collector id.
Interval (seconds) between each collection.
Default false. When set to true, the generator will be assigned to a running collector and regularly send in samples.
The generator's name.
The query to append to GET subjects. Only "absolutePath", "name", "tags" are allowed in subjectQuery.
Specifies set of collectors this Sample Generator should try to use.
Names of the aspects.
Array of tag names. Tag name: Max 60 characters; case insensitive; allows alpha-numeric characters, underscore (_) and dash (-). Tag names cannot start with a dash (-).
Information about the connection.
Variables accessible inside the transform function.
Current collector assigned to the generator.