Loading MEC048/MEO/CSE/CustomerSelfServiceEnablement.robot +843 −3 File changed.Preview size limit exceeded, changes collapsed. Show changes MEC048/MEO/CSE/environment/variables.txt +9 −1 Original line number Diff line number Diff line Loading @@ -16,3 +16,11 @@ ${REMOVE_ACTION} REMOVE ${NO_ACTION} NO_ACTION ${TENANT_ID_PLACEHOLDER} TENANT_ID_PLACEHOLDER ${NOT_EXISTING_TENANT_ID} NOT_EXISTING_TENANT_ID ${NOT_EXISTING_SITE_ID} NOT_EXISTING_SITE_ID ${NOT_EXISTING_SUBSCRIPTION_ID} NOT_EXISTING_SUBSCRIPTION_ID # Notification Server variables ${NOTIFICATION_SERVER_IP} 127.0.0.1 ${NOTIFICATION_SERVER_PORT} 8888 ${NOTIFICATION_SERVER_TIMEOUT} 60 ${NOTIFICATION_SERVER_HTTP_METHOD} POST ${NOTIFICATION_SERVER_URI} /callback_url No newline at end of file MEC048/MEO/CSE/jsons/ExpiryNotification.json 0 → 100644 +9 −0 Original line number Diff line number Diff line { "notificationType": "ExpiryNotification", "_links": { "subscription": { "href": "http://example.com/cse/v1/subscriptions/subscription-123" } }, "expiryDeadline": "2099-12-31T23:59:59Z" } No newline at end of file MEC048/MEO/CSE/jsons/ResourceQuotaInfoUpdate.json +3 −3 Original line number Diff line number Diff line { "cpuQuota": "NUMBER_OF_CPUS", "memoryQuota": "MEMORY_IN_MB", "diskQuota": "AMOUNT_OF_DISK_IN_GB" "cpuQuota": 5, "memoryQuota": 2192, "diskQuota": 70 } No newline at end of file MEC048/MEO/CSE/jsons/ResourceUsageSubscription.json 0 → 100644 +11 −0 Original line number Diff line number Diff line { "subscriptionType": "ResourceUsageSubscription", "callbackReference": "some/uri", "customerId": "placeholder", "tenantId": "placeholder", "notificationTrigger": { "triggerType": 10, "threshold": 4, "greaterOrLess": false } } No newline at end of file Loading
MEC048/MEO/CSE/CustomerSelfServiceEnablement.robot +843 −3 File changed.Preview size limit exceeded, changes collapsed. Show changes
MEC048/MEO/CSE/environment/variables.txt +9 −1 Original line number Diff line number Diff line Loading @@ -16,3 +16,11 @@ ${REMOVE_ACTION} REMOVE ${NO_ACTION} NO_ACTION ${TENANT_ID_PLACEHOLDER} TENANT_ID_PLACEHOLDER ${NOT_EXISTING_TENANT_ID} NOT_EXISTING_TENANT_ID ${NOT_EXISTING_SITE_ID} NOT_EXISTING_SITE_ID ${NOT_EXISTING_SUBSCRIPTION_ID} NOT_EXISTING_SUBSCRIPTION_ID # Notification Server variables ${NOTIFICATION_SERVER_IP} 127.0.0.1 ${NOTIFICATION_SERVER_PORT} 8888 ${NOTIFICATION_SERVER_TIMEOUT} 60 ${NOTIFICATION_SERVER_HTTP_METHOD} POST ${NOTIFICATION_SERVER_URI} /callback_url No newline at end of file
MEC048/MEO/CSE/jsons/ExpiryNotification.json 0 → 100644 +9 −0 Original line number Diff line number Diff line { "notificationType": "ExpiryNotification", "_links": { "subscription": { "href": "http://example.com/cse/v1/subscriptions/subscription-123" } }, "expiryDeadline": "2099-12-31T23:59:59Z" } No newline at end of file
MEC048/MEO/CSE/jsons/ResourceQuotaInfoUpdate.json +3 −3 Original line number Diff line number Diff line { "cpuQuota": "NUMBER_OF_CPUS", "memoryQuota": "MEMORY_IN_MB", "diskQuota": "AMOUNT_OF_DISK_IN_GB" "cpuQuota": 5, "memoryQuota": 2192, "diskQuota": 70 } No newline at end of file
MEC048/MEO/CSE/jsons/ResourceUsageSubscription.json 0 → 100644 +11 −0 Original line number Diff line number Diff line { "subscriptionType": "ResourceUsageSubscription", "callbackReference": "some/uri", "customerId": "placeholder", "tenantId": "placeholder", "notificationTrigger": { "triggerType": 10, "threshold": 4, "greaterOrLess": false } } No newline at end of file