Skip to main content

Get Org Product Ops

GET 

/v1/org/:org_identifier/product/:product_identifier/ops

Get a product by ID or short name, requires product:config:view | product:config:edit permission

Request

Path Parameters

    org_identifier anyrequired

    Organization ID or short name

    product_identifier anyrequired

    Product ID or short name

Responses

Successful Response

Schema

    product_id uuidrequired
    unique_name Unique Name (string)

    Unique name for this product

    environment_counter Environment Counter (integer)

    Default value: 0

    Number of environments in this product

    subscription_name Subscription Name (string)

    Subscription Name

    resource_group Resource Group (string)

    Resource Group

Loading...