InlineCustomizationDetailed1
{
"name": "my customization",
"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",
"succeeded_releases": [
"Release Object"
],
"pending_releases": [
"Release Object"
],
"failed_releases": [
{
"release": "Release Object",
"failure": "ReleaseFailure Object"
}
],
"_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"
}
]
}
}
The display name of the customization
Version of the customization
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)
It has information where a customization must be applied based in a combination of parameters
Name of the user that created the customization
Date of the creation of the customization
Name of the user that created the customization
Date of the update of the customization
Contains the list of the latest (finished) releases for which the latest customization succeeded
Contains the list of the latest (finished) releases for which the next latest customization is in progress
Contains the list of the latest (finished) releases for which the next latest new customization has failed
_links