Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 1.18 KB

README.md

File metadata and controls

70 lines (53 loc) · 1.18 KB

Tico

The Tico project can sync serviceNow tags with Oracle Cloud

Getting started

Create a oracle cloud Application function.

In the application clone tico

git clone https://github.com/ercole-io/tico.git

Enter the project

cd tico

create the configuration config.toml:

[ServiceNow]
URL = "https://<YOUR INSTANCE>.service-now.com"
Username = ""
Password = ""
TableName = ""
    [ServiceNow.Match]
    Element=""


[OracleCloud]
User=""
Fingerprint="
Tenancy=""
Region=""
Key="""-----BEGIN PRIVATE KEY-----
<YOUR KEY>
-----END PRIVATE KEY-----"""
    [OracleCloud.OciTag]
    NamespaceId=""
    NamespaceName=""
    Name=""
    Description="Tag created by Tico"
    [OracleCloud.Match]
    Element=""

    [OracleCloud.OciObjectStorage]
    NamespaceName=""

    [OracleCloud.OciDrProtectionGroup]
    DrProtectionGroupId=""

Deploy your application

fn -v deploy --app <APPLICATION NAME>

Invoke

fn invoke <APPLICATION NAME> tico

or using the specific invoke endpoint

oci raw-request --http-method POST --target-uri <INVOKE ENDPOINT> --request-body ""