InlineCustomizationDetailed1

InlineCustomizationDetailed1
InlineCustomizationDetailed1
JSON Example
{
    "name": "my customization",
    "description": "This is the customization required by my org",
    "catalog_id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
    "version": "v4",
    "status": "CustomizationStatus Object",
    "filter": "CustomizationFilter Object",
    "created_by": "johndoe",
    "created_at": "2023-03-03T00:59:52.762Z",
    "updated_by": "johndoe",
    "updated_at": "2023-03-03T00:59:52.762Z",
    "removed_by": "johndoe",
    "removed_at": "2023-03-03T00:59:52.762Z",
    "affected_releasables": [
        "CustomizationAffectedReleasable Object"
    ],
    "succeeded_releases": [
        "Release Object"
    ],
    "pending_releases": [
        "Release Object"
    ],
    "failed_releases": [
        {
            "release": "Release Object",
            "failure": "ReleaseFailure Object"
        }
    ],
    "global": true,
    "_links": {
        "catalog": {
            "href": "/v1/catalogs/351c1739-ca01-4a74-8124-1b99257cd7c9"
        },
        "base_image": {
            "href": "/v1/base-images/cc6c7f4d-405b-a1ca-3ac0a79418c1"
        },
        "succeeded_releases": [
            {
                "href": "/v1/catalogs/351c1739-ca01-4a74-8124-1b99257cd7c9/releases/12sdfe6bd3c480fd58549c03"
            }
        ],
        "pending_releases": [
            {
                "href": "/v1/catalogs/351c1739-ca01-4a74-8124-1b99257cd7c9/releases/12sdfe6bd3c480fd58549c03"
            }
        ],
        "failed_releases": [
            {
                "href": "/v1/catalogs/351c1739-ca01-4a74-8124-1b99257cd7c9/releases/12sdfe6bd3c480fd58549c03"
            }
        ]
    }
}
string
name
Required

The display name of the customization

string
description
Optional

Description of the customization

catalog_id
Required

Identifier of the catalog

string
version
Optional

Version of the customization

status
Optional

Status of the request (CREATED, UPDATED, DELETED, PROCESSING_CREATE_STARTED, PROCESSING_CREATE_SUCCEEDED, PROCESSING_CREATE_FAILED, PROCESSING_UPDATE_STARTED, PROCESSING_UPDATE_SUCCEEDED, PROCESSING_UPDATE_FAILED, PROCESSING_DELETE_STARTED, PROCESSING_DELETE_SUCCEEDED, PROCESSING_DELETE_FAILED)

filter
Optional

It has information where a customization must be applied based in a combination of parameters

string
created_by
Required

Name of the user that created the customization

string As date-time As date-time
created_at
Required

Date of the creation of the customization

string
updated_by
Optional

Name of the user that created the customization

string As date-time As date-time
updated_at
Optional

Date of the update of the customization

string
removed_by
Optional

Name of the user that removed the customization

string As date-time As date-time
removed_at
Optional

Date of the removal of the customization

affected_releasables
Optional

Releasables affected by the customization.

array of Release
succeeded_releases
Optional

Contains the list of the latest (finished) releases for which the latest customization succeeded

array of Release
pending_releases
Optional

Contains the list of the latest (finished) releases for which the next latest customization is in progress

array of object
failed_releases
Optional

Contains the list of the latest (finished) releases for which the next latest new customization has failed

boolean
global
Required

Whether this customization affects globally to the whole catalog or not. A global customization does not have filters and there can only be one active global customization per catalog.

object
_links
Optional

_links