Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the service distribution to A&AI failed, like the picture shows bellow:

Add "'ServiceProfile" ' and "'NSTAR" model to A&AI through postman.(ServiceProfile/NSTAR Model Id and invariant can be find on SDC page.)

Request· 'ServiceProfile' request· body as follows:

JSON Viewer
hideMenutrue
width700
hideBordertrue
height280
{
	"model-invariant-id": "045e2672-1c46-4fca-810d-95f8cdb8bc38",
	"model-type": "service",
	"model-vers": {
	    "model-ver": [
	        {
	            "model-version-id": "bfca8b32-3404-4e5c-a441-dc42b6823e88",
	            "model-name": "ServiceProfile",
	            "model-version": "1.0"
	        }
	    ]
	}
}

'NSTAR' request· body as follows:

JSON Viewer
hideMenutrue
width700
hideBordertrue
height260
{
	"model-invariant-id": "73e7212d-a340-4626-a050-a9d07b96e146",
	"model-type": "resource",
	"model-vers": {
	    "model-ver": [
	        {
	            "model-version-id": "7d33bac2-7372-45d6-89a3-d8b2ecf16f87",
	            "model-name": "NSTAR",
	            "model-version": "1.0"
	        }
	    ]
	}
}

...