Skip to content

mongodb create-document

Create mongodb document

Description

Create the document in the provided collection

Synopsis

mongodb create-document
    [--site <site>]
    <database>
    <collection>
    <document>

Arguments

site - (string)

     Site where this command will be executed
     Example: --site "site-1"
     Default: input.site      Attributes: optional

database - (string)

     Name of the database
     Example: "database-1"
     Default: _None_      Attributes: required

collection - (string)

     Name of the collection
     Example: "collection-1"
     Default: _None_      Attributes: required

document - (string)

     Document to be created in specified Collection
     Example: "document-1"
     Default: _None_      Attributes: required

Examples

Input:

! mongodb create-document "test-database-1" "test-collection-1" "{\"sample\":\"document\", \"sample2\":1}"
Output:
{DocumentId: testcollection1}

Access Control

To use this command, you need access to the following:

Field Value
Action "create"
Service Type "mongodb"
Service Instance
Namespace
Object Type "document"
Object ID collection

Please see Access Control for details.