Skip to content

mongodb get-collection

Get mongodb collection

Description

Get the collection provided from the server

Synopsis

mongodb get-collection
    [--site <site>]
    <database>
    <collection>

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

Examples

Input:

! mongodb get-collection "test-database-1" "test-collection-1"
Output:
Collection exists with 5 documents

Access Control

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

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

Please see Access Control for details.