Create shared collection

Creates a shared collection. You can create up to 1,000 total shared collections.

This request creates an asynchronous job in Tenable Vulnerability Management. You can query the status of the job with the Get job status endpoint.

Requires the Scan Operator [24] user role or the VM.VM_SCAN.VM_SCAN_SHARED_COLLECTION.CREATE custom role privilege. See Roles.

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

A name for the shared collection. Names cannot exceed 100 characters.

string

A description for shared collection. Descriptions cannot exceed 1,000 characters.

acl
array of objects
required
acl*
Responses

400

Returned if your request specified invalid parameters or if your request was improperly formatted. For example:

  • Missing name parameter or acl object.
  • The name or description parameters exceed the character limit.
  • The specified name already exists.
  • Trying to assign more than one permission to the same user.
  • The acl object is missing the type property or more than one OWNER permission is specified.
  • Trying to assign the OWNER permission to a GROUP type.
  • Invalid acl.permission, acl.type, or acl.uuid.
403

Returned if you do not have permission to create a shared collection.

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