Adding Or updating the VMware Tanzu Network API token

Adding Or updating the VMware Tanzu Network API token

You can add a VMware Tanzu Network API Token to use Ops Manager's PivNet integration. This features automatically finds updates to products and stemcells from PivNet which you can then stage and install.

You can find your API token under your profile settings in PivNet. Note that currently there are two API tokens listed. Ops Manager only works with one listed as legacy API token.

Request
URI
PUT
https://{opsmanager-installation}//api/v0/settings/pivotal_network_settings
COPY
Request Body
PivotalNetworkSettings of type(s) application/json
Optional
{
    "pivotal_network_settings": {
        "api_token": "string"
    }
}
pivotal_network_settings
Optional

pivotal_network_settings

Responses
200

OK

{
    "success": false
}
boolean
success
Optional

success