CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to perform various actions related to community repositories under the 'Tool' resource. Specifically, it supports executing community repository operations such as adding, deleting, setting branches, and importing templates for tools. This node is useful for automating repository management tasks within the CIPP platform, enabling users to programmatically manage tool repositories, branches, and templates.

Use Case Examples

  1. Automatically add a new tool repository to the community repository list.
  2. Delete an existing tool repository from the community repository.
  3. Set or change the branch of a tool repository.
  4. Import a template into a tool repository for standardized configurations.

Properties

Name Meaning
Action Specifies the community repository action to perform, such as Add, Delete, Set Branch, or Import Template.
ID The unique identifier of the repository to operate on.
Branch The branch of the repository to target for the operation.
Full Name The full repository name in the format owner/repo.
Path The file or directory path within the repository relevant to the operation.
Request Options Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • result - The result of the community repository action executed, such as confirmation of addition, deletion, branch setting, or template import.

Dependencies

  • Requires an API key credential for authenticating with the CIPP API.

Troubleshooting

  • Ensure the API credentials are correctly configured and valid to avoid authentication errors.
  • Verify that the repository ID and full name are accurate to prevent resource not found errors.
  • Check network settings such as proxy and SSL options if requests fail due to connectivity or certificate issues.
  • Adjust batching and timeout settings if requests time out or are throttled by the server.

Discussion