Skip to content
This repository was archived by the owner on Mar 6, 2019. It is now read-only.
This repository was archived by the owner on Mar 6, 2019. It is now read-only.

Create authenticated POST endpoint for dynamic inventory app #51

@rjw57

Description

@rjw57

Part of #33

Create authenticated POST endpoint for birthscream.

The endpoint should require an appropriate Django create/write permission for the user.

The endpoint should be authenticated. This could be via basic auth.

When a JSON document is uploaded to the endpoint, a corresponding record in the database is created. The record contains the JSON document in a JSONB field and the creation time. When a new record is uploaded, all but the N most recent documents for a given host are deleted. N is configurable but defaults to 50.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions