Skip to main content

Get supported services

Contributors netapp-aoife

You can use this workflow to retrieve information about the NetApp Console supported services including the client id and account id values.

Note This workflow describes how to use the REST API to retrieve the two ID values. You can also use the Console web UI to get these values. See Get required identifiers for more information.
HTTP method and endpoint

This REST API call uses the following method and endpoint.

This API returns information about the supported services.

HTTP method Resource path

GET

/occm/api/occm/system/support-services

Curl example
curl --request GET \
--location "https://api.bluexp.netapp.com/occm/api/occm/system/support-services" \
--header "Content-Type: application/json" \
--header "x-agent-Id: <AGENT_ID>" \
--header "Authorization: Bearer <ACCESS_TOKEN>"
Input parameters

None

JSON Output example

The JSON output example includes the supported services information. You can locate the clientId value under auth0Information and the accountId value under tenancyServiceInformation.

Example output
{
    "asupEnabled": true,
    "cognitoEnabled": true,
    "kinesisEnabled": true,
    "intercomEnabled": true,
    "liveChatEnabled": true,
    "volumeViewEnabled": true,
    "portalService": {
        "usePortalAuthentication": true,
        "auth0Information": {
            "domain": "netapp-cloud-account.auth0.com",
            "audience": "https://api.cloud.netapp.com",
            "clientId": "WsefXFuCJJvMKCMppR65jCktHXXXXXXX"
        },
        "portalInformation": {
            "edit_user_url": "https://services.cloud.netapp.com/?userMenuOpen",
            "portalBackEnd": "https://api.services.cloud.netapp.com",
            "portalFrontEnd": "https://services.cloud.netapp.com"
        },
        "saasFrontEnd": "https://cloudmanager.netapp.com"
    },
    "intercomAppId": "brf2h510",
    "tenancyServiceInformation": {
        "accountId": "account-xxx1234",
        "url": "https://api.bluexp.netapp.com/tenancy",
        "accountWidgetUrl": "https://services.cloud.netapp.com/accountWidgetLoader.js",
        "agentsMgmtUrl": "https://api.bluexp.netapp.com/agents-mgmt",
        "forwarderUrlOverride": "https://api.bluexp.netapp.com"
    },
    "saasMpServiceInformation": {
        "productUrlAws": "http://aws.amazon.com/marketplace/pp/B086BQCW8P",
        "productUrlGcp": "https://console.cloud.google.com/marketplace/details/netapp-cloudmanager/cloud-manager",
        "url": "https://api.bluexp.netapp.com/saas-mp",
        "productUrlAzure": "https://portal.azure.com/#create/netapp.test-cloud-manager"
    },
    "cvsInformation": "https://services.cloud.netapp.com",
    "backupToS3Information": {
        "enabled": true,
        "disableReason": null,
        "notSubscribedReason": false,
        "cbsEnabled": true,
        "onpremSupported": true
    },
    "complianceEnabled": false,
    "ipaServiceInformation": {
        "url": "https://api.bluexp.netapp.com/ipa"
    },
    "servicesInformation": {
        "compliance": {
            "enabled": false,
            "govSupported": true,
            "iframeUrl": "https://dev-components.cloudmanager.netapp.com/cloudmanager_compliance/index.html"
        },
        "cloudSync": {
            "iframeUrl": "https://dev.cloudsync.netapp.com",
            "url": "https://dev.cloudsync.netapp.com",
            "enabled": false,
            "apiUrl": "https://api.dev.cloudsync.netapp.com",
            "govSupported": false
        },
        "monitoring": {
            "enabled": false,
            "govSupported": true,
            "iframeUrl": "https://dev-components.cloudmanager.netapp.com/monitoring/index.html",
            "apiUrl": "https://api.bluexp.netapp.com"
        },
        "astra": {
            "enabled": true,
            "govSupported": false,
            "iframeUrl": "https://engint.astra.netapp.io"
        },
        "gfc": {
            "iframeUrl": "https://dev-components.cloudmanager.netapp.com/cloudmanager_gfc/index.html",
            "dashboardUrl": "https://dev-components.cloudmanager.netapp.com/cloudmanager_gfc/index.html",
            "enabled": false,
            "apiUrl": "https://api.bluexp.netapp.com",
            "govSupported": false
        },
        "cloudTiering": {
            "iframeUrl": "https://tiering.cloud.netapp.com",
            "url": "https://tiering.cloud.netapp.com",
            "enabled": false,
            "apiUrl": "https://tiering.cloud.netapp.com",
            "govSupported": false
        },
        "snapCenter": {
            "enabled": false,
            "govSupported": false,
            "iframeUrl": "https://dev-components.cloudmanager.netapp.com/cloudmanager_snapcenter/index.html",
            "apiUrl": "https://api.bluexp.netapp.com"
        },
        "k8s": {
            "enabled": false,
            "govSupported": false,
            "iframeUrl": "https://dev-components.cloudmanager.netapp.com/cloudmanager_k8s/index.html",
            "apiUrl": "https://api.bluexp.netapp.com"
        },
        "spot": {
            "enabled": true,
            "govSupported": false,
            "iframeUrl": "https://dev-components.cloudmanager.netapp.com/cloudmanager_spot/index.html",
            "apiUrl": "https://api.bluexp.netapp.com"
        },
        "sfr": {
            "enabled": false,
            "govSupported": true,
            "iframeUrl": "https://dev-components.cloudmanager.netapp.com/cloudmanager_sfr/index.html",
            "dashboardUrl": "https://dev-components.cloudmanager.netapp.com/cloudmanager_sfr/index.html"
        },
        "activeIq": {
            "enabled": true,
            "govSupported": false,
            "iframeUrl": "https://digitaladvisor.aws.techteam.netapp.com"
        }
    },
    "setupInfo": {
        "isSetup": true,
        "isPendingConnectivitySet": false,
        "needCertificate": false,
        "runningInDocker": false
    },
    "useCompliancePrivateIpContainerMode": false
}