Update Entity

Updates an Entity based on the Id and other required details. Returns a 404 error if the Id does not exist. Otherwise, creates an Entity if the Id specified is -1, and then returns the LogRhythm generated Entity Id.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The body of the Entity, which includes the Id, required attributes, and either all the remaining attributes (for a new Entity) or some of the remaining attributes (for an updated Entity).

A summary of Entity details.

integer
required
-2147483648 to 2147483647

The Object Id generated by LogRhythm. Required for PUT operations (updates).

string
length ≤ 200

The Parent Entity full name stored in the database.

string
required
length ≤ 200

Name of the Entity

string
length ≤ 410

A full representation of the Entity as child with its parent Entity.

string | null
string
enum

The database status. Required for PUT operations. Valid values are "Active" or "Retired".

Allowed:
string
length ≤ 2000

A full description of the component.

string
length ≤ 255

A brief description of the component.

date-time

The date when the object was last modified. This is ignored when saving the records.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json